File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
5
+ ## 0.19.1
6
+
7
+ ** Release date:** 2022-01-13
8
+
9
+ This prerelease fixes a regression bug introduced in v0.19.0 that prevented ` StatefulSets `
10
+ from being reconciled on Kubernetes <= 1.21.
11
+
12
+ Fixes:
13
+ * Update ` fluxcd/pkg/ssa ` to exclude the status field from apply
14
+ [ #533 ] ( https://github.com/fluxcd/kustomize-controller/pull/533 )
15
+
5
16
## 0.19.0
6
17
7
18
** Release date:** 2022-01-10
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/kustomize-controller
7
7
newName : fluxcd/kustomize-controller
8
- newTag : v0.19.0
8
+ newTag : v0.19.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/ProtonMail/go-crypto v0.0.0-20211112122917-428f8eabeeb3
10
10
github.com/cyphar/filepath-securejoin v0.2.2
11
11
github.com/drone/envsubst v1.0.3-0.20200804185402-58bc65f69603
12
- github.com/fluxcd/kustomize-controller/api v0.19.0
12
+ github.com/fluxcd/kustomize-controller/api v0.19.1
13
13
github.com/fluxcd/pkg/apis/kustomize v0.3.1
14
14
github.com/fluxcd/pkg/apis/meta v0.10.2
15
15
github.com/fluxcd/pkg/runtime v0.12.3
You can’t perform that action at this time.
0 commit comments