File tree 3 files changed +21
-2
lines changed
3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.30.0
4
+
5
+ ** Release date:** 2023-02-17
6
+
7
+ This prerelease adds support for parsing the
8
+ [ RFC-0005] ( https://github.com/fluxcd/flux2/tree/main/rfcs/0005-artifact-revision-and-digest )
9
+ revision format produced by source-controller ` >=v0.35.0 ` .
10
+
11
+ In addition, the controller dependencies have been updated to their latest
12
+ versions, including a security patch of Helm to ` v3.11.1 ` .
13
+
14
+ Improvements:
15
+ - Support RFC-0005 revision format
16
+ [ #606 ] ( https://github.com/fluxcd/helm-controller/pull/606 )
17
+ - Update dependencies
18
+ [ #610 ] ( https://github.com/fluxcd/helm-controller/pull/610 )
19
+ - Update source-controller to v0.35.1
20
+ [ #612 ] ( https://github.com/fluxcd/helm-controller/pull/612 )
21
+
3
22
## 0.29.0
4
23
5
24
** Release date:** 2023-02-01
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.29 .0
8
+ newTag : v0.30 .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.29 .0
8
+ github.com/fluxcd/helm-controller/api v0.30 .0
9
9
github.com/fluxcd/pkg/apis/acl v0.1.0
10
10
github.com/fluxcd/pkg/apis/event v0.4.0
11
11
github.com/fluxcd/pkg/apis/kustomize v0.8.0
You can’t perform that action at this time.
0 commit comments