File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.18.0
4
+
5
+ ** Release date:** 2022-03-21
6
+
7
+ This prerelease adds support to the Helm post renderer for Kustomize patches
8
+ capable of targeting objects based on kind, label and annotation selectors
9
+ using ` .spec.postRenderers[].kustomize.patches ` .
10
+
11
+ In addition, various dependencies where updated to their latest versions, and
12
+ the code base was refactored to align with the ` fluxcd/pkg/runtime ` v0.13
13
+ release.
14
+
15
+ Improvements:
16
+ - Update ` pkg/runtime ` and ` apis/meta `
17
+ [ #421 ] ( https://github.com/fluxcd/helm-controller/pull/421 )
18
+ - api: Move Status in CRD printcolumn to the end
19
+ [ #425 ] ( https://github.com/fluxcd/helm-controller/pull/425 )
20
+ - Support targeted Patches in the PostRenderer specification
21
+ [ #432 ] ( https://github.com/fluxcd/helm-controller/pull/432 )
22
+ - Update dependencies
23
+ [ #440 ] ( https://github.com/fluxcd/helm-controller/pull/440 )
24
+ [ #441 ] ( https://github.com/fluxcd/helm-controller/pull/441 )
25
+
3
26
## 0.17.2
4
27
5
28
** Release date:** 2022-03-15
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/helm-controller
7
7
newName : fluxcd/helm-controller
8
- newTag : v0.17.2
8
+ newTag : v0.18.0
Original file line number Diff line number Diff line change 5
5
replace github.com/fluxcd/helm-controller/api => ./api
6
6
7
7
require (
8
- github.com/fluxcd/helm-controller/api v0.17.2
8
+ github.com/fluxcd/helm-controller/api v0.18.0
9
9
github.com/fluxcd/pkg/apis/acl v0.0.3
10
10
github.com/fluxcd/pkg/apis/kustomize v0.3.2
11
11
github.com/fluxcd/pkg/apis/meta v0.12.1
You can’t perform that action at this time.
0 commit comments