File tree 3 files changed +27
-2
lines changed
3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
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
+
5
30
## 0.28.0
6
31
7
32
** Release date:** 2022-08-29
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
6
6
images :
7
7
- name : fluxcd/source-controller
8
8
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 (
45
45
github.com/fluxcd/pkg/testserver v0.3.0
46
46
github.com/fluxcd/pkg/untar v0.2.0
47
47
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
49
49
github.com/go-git/go-billy/v5 v5.3.1
50
50
github.com/go-git/go-git/v5 v5.4.2
51
51
github.com/go-logr/logr v1.2.3
You can’t perform that action at this time.
0 commit comments