Release v0.23.1
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
b2edd57738
commit
1c5d68ff4e
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,5 +1,16 @@
|
|||
# Changelog
|
||||
|
||||
## 0.23.1
|
||||
|
||||
**Release date:** 2022-08-29
|
||||
|
||||
This prerelease comes with updates to the controller dependencies
|
||||
including Kubernetes v1.25.0, Helm v3.9.4 and Kustomize v4.5.7.
|
||||
|
||||
Improvements:
|
||||
- Update Kubernetes packages to v1.25.0
|
||||
[#524](https://github.com/fluxcd/helm-controller/pull/524)
|
||||
|
||||
## 0.23.0
|
||||
|
||||
**Release date:** 2022-08-19
|
||||
|
|
|
@ -5,4 +5,4 @@ resources:
|
|||
images:
|
||||
- name: fluxcd/helm-controller
|
||||
newName: fluxcd/helm-controller
|
||||
newTag: v0.23.0
|
||||
newTag: v0.23.1
|
||||
|
|
2
go.mod
2
go.mod
|
@ -5,7 +5,7 @@ go 1.18
|
|||
replace github.com/fluxcd/helm-controller/api => ./api
|
||||
|
||||
require (
|
||||
github.com/fluxcd/helm-controller/api v0.23.0
|
||||
github.com/fluxcd/helm-controller/api v0.23.1
|
||||
github.com/fluxcd/pkg/apis/acl v0.1.0
|
||||
github.com/fluxcd/pkg/apis/kustomize v0.5.0
|
||||
github.com/fluxcd/pkg/apis/meta v0.15.0
|
||||
|
|
Loading…
Reference in New Issue