Skip to content

Commit 6085b4f

Browse files
authored
Merge pull request #984 from fluxcd/release-v1.0.1
Release v1.0.1
2 parents 1a7e9ac + 671a274 commit 6085b4f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 1.0.1
4+
5+
**Release date:** 2024-05-10
6+
7+
This prerelease fixes a backwards compatibility issue that could occur when trying
8+
to move from the `v2beta1` to `v2` API while specifing `.spec.chartRef`.
9+
10+
Fixes:
11+
- Fix: Allow upgrading from v2beta1 to v2 (GA)
12+
[#982](https://github.com/fluxcd/helm-controller/pull/982)
13+
- Fix: Make HelmChartTemplate a pointer in .spec.chart
14+
[#980](https://github.com/fluxcd/helm-controller/pull/980)
15+
316
## 1.0.0
417

518
**Release date:** 2024-05-08

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/helm-controller
77
newName: fluxcd/helm-controller
8-
newTag: v1.0.0
8+
newTag: v1.0.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ replace (
1717
require (
1818
github.com/Masterminds/semver v1.5.0
1919
github.com/fluxcd/cli-utils v0.36.0-flux.7
20-
github.com/fluxcd/helm-controller/api v1.0.0
20+
github.com/fluxcd/helm-controller/api v1.0.1
2121
github.com/fluxcd/pkg/apis/acl v0.3.0
2222
github.com/fluxcd/pkg/apis/event v0.9.0
2323
github.com/fluxcd/pkg/apis/kustomize v1.5.0

0 commit comments

Comments
 (0)