File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 0.29.0
6+
7+ ** Release date:** 2022-09-09
8+
9+ This prerelease adds support for non-TLS container registries such
10+ as [ Kubernetes Kind Docker Registry] ( https://kind.sigs.k8s.io/docs/user/local-registry/ ) .
11+ Connecting to an in-cluster registry over plain HTTP,
12+ requires setting the ` OCIRepository.spec.insecure ` field to ` true ` .
13+
14+ :warning : ** Breaking change:** The controller logs have been aligned
15+ with the Kubernetes structured logging. For more details on the new logging
16+ structure please see: [ fluxcd/flux2 #3051 ] ( https://github.com/fluxcd/flux2/issues/3051 ) .
17+
18+ Improvements:
19+ - Align controller logs to Kubernetes structured logging
20+ [ #882 ] ( https://github.com/fluxcd/source-controller/pull/882 )
21+ - [ OCIRepository] Add support for non-TLS insecure container registries
22+ [ #881 ] ( https://github.com/fluxcd/source-controller/pull/881 )
23+ - Fuzz optimisations
24+ [ #886 ] ( https://github.com/fluxcd/source-controller/pull/886 )
25+
26+ Fixes:
27+ - [ OCI] Static credentials should take precedence over the OIDC provider
28+ [ #884 ] ( https://github.com/fluxcd/source-controller/pull/884 )
29+
530## 0.28.0
631
732** Release date:** 2022-08-29
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77- name : fluxcd/source-controller
88 newName : fluxcd/source-controller
9- newTag : v0.28 .0
9+ newTag : v0.29 .0
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ require (
4545 github.com/fluxcd/pkg/testserver v0.3.0
4646 github.com/fluxcd/pkg/untar v0.2.0
4747 github.com/fluxcd/pkg/version v0.2.0
48- github.com/fluxcd/source-controller/api v0.28 .0
48+ github.com/fluxcd/source-controller/api v0.29 .0
4949 github.com/go-git/go-billy/v5 v5.3.1
5050 github.com/go-git/go-git/v5 v5.4.2
5151 github.com/go-logr/logr v1.2.3
You can’t perform that action at this time.
0 commit comments