Skip to content

Commit

Permalink
Merge pull request #475 from fluxcd/release-v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco authored May 3, 2022
2 parents 4abc8d3 + 2e41adc commit e78a6f0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.21.0

**Release date:** 2022-05-03

This prerelease introduces support for defining a KubeConfig Secret data key in
the `.spec.kubeConfig.SecretRef.key` (default: `value` or `value.yaml`).

In addition, dependencies have been updated.

Improvements:
- Support defining a KubeConfig Secret data key
[#461](https://github.com/fluxcd/helm-controller/pull/461)
[#472](https://github.com/fluxcd/helm-controller/pull/472)
[#474](https://github.com/fluxcd/helm-controller/pull/474)
- Update dependencies
[#470](https://github.com/fluxcd/helm-controller/pull/470)
[#473](https://github.com/fluxcd/helm-controller/pull/473)

## 0.20.1

**Release date:** 2022-04-20
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.20.1
newTag: v0.21.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.17
replace github.com/fluxcd/helm-controller/api => ./api

require (
github.com/fluxcd/helm-controller/api v0.20.1
github.com/fluxcd/helm-controller/api v0.21.0
github.com/fluxcd/pkg/apis/acl v0.0.3
github.com/fluxcd/pkg/apis/kustomize v0.3.3
github.com/fluxcd/pkg/apis/meta v0.13.0
Expand Down

0 comments on commit e78a6f0

Please sign in to comment.