Skip to content

Commit

Permalink
Merge pull request #508 from pjbgf/release-v0.22.2
Browse files Browse the repository at this point in the history
Release v0.22.2
  • Loading branch information
Paulo Gomes authored Jul 13, 2022
2 parents 9257b61 + 3761c56 commit a214763
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.22.2

**Release date:** 2022-07-13

This prerelease updates dependencies to patch upstream CVEs.

Improvements:
- Fix github.com/emicklei/go-restful (CVE-2022-1996)
[#507](https://github.com/fluxcd/helm-controller/pull/507)
- Update dependencies
[#501](https://github.com/fluxcd/helm-controller/pull/501)
- Update gopkg.in/yaml.v3 to v3.0.1
[#502](https://github.com/fluxcd/helm-controller/pull/502)
- build: Upgrade to Go 1.18
[#505](https://github.com/fluxcd/helm-controller/pull/505)

## 0.22.1

**Release date:** 2022-06-07
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/helm-controller
newName: fluxcd/helm-controller
newTag: v0.22.1
newTag: v0.22.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
replace github.com/fluxcd/helm-controller/api => ./api

require (
github.com/fluxcd/helm-controller/api v0.22.1
github.com/fluxcd/helm-controller/api v0.22.2
github.com/fluxcd/pkg/apis/acl v0.0.3
github.com/fluxcd/pkg/apis/kustomize v0.4.2
github.com/fluxcd/pkg/apis/meta v0.14.2
Expand Down

0 comments on commit a214763

Please sign in to comment.