Add changelog entry for v1.0.1

Signed-off-by: Soule BA <bah.soule@gmail.com>
This commit is contained in:
Soule BA 2024-05-10 16:31:33 +02:00
parent 1a7e9acb3e
commit 964e7500ad
No known key found for this signature in database
GPG Key ID: 4D40965192802994
1 changed files with 13 additions and 0 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