File tree Expand file tree Collapse file tree 3 files changed +24
-5
lines changed Expand file tree Collapse file tree 3 files changed +24
-5
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.11.0
6+
7+ ** Release date:** 2021-04-06
8+
9+ This prerelease extends the Mozilla SOPS integration with support for
10+ [ age encryption format] ( https://github.com/fluxcd/kustomize-controller/blob/v0.11.0/docs/spec/v1beta1/kustomization.md#age ) .
11+
12+ This prerelease comes with a breaking change to SOPS integration.
13+ The OpenPGP private keys stored in Kubernetes secrets must have the ` .asc ` file extension.
14+ For age, the private keys file extension must be ` .agekey ` .
15+
16+ Features:
17+ * Support SOPS age encryption
18+ [ #309 ] ( https://github.com/fluxcd/kustomize-controller/pull/309 )
19+
20+ Improvements:
21+ * Move Kustomize patch tests to Go test suite
22+ [ #313 ] ( https://github.com/fluxcd/kustomize-controller/pull/313 )
23+ * Detect and replace empty err output on apply
24+ [ #312 ] ( https://github.com/fluxcd/kustomize-controller/pull/312 )
25+
526## 0.10.0
627
728** Release date:** 2021-03-26
829
9- This is the tenth MINOR prerelease.
10-
1130This prerelease comes with a breaking change to the leader election ID
12- from ` 305740c0 .fluxcd.io` to ` source -controller-leader-election`
31+ from ` 7593cc5d .fluxcd.io` to ` kustomize -controller-leader-election`
1332to be more descriptive. This change should not have an impact on most
1433installations, as the default replica count is ` 1 ` . If you are running
1534a setup with multiple replicas, it is however advised to scale down
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.10 .0
8+ newTag : v0.11 .0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/Microsoft/go-winio v0.4.16 // indirect
1010 github.com/cyphar/filepath-securejoin v0.2.2
1111 github.com/drone/envsubst v1.0.3-0.20200804185402-58bc65f69603
12- github.com/fluxcd/kustomize-controller/api v0.10 .0
12+ github.com/fluxcd/kustomize-controller/api v0.11 .0
1313 github.com/fluxcd/pkg/apis/kustomize v0.0.1
1414 github.com/fluxcd/pkg/apis/meta v0.8.0
1515 github.com/fluxcd/pkg/runtime v0.10.1
You can’t perform that action at this time.
0 commit comments