Skip to content

Commit

Permalink
Release v0.30.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sunny <darkowlzz@protonmail.com>
  • Loading branch information
darkowlzz committed Sep 29, 2022
1 parent 0598bee commit aee0ddc
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,49 @@

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

## 0.30.0

**Release date:** 2022-09-29

This prerelease adds support for Cosign verification in `OCIRepository` source.
The verification can be configured by setting `OCIRepository.spec.verify` with
`provider` as `cosign` and a `secretRef` to a secret containing the public key
used to perform the cosign verification. Please see the
[OCIRepository API documentation](https://github.com/fluxcd/source-controller/blob/api/v0.30.0/docs/spec/v1beta2/ocirepositories.md#verification)
for more details.

Improvements:
- Fix build by enabling Cosign experimental
[#900](https://github.com/fluxcd/source-controller/pull/900)
- api: add custom validation for v1.Duration types
[#903](https://github.com/fluxcd/source-controller/pull/903)
- [RFC-0003] Implement OCIRepository verification using Cosign
[#876](https://github.com/fluxcd/source-controller/pull/876)
- Consider bipolarity conditions in Ready condition summarization
[#907](https://github.com/fluxcd/source-controller/pull/907)
- Update Bucket related SDK dependencies
[#911](https://github.com/fluxcd/source-controller/pull/911)
- Add custom CA certificates to system certificates
[#904](https://github.com/fluxcd/source-controller/pull/904)
- [OCIRepository] Optimise OCI artifacts reconciliation
[#913](https://github.com/fluxcd/source-controller/pull/913)
- Update dependencies
[#919](https://github.com/fluxcd/source-controller/pull/919)
- Build with Go 1.19
[#920](https://github.com/fluxcd/source-controller/pull/920)
- Bump libgit2 image and disable cosign verification for CI
[#921](https://github.com/fluxcd/source-controller/pull/921)
- OCIRepositoryReconciler no-op improvements
[#917](https://github.com/fluxcd/source-controller/pull/917)
- Accept a slice of remote.Option for cosign verification
[#916](https://github.com/fluxcd/source-controller/pull/916)
- Update pkg/oci to v0.11.0
[#922](https://github.com/fluxcd/source-controller/pull/922)

Fixes:
- Handle nil OCI authenticator with malformed registry
[#897](https://github.com/fluxcd/source-controller/pull/897)

## 0.29.0

**Release date:** 2022-09-09
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.29.0
newTag: v0.30.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ require (
github.com/fluxcd/pkg/testserver v0.3.0
github.com/fluxcd/pkg/untar v0.2.0
github.com/fluxcd/pkg/version v0.2.0
github.com/fluxcd/source-controller/api v0.29.0
github.com/fluxcd/source-controller/api v0.30.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 aee0ddc

Please sign in to comment.