Commit 23be4d6 1 parent 9f1c136 commit 23be4d6 Copy full SHA for 23be4d6
File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.4.0
4
+
5
+ ** Release date:** 2021-01-21
6
+
7
+ This prerelease comes with two new argument flags,
8
+ introduced to support configuring the QPS
9
+ (` --kube-api-qps ` ) and burst (` --kube-api-burst ` ) while communicating
10
+ with the Kubernetes API server.
11
+
12
+ The ` LocalObjectReference ` from the Kubernetes core has been replaced
13
+ with our own, making the ` name ` a required field. The impact of this
14
+ should be limited to direct API consumers only, as the field was
15
+ already required by controller logic.
16
+
3
17
## 0.3.0
4
18
5
19
** Release date:** 2021-01-16
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/image-reflector-controller
7
7
newName : fluxcd/image-reflector-controller
8
- newTag : v0.3 .0
8
+ newTag : v0.4 .0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/Masterminds/semver/v3 v3.1.1
9
9
// fix for ARM builds
10
10
github.com/dgraph-io/badger/v3 v3.0.0-20210118150219-63f09c34dec1
11
- github.com/fluxcd/image-reflector-controller/api v0.3 .0
11
+ github.com/fluxcd/image-reflector-controller/api v0.4 .0
12
12
github.com/fluxcd/pkg/apis/meta v0.7.0
13
13
github.com/fluxcd/pkg/runtime v0.8.0
14
14
github.com/fluxcd/pkg/version v0.0.1
You can’t perform that action at this time.
0 commit comments