Skip to content

Commit cd6b1d3

Browse files
authored
Merge pull request #442 from fluxcd/release-v0.18.0
2 parents cc0a245 + 6b8d6b5 commit cd6b1d3

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

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+
326
## 0.17.2
427

528
**Release date:** 2022-03-15

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/helm-controller
77
newName: fluxcd/helm-controller
8-
newTag: v0.17.2
8+
newTag: v0.18.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.17
55
replace github.com/fluxcd/helm-controller/api => ./api
66

77
require (
8-
github.com/fluxcd/helm-controller/api v0.17.2
8+
github.com/fluxcd/helm-controller/api v0.18.0
99
github.com/fluxcd/pkg/apis/acl v0.0.3
1010
github.com/fluxcd/pkg/apis/kustomize v0.3.2
1111
github.com/fluxcd/pkg/apis/meta v0.12.1

0 commit comments

Comments
 (0)