Skip to content

Commit d959dd8

Browse files
authored
Merge pull request #446 from fluxcd/release-v0.18.1
2 parents 4b19f98 + ef1d15e commit d959dd8

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

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

3+
## 0.18.1
4+
5+
**Release date:** 2022-03-23
6+
7+
This prerelease ensures the API objects fully adhere to newly introduced
8+
interfaces, allowing them to work in combination with e.g. the
9+
[`conditions`](https://pkg.go.dev/github.com/fluxcd/pkg/[email protected]/conditions)
10+
package.
11+
12+
In addition, it ensures (Kubernetes) Event annotations are prefixed with the
13+
FQDN of the Helm API Group. For example, `revision` is now
14+
`helm.toolkit.fluxcd.io/revision`.
15+
16+
This to facilitate improvements to the notification-controller, where
17+
annotations prefixed with the FQDN of the Group of the Involved Object will be
18+
transformed into "fields".
19+
20+
Improvements:
21+
- Implement `meta.ObjectWithConditions` interfaces
22+
[#444](https://github.com/fluxcd/helm-controller/pull/444)
23+
- Update source-controller API to v0.22.1
24+
[#445](https://github.com/fluxcd/helm-controller/pull/445)
25+
26+
Fixes:
27+
- Prefix revision annotation with API Group FQDN
28+
[#447](https://github.com/fluxcd/helm-controller/pull/447)
29+
330
## 0.18.0
431

532
**Release date:** 2022-03-21

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.18.0
8+
newTag: v0.18.1

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.18.0
8+
github.com/fluxcd/helm-controller/api v0.18.1
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)