Skip to content

Commit a9a85b2

Browse files
authored
Merge pull request #943 from fluxcd/release-0.31.0
Release v0.31.0
2 parents 09cae78 + ab313f9 commit a9a85b2

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
All 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

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/source-controller
88
newName: fluxcd/source-controller
9-
newTag: v0.30.1
9+
newTag: v0.31.0

go.mod

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)