Skip to content

Commit 12b200c

Browse files
authored
Merge pull request #877 from fluxcd/release-v0.28.0
Release v0.28.0
2 parents 430f507 + ee4fa55 commit 12b200c

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

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

5+
## 0.28.0
6+
7+
**Release date:** 2022-08-29
8+
9+
This prerelease adds support for contextual login to container registries when pulling
10+
Helm charts from Azure Container Registry, Amazon Elastic Container Registry
11+
and Google Artifact Registry. Contextual login for `HelmRepository`
12+
objects can be enabled by setting the `spec.provider` field to `azure`, `aws` or `gcp`.
13+
14+
Selecting the OCI layer containing Kubernetes manifests is now possible
15+
when defining `OCIRepository` objects by setting the `spec.layerSelector.mediaType` field.
16+
17+
In addition, the controller dependencies have been updated to Kubernetes v1.25.0 and Helm v3.9.4.
18+
19+
Improvements:
20+
- [HelmRepository] Enable contextual login for OCI
21+
[#873](https://github.com/fluxcd/source-controller/pull/873)
22+
- [OCIRepository] Select layer by media type
23+
[#871](https://github.com/fluxcd/source-controller/pull/871)
24+
- Update Kubernetes packages to v1.25.0
25+
[#875](https://github.com/fluxcd/source-controller/pull/875)
26+
- Update dependencies
27+
[#869](https://github.com/fluxcd/source-controller/pull/869)
28+
- Ensure Go 1.18 for fuzz image
29+
[#872](https://github.com/fluxcd/source-controller/pull/872)
30+
531
## 0.27.0
632

733
**Release date:** 2022-08-17
@@ -190,7 +216,7 @@ Improvements:
190216
This prerelease fixes a regression for SSH host key verification
191217
and fixes semver sorting for Helm OCI charts.
192218

193-
In addition, the controller dependencies where update to Kubernetes v1.24.1.
219+
In addition, the controller dependencies have been updated to Kubernetes v1.24.1.
194220

195221
Fixes:
196222
- helm: Fix sorting semver from OCI repository tags

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.27.0
9+
newTag: v0.28.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.27.0
48+
github.com/fluxcd/source-controller/api v0.28.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)