Skip to content

Commit 24c6729

Browse files
authored
Merge pull request #859 from fluxcd/release-v0.37.2
Release v0.37.2
2 parents 02fbbbe + 9ffe942 commit 24c6729

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## 0.37.2
4+
5+
This prerelease fixes a bug that resulted in the controller not being able to
6+
properly watch HelmRelease resources with specific labels.
7+
8+
Fixes:
9+
- Properly configure namespace selector
10+
[#858](https://github.com/fluxcd/helm-controller/pull/858)
11+
12+
Improvements:
13+
- build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0
14+
[#856](https://github.com/fluxcd/helm-controller/pull/856)
15+
316
## 0.37.1
417

518
This prerelease fixes a backwards compatibility issue that could occur when

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

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.2
19-
github.com/fluxcd/helm-controller/api v0.37.1
19+
github.com/fluxcd/helm-controller/api v0.37.2
2020
github.com/fluxcd/pkg/apis/acl v0.1.0
2121
github.com/fluxcd/pkg/apis/event v0.6.0
2222
github.com/fluxcd/pkg/apis/kustomize v1.2.0

0 commit comments

Comments
 (0)