Skip to content

Commit 41f5309

Browse files
authored
Merge pull request #613 from fluxcd/release-0.30.0
Release v0.30.0
2 parents f8ea450 + 2e52949 commit 41f5309

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 0.30.0
4+
5+
**Release date:** 2023-02-17
6+
7+
This prerelease adds support for parsing the
8+
[RFC-0005](https://github.com/fluxcd/flux2/tree/main/rfcs/0005-artifact-revision-and-digest)
9+
revision format produced by source-controller `>=v0.35.0`.
10+
11+
In addition, the controller dependencies have been updated to their latest
12+
versions, including a security patch of Helm to `v3.11.1`.
13+
14+
Improvements:
15+
- Support RFC-0005 revision format
16+
[#606](https://github.com/fluxcd/helm-controller/pull/606)
17+
- Update dependencies
18+
[#610](https://github.com/fluxcd/helm-controller/pull/610)
19+
- Update source-controller to v0.35.1
20+
[#612](https://github.com/fluxcd/helm-controller/pull/612)
21+
322
## 0.29.0
423

524
**Release date:** 2023-02-01

config/manager/kustomization.yaml

+1-1
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: v0.29.0
8+
newTag: v0.30.0

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.18
55
replace github.com/fluxcd/helm-controller/api => ./api
66

77
require (
8-
github.com/fluxcd/helm-controller/api v0.29.0
8+
github.com/fluxcd/helm-controller/api v0.30.0
99
github.com/fluxcd/pkg/apis/acl v0.1.0
1010
github.com/fluxcd/pkg/apis/event v0.4.0
1111
github.com/fluxcd/pkg/apis/kustomize v0.8.0

0 commit comments

Comments
 (0)