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 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
518This 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:
55images :
66 - name : fluxcd/helm-controller
77 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 (
1616
1717require (
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
You can’t perform that action at this time.
0 commit comments