Skip to content

Commit

Permalink
Merge pull request #943 from fluxcd/release-0.31.0
Browse files Browse the repository at this point in the history
Release v0.31.0
  • Loading branch information
stefanprodan authored Oct 21, 2022
2 parents 09cae78 + ab313f9 commit a9a85b2
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

All notable changes to this project are documented in this file.

## 0.31.0

**Release date:** 2022-10-21

This prerelease comes with support for Cosign verification of Helm charts.
The signatures verification can be configured by setting `HelmChart.spec.verify` with
`provider` as `cosign` and a `secretRef` to a secret containing the public key.
Cosign keyless verification is also supported, please see the
[HelmChart API documentation](https://github.com/fluxcd/source-controller/blob/api/v0.31.0/docs/spec/v1beta2/helmcharts.md#verification)
for more details.

In addition, the controller dependencies have been updated
to Kubernetes v1.25.3 and Helm v3.10.1.

Improvements:
- Implement Cosign verification for HelmCharts
[#925](https://github.com/fluxcd/source-controller/pull/925)
- Update dependencies
[#942](https://github.com/fluxcd/source-controller/pull/942)

Fixes:
- Allow deleting suspended objects
[#937](https://github.com/fluxcd/source-controller/pull/937)

## 0.30.1

**Release date:** 2022-10-10
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/source-controller
newName: fluxcd/source-controller
newTag: v0.30.1
newTag: v0.31.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ require (
github.com/fluxcd/pkg/testserver v0.4.0
github.com/fluxcd/pkg/untar v0.2.0
github.com/fluxcd/pkg/version v0.2.0
github.com/fluxcd/source-controller/api v0.30.1
github.com/fluxcd/source-controller/api v0.31.0
github.com/go-git/go-billy/v5 v5.3.1
github.com/go-git/go-git/v5 v5.4.2
github.com/go-logr/logr v1.2.3
Expand Down

0 comments on commit a9a85b2

Please sign in to comment.