diff --git a/CHANGELOG.md b/CHANGELOG.md index 19a0e3924..37bae4cb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 052e47388..65d1c792e 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/helm-controller newName: fluxcd/helm-controller - newTag: v0.37.2 + newTag: v0.37.3 diff --git a/go.mod b/go.mod index 3aa903efb..df999c53f 100644 --- a/go.mod +++ b/go.mod @@ -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