Skip to content

Commit b1964f0

Browse files
authored
Merge pull request #551 from fluxcd/release-0.26.0
Release v0.26.0
2 parents 39d4efc + e97fdfb commit b1964f0

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

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

3+
## 0.26.0
4+
5+
**Release date:** 2022-10-21
6+
7+
This prerelease comes with support for Cosign verification of Helm OCI charts.
8+
The signatures verification can be configured by setting `HelmRelease.spec.chart.spec.verify` with
9+
`provider` as `cosign` and a `secretRef` to a secret containing the public key.
10+
Cosign keyless verification is also supported, please see the
11+
[HelmChart API documentation](https://github.com/fluxcd/source-controller/blob/api/v0.31.0/docs/spec/v1beta2/helmcharts.md#verification)
12+
for more details.
13+
14+
In addition, the controller dependencies have been updated
15+
to Kubernetes v1.25.3 and Helm v3.10.1.
16+
17+
Improvements:
18+
- Enable Cosign verification of Helm charts stored as OCI artifacts in container registries
19+
[#545](https://github.com/fluxcd/helm-controller/pull/545)
20+
- API: allow configuration of h unit for timeouts
21+
[#549](https://github.com/fluxcd/helm-controller/pull/549)
22+
- Update dependencies
23+
[#550](https://github.com/fluxcd/helm-controller/pull/550)
24+
325
## 0.25.0
426

527
**Release date:** 2022-09-29

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.25.0
8+
newTag: v0.26.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.25.0
8+
github.com/fluxcd/helm-controller/api v0.26.0
99
github.com/fluxcd/pkg/apis/acl v0.1.0
1010
github.com/fluxcd/pkg/apis/kustomize v0.6.0
1111
github.com/fluxcd/pkg/apis/meta v0.17.0

0 commit comments

Comments
 (0)