Skip to content

Commit

Permalink
Merge pull request #859 from fluxcd/release-v0.37.2
Browse files Browse the repository at this point in the history
Release v0.37.2
  • Loading branch information
hiddeco committed Dec 19, 2023
2 parents 02fbbbe + 9ffe942 commit 24c6729
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.37.2

This prerelease fixes a bug that resulted in the controller not being able to
properly watch HelmRelease resources with specific labels.

Fixes:
- Properly configure namespace selector
[#858](https://github.com/fluxcd/helm-controller/pull/858)

Improvements:
- build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0
[#856](https://github.com/fluxcd/helm-controller/pull/856)

## 0.37.1

This prerelease fixes a backwards compatibility issue that could occur when
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/helm-controller
newName: fluxcd/helm-controller
newTag: v0.37.1
newTag: v0.37.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ replace (

require (
github.com/fluxcd/cli-utils v0.36.0-flux.2
github.com/fluxcd/helm-controller/api v0.37.1
github.com/fluxcd/helm-controller/api v0.37.2
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.6.0
github.com/fluxcd/pkg/apis/kustomize v1.2.0
Expand Down

0 comments on commit 24c6729

Please sign in to comment.