File tree 3 files changed +26
-2
lines changed
3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
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
+
5
29
## 0.30.1
6
30
7
31
** Release date:** 2022-10-10
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
6
6
images :
7
7
- name : fluxcd/source-controller
8
8
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 (
42
42
github.com/fluxcd/pkg/testserver v0.4.0
43
43
github.com/fluxcd/pkg/untar v0.2.0
44
44
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
46
46
github.com/go-git/go-billy/v5 v5.3.1
47
47
github.com/go-git/go-git/v5 v5.4.2
48
48
github.com/go-logr/logr v1.2.3
You can’t perform that action at this time.
0 commit comments