Skip to content

Commit

Permalink
Merge pull request #883 from fluxcd/release-v0.37.3
Browse files Browse the repository at this point in the history
Release v0.37.3
  • Loading branch information
darkowlzz committed Feb 1, 2024
2 parents 0d87c62 + 38c5d80 commit c2c1064
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## 0.37.3

**Release date:** 2024-02-01

This prerelease comes with an update to the Kubernetes dependencies to
v1.28.6 and various other dependencies have been updated to their latest version
to patch upstream CVEs.

In addition, the controller is now built with Go 1.21.

Improvements:
- ci: Enable dependabot gomod updates
[#874](https://github.com/fluxcd/helm-controller/pull/874)
- Update Go to 1.21
[#872](https://github.com/fluxcd/helm-controller/pull/872)
- Various dependency updates
[#882](https://github.com/fluxcd/helm-controller/pull/882)
[#877](https://github.com/fluxcd/helm-controller/pull/877)
[#876](https://github.com/fluxcd/helm-controller/pull/876)
[#871](https://github.com/fluxcd/helm-controller/pull/871)
[#867](https://github.com/fluxcd/helm-controller/pull/867)
[#865](https://github.com/fluxcd/helm-controller/pull/865)
[#862](https://github.com/fluxcd/helm-controller/pull/862)
[#860](https://github.com/fluxcd/helm-controller/pull/860)

## 0.37.2

This prerelease fixes a bug that resulted in the controller not being able to
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.37.2
newTag: v0.37.3
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ replace (

require (
github.com/fluxcd/cli-utils v0.36.0-flux.3
github.com/fluxcd/helm-controller/api v0.37.2
github.com/fluxcd/helm-controller/api v0.37.3
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.7.0
github.com/fluxcd/pkg/apis/kustomize v1.3.0
Expand Down

0 comments on commit c2c1064

Please sign in to comment.