File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 0.6.1
6+
7+ ** Release date:** 2021-01-14
8+
9+ This prerelease fixes a regression bug introduced in ` v0.6.0 ` that caused
10+ reconciliation request annotations to be ignored in certain scenarios.
11+
12+ Two new argument flags are introduced to support configuring the QPS
13+ (` --kube-api-qps ` ) and burst (` --kube-api-burst ` ) while communicating
14+ with the Kubernetes API server.
15+
16+ Improvements:
17+ * Add support for QPS and burst configurations
18+ [ #233 ] ( https://github.com/fluxcd/kustomize-controller/pull/233 )
19+ * Update source-controller to v0.6.1
20+ [ #234 ] ( https://github.com/fluxcd/kustomize-controller/pull/234 )
21+
22+ Fixes:
23+ * Upgrade runtime package to v0.6.2 for regression bug fix
24+ [ #234 ] ( https://github.com/fluxcd/kustomize-controller/pull/234 )
25+
526## 0.6.0
627
728** Release date:** 2021-01-12
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/kustomize-controller
77 newName : fluxcd/kustomize-controller
8- newTag : v0.6.0
8+ newTag : v0.6.1
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace github.com/fluxcd/kustomize-controller/api => ./api
66
77require (
88 github.com/cyphar/filepath-securejoin v0.2.2
9- github.com/fluxcd/kustomize-controller/api v0.6.0
9+ github.com/fluxcd/kustomize-controller/api v0.6.1
1010 github.com/fluxcd/pkg/apis/meta v0.5.0
1111 github.com/fluxcd/pkg/runtime v0.6.2
1212 github.com/fluxcd/pkg/testserver v0.0.2
You can’t perform that action at this time.
0 commit comments