Skip to content

Commit

Permalink
Merge pull request #895 from fluxcd/release-v0.29.0
Browse files Browse the repository at this point in the history
Release v0.29.0
  • Loading branch information
stefanprodan authored Sep 9, 2022
2 parents cf0e9ac + 1c72db1 commit 9e853a9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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

## 0.29.0

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

This prerelease adds support for non-TLS container registries such
as [Kubernetes Kind Docker Registry](https://kind.sigs.k8s.io/docs/user/local-registry/).
Connecting to an in-cluster registry over plain HTTP,
requires setting the `OCIRepository.spec.insecure` field to `true`.

:warning: **Breaking change:** The controller logs have been aligned
with the Kubernetes structured logging. For more details on the new logging
structure please see: [fluxcd/flux2#3051](https://github.com/fluxcd/flux2/issues/3051).

Improvements:
- Align controller logs to Kubernetes structured logging
[#882](https://github.com/fluxcd/source-controller/pull/882)
- [OCIRepository] Add support for non-TLS insecure container registries
[#881](https://github.com/fluxcd/source-controller/pull/881)
- Fuzz optimisations
[#886](https://github.com/fluxcd/source-controller/pull/886)

Fixes:
- [OCI] Static credentials should take precedence over the OIDC provider
[#884](https://github.com/fluxcd/source-controller/pull/884)

## 0.28.0

**Release date:** 2022-08-29
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.28.0
newTag: v0.29.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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.28.0
github.com/fluxcd/source-controller/api v0.29.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 9e853a9

Please sign in to comment.