Skip to content

Commit ecff7ea

Browse files
authored
Merge pull request #235 from fluxcd/release-v0.6.1
Release v0.6.1
2 parents 0f6129b + 04a4f46 commit ecff7ea

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All 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

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/kustomize-controller
77
newName: fluxcd/kustomize-controller
8-
newTag: v0.6.0
8+
newTag: v0.6.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/fluxcd/kustomize-controller/api => ./api
66

77
require (
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

0 commit comments

Comments
 (0)