Merge pull request #984 from fluxcd/release-v1.0.1

Release v1.0.1
This commit is contained in:
Stefan Prodan 2024-05-10 18:06:49 +03:00 committed by GitHub
commit 6085b4f022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 15 additions and 2 deletions

View File

@ -1,5 +1,18 @@
# Changelog
## 1.0.1
**Release date:** 2024-05-10
This prerelease fixes a backwards compatibility issue that could occur when trying
to move from the `v2beta1` to `v2` API while specifing `.spec.chartRef`.
Fixes:
- Fix: Allow upgrading from v2beta1 to v2 (GA)
[#982](https://github.com/fluxcd/helm-controller/pull/982)
- Fix: Make HelmChartTemplate a pointer in .spec.chart
[#980](https://github.com/fluxcd/helm-controller/pull/980)
## 1.0.0
**Release date:** 2024-05-08

View File

@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/helm-controller
newName: fluxcd/helm-controller
newTag: v1.0.0
newTag: v1.0.1

2
go.mod
View File

@ -17,7 +17,7 @@ replace (
require (
github.com/Masterminds/semver v1.5.0
github.com/fluxcd/cli-utils v0.36.0-flux.7
github.com/fluxcd/helm-controller/api v1.0.0
github.com/fluxcd/helm-controller/api v1.0.1
github.com/fluxcd/pkg/apis/acl v0.3.0
github.com/fluxcd/pkg/apis/event v0.9.0
github.com/fluxcd/pkg/apis/kustomize v1.5.0