|
2 | 2 |
|
3 | 3 | All notable changes to this project are documented in this file.
|
4 | 4 |
|
| 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 | + |
5 | 31 | ## 0.27.0
|
6 | 32 |
|
7 | 33 | **Release date:** 2022-08-17
|
@@ -190,7 +216,7 @@ Improvements:
|
190 | 216 | This prerelease fixes a regression for SSH host key verification
|
191 | 217 | and fixes semver sorting for Helm OCI charts.
|
192 | 218 |
|
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. |
194 | 220 |
|
195 | 221 | Fixes:
|
196 | 222 | - helm: Fix sorting semver from OCI repository tags
|
|
0 commit comments