File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.22.2
4
+
5
+ ** Release date:** 2022-07-13
6
+
7
+ This prerelease updates dependencies to patch upstream CVEs.
8
+
9
+ Improvements:
10
+ - Fix github.com/emicklei/go-restful (CVE-2022 -1996)
11
+ [ #507 ] ( https://github.com/fluxcd/helm-controller/pull/507 )
12
+ - Update dependencies
13
+ [ #501 ] ( https://github.com/fluxcd/helm-controller/pull/501 )
14
+ - Update gopkg.in/yaml.v3 to v3.0.1
15
+ [ #502 ] ( https://github.com/fluxcd/helm-controller/pull/502 )
16
+ - build: Upgrade to Go 1.18
17
+ [ #505 ] ( https://github.com/fluxcd/helm-controller/pull/505 )
18
+
3
19
## 0.22.1
4
20
5
21
** Release date:** 2022-06-07
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.22.1
8
+ newTag : v0.22.2
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.22.1
8
+ github.com/fluxcd/helm-controller/api v0.22.2
9
9
github.com/fluxcd/pkg/apis/acl v0.0.3
10
10
github.com/fluxcd/pkg/apis/kustomize v0.4.2
11
11
github.com/fluxcd/pkg/apis/meta v0.14.2
You can’t perform that action at this time.
0 commit comments