File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
16
## 0.37.1
4
17
5
18
This prerelease fixes a backwards compatibility issue that could occur when
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/helm-controller
7
7
newName : fluxcd/helm-controller
8
- newTag : v0.37.1
8
+ newTag : v0.37.2
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ replace (
16
16
17
17
require (
18
18
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
20
20
github.com/fluxcd/pkg/apis/acl v0.1.0
21
21
github.com/fluxcd/pkg/apis/event v0.6.0
22
22
github.com/fluxcd/pkg/apis/kustomize v1.2.0
You can’t perform that action at this time.
0 commit comments