File tree Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
30
## 0.18.0
4
31
5
32
** Release date:** 2022-03-21
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.18.0
8
+ newTag : v0.18.1
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.18.0
8
+ github.com/fluxcd/helm-controller/api v0.18.1
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