Skip to content

Commit caa4edc

Browse files
authored
Merge pull request #99 from fluxcd/release-v0.4.0
Release v0.4.0
2 parents 7d44d6f + 7ffd8f1 commit caa4edc

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 0.4.0
4+
5+
**Release date:** 2021-01-22
6+
7+
This prerelease reforms the update strategy types API in a backwards
8+
compatible manner.
9+
10+
In addition, it comes with two new argument flags introduced to support
11+
configuring the QPS (`--kube-api-qps`) and burst (`--kube-api-burst`)
12+
while communicating with the Kubernetes API server.
13+
14+
The `LocalObjectReference` from the Kubernetes core has been replaced
15+
with our own, making the `name` a required field. The impact of this
16+
should be limited to direct API consumers only, as the field was
17+
already required by controller logic.
18+
19+
Improvements:
20+
* Update fluxcd/pkg/runtime to v0.8.0
21+
[#98](https://github.com/fluxcd/image-automation-controller/pull/98)
22+
* Reform update strategy types
23+
[#95](https://github.com/fluxcd/kustomize-controller/pull/95)
24+
* Add API reference for ImageUpdateAutomation
25+
[#94](https://github.com/fluxcd/image-automation-controller/pull/94)
26+
327
## 0.3.1
428

529
**Release date:** 2021-01-18

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/image-automation-controller
77
newName: fluxcd/image-automation-controller
8-
newTag: v0.3.1
8+
newTag: v0.4.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replace github.com/fluxcd/image-automation-controller/api => ./api
88
replace gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
99

1010
require (
11-
github.com/fluxcd/image-automation-controller/api v0.3.1
11+
github.com/fluxcd/image-automation-controller/api v0.4.0
1212
github.com/fluxcd/image-reflector-controller/api v0.4.0
1313
github.com/fluxcd/pkg/apis/meta v0.7.0
1414
github.com/fluxcd/pkg/gittestserver v0.1.0

0 commit comments

Comments
 (0)