File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-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.15.3
6+
7+ ** Release date:** 2021-10-11
8+
9+ This prerelease comes with fixes for drift detection in Secrets and ConfigMaps.
10+
11+ Fixes:
12+ * Fix drift detection in Secrets and ConfigMaps
13+ [ #451 ] ( https://github.com/fluxcd/kustomize-controller/pull/451 )
14+
515## 0.15.2
616
717** Release date:** 2021-10-10
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.15.2
8+ newTag : v0.15.3
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 filippo.io/age v1.0.0
99 github.com/cyphar/filepath-securejoin v0.2.2
1010 github.com/drone/envsubst v1.0.3-0.20200804185402-58bc65f69603
11- github.com/fluxcd/kustomize-controller/api v0.15.2
11+ github.com/fluxcd/kustomize-controller/api v0.15.3
1212 github.com/fluxcd/pkg/apis/kustomize v0.2.0
1313 github.com/fluxcd/pkg/apis/meta v0.10.1
1414 github.com/fluxcd/pkg/runtime v0.12.2
You can’t perform that action at this time.
0 commit comments