Skip to content

Commit 7a79cf1

Browse files
authored
Merge pull request #314 from fluxcd/release-v0.11.0
Release v0.11.0
2 parents b7793ac + d1f0e97 commit 7a79cf1

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

CHANGELOG.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,33 @@
22

33
All 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-
1130
This 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`
1332
to be more descriptive. This change should not have an impact on most
1433
installations, as the default replica count is `1`. If you are running
1534
a setup with multiple replicas, it is however advised to scale down

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.10.0
8+
newTag: v0.11.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)