File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66- name : fluxcd/image-automation-controller
77 newName : fluxcd/image-automation-controller
8- newTag : v0.3.1
8+ newTag : v0.4.0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ replace github.com/fluxcd/image-automation-controller/api => ./api
88replace gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
99
1010require (
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
You can’t perform that action at this time.
0 commit comments