Skip to content

Commit c2c1064

Browse files
authored
Merge pull request #883 from fluxcd/release-v0.37.3
Release v0.37.3
2 parents 0d87c62 + 38c5d80 commit c2c1064

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

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

3+
## 0.37.3
4+
5+
**Release date:** 2024-02-01
6+
7+
This prerelease comes with an update to the Kubernetes dependencies to
8+
v1.28.6 and various other dependencies have been updated to their latest version
9+
to patch upstream CVEs.
10+
11+
In addition, the controller is now built with Go 1.21.
12+
13+
Improvements:
14+
- ci: Enable dependabot gomod updates
15+
[#874](https://github.com/fluxcd/helm-controller/pull/874)
16+
- Update Go to 1.21
17+
[#872](https://github.com/fluxcd/helm-controller/pull/872)
18+
- Various dependency updates
19+
[#882](https://github.com/fluxcd/helm-controller/pull/882)
20+
[#877](https://github.com/fluxcd/helm-controller/pull/877)
21+
[#876](https://github.com/fluxcd/helm-controller/pull/876)
22+
[#871](https://github.com/fluxcd/helm-controller/pull/871)
23+
[#867](https://github.com/fluxcd/helm-controller/pull/867)
24+
[#865](https://github.com/fluxcd/helm-controller/pull/865)
25+
[#862](https://github.com/fluxcd/helm-controller/pull/862)
26+
[#860](https://github.com/fluxcd/helm-controller/pull/860)
27+
328
## 0.37.2
429

530
This prerelease fixes a bug that resulted in the controller not being able to

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.37.2
8+
newTag: v0.37.3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ replace (
1616

1717
require (
1818
github.com/fluxcd/cli-utils v0.36.0-flux.3
19-
github.com/fluxcd/helm-controller/api v0.37.2
19+
github.com/fluxcd/helm-controller/api v0.37.3
2020
github.com/fluxcd/pkg/apis/acl v0.1.0
2121
github.com/fluxcd/pkg/apis/event v0.7.0
2222
github.com/fluxcd/pkg/apis/kustomize v1.3.0

0 commit comments

Comments
 (0)