File tree 3 files changed +24
-2
lines changed
3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
25
## 0.25.0
4
26
5
27
** Release date:** 2022-09-29
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/helm-controller
7
7
newName : fluxcd/helm-controller
8
- newTag : v0.25 .0
8
+ newTag : v0.26 .0
Original file line number Diff line number Diff line change 5
5
replace github.com/fluxcd/helm-controller/api => ./api
6
6
7
7
require (
8
- github.com/fluxcd/helm-controller/api v0.25 .0
8
+ github.com/fluxcd/helm-controller/api v0.26 .0
9
9
github.com/fluxcd/pkg/apis/acl v0.1.0
10
10
github.com/fluxcd/pkg/apis/kustomize v0.6.0
11
11
github.com/fluxcd/pkg/apis/meta v0.17.0
You can’t perform that action at this time.
0 commit comments