File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 0.31.0
6+
7+ ** Release date:** 2022-10-21
8+
9+ This prerelease comes with support for Cosign verification of Helm charts.
10+ The signatures verification can be configured by setting ` HelmChart.spec.verify ` with
11+ ` provider ` as ` cosign ` and a ` secretRef ` to a secret containing the public key.
12+ Cosign keyless verification is also supported, please see the
13+ [ HelmChart API documentation] ( https://github.com/fluxcd/source-controller/blob/api/v0.31.0/docs/spec/v1beta2/helmcharts.md#verification )
14+ for more details.
15+
16+ In addition, the controller dependencies have been updated
17+ to Kubernetes v1.25.3 and Helm v3.10.1.
18+
19+ Improvements:
20+ - Implement Cosign verification for HelmCharts
21+ [ #925 ] ( https://github.com/fluxcd/source-controller/pull/925 )
22+ - Update dependencies
23+ [ #942 ] ( https://github.com/fluxcd/source-controller/pull/942 )
24+
25+ Fixes:
26+ - Allow deleting suspended objects
27+ [ #937 ] ( https://github.com/fluxcd/source-controller/pull/937 )
28+
529## 0.30.1
630
731** Release date:** 2022-10-10
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77- name : fluxcd/source-controller
88 newName : fluxcd/source-controller
9- newTag : v0.30.1
9+ newTag : v0.31.0
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ require (
4242 github.com/fluxcd/pkg/testserver v0.4.0
4343 github.com/fluxcd/pkg/untar v0.2.0
4444 github.com/fluxcd/pkg/version v0.2.0
45- github.com/fluxcd/source-controller/api v0.30.1
45+ github.com/fluxcd/source-controller/api v0.31.0
4646 github.com/go-git/go-billy/v5 v5.3.1
4747 github.com/go-git/go-git/v5 v5.4.2
4848 github.com/go-logr/logr v1.2.3
You can’t perform that action at this time.
0 commit comments