Skip to content

Commit 9e853a9

Browse files
authored
Merge pull request #895 from fluxcd/release-v0.29.0
Release v0.29.0
2 parents cf0e9ac + 1c72db1 commit 9e853a9

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All 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

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/source-controller
88
newName: fluxcd/source-controller
9-
newTag: v0.28.0
9+
newTag: v0.29.0

go.mod

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)