Skip to content

Commit a214763

Browse files
author
Paulo Gomes
authored
Merge pull request #508 from pjbgf/release-v0.22.2
Release v0.22.2
2 parents 9257b61 + 3761c56 commit a214763

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

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+
319
## 0.22.1
420

521
**Release date:** 2022-06-07

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.22.1
8+
newTag: v0.22.2

go.mod

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

77
require (
8-
github.com/fluxcd/helm-controller/api v0.22.1
8+
github.com/fluxcd/helm-controller/api v0.22.2
99
github.com/fluxcd/pkg/apis/acl v0.0.3
1010
github.com/fluxcd/pkg/apis/kustomize v0.4.2
1111
github.com/fluxcd/pkg/apis/meta v0.14.2

0 commit comments

Comments
 (0)