From f648910f131f43504159d718d20a1dc531f4d089 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Mon, 8 Aug 2022 16:34:57 +0300 Subject: [PATCH] Release v0.26.0 Signed-off-by: Stefan Prodan --- CHANGELOG.md | 34 +++++++++++++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dc4e2d9..0c1a1b2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,40 @@ All notable changes to this project are documented in this file. +## 0.26.0 + +**Release date:** 2022-08-08 + +This prerelease comes with a new API kind named `OCIRepository`, +for fetching OCI artifacts from container registries as defined in +[RFC-0003 Flux OCI support for Kubernetes manifests](https://github.com/fluxcd/flux2/tree/main/rfcs/0003-kubernetes-oci). +Please see the +[OCIRepository API documentation](https://github.com/fluxcd/source-controller/blob/api/v0.26.0/docs/spec/v1beta2/ocirepositories.md) +for more details. + +In addition, Helm charts stored in Git can now have dependencies to +other charts stored as OCI artifacts in container registries. + +Features: +- Implement OCIRepository reconciliation + [#788](https://github.com/fluxcd/source-controller/pull/788) + +Improvements: +- Enable Umbrella Chart with dependencies from OCI repositories + [#770](https://github.com/fluxcd/source-controller/pull/770) +- Allow for charts from OCI registries to specify a chart path + [#856](https://github.com/fluxcd/source-controller/pull/856) +- Remove MUSL and enable threadless libgit2 support + [#853](https://github.com/fluxcd/source-controller/pull/853) +- Upgrade to Go 1.18 + [#816](https://github.com/fluxcd/source-controller/pull/816) +- Update Azure Go SDK to v1.1.0 + [#786](https://github.com/fluxcd/source-controller/pull/786) + +Fixes: +- fix(openapi): full regex for url to prevent error + [#838](https://github.com/fluxcd/source-controller/pull/838) + ## 0.25.11 **Release date:** 2022-07-27 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index f36c0c11..403f22a6 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/source-controller newName: fluxcd/source-controller - newTag: v0.25.11 + newTag: v0.26.0 diff --git a/go.mod b/go.mod index bc797cf4..2e359d31 100644 --- a/go.mod +++ b/go.mod @@ -43,7 +43,7 @@ require ( github.com/fluxcd/pkg/testserver v0.2.0 github.com/fluxcd/pkg/untar v0.1.0 github.com/fluxcd/pkg/version v0.1.0 - github.com/fluxcd/source-controller/api v0.25.11 + github.com/fluxcd/source-controller/api v0.26.0 github.com/go-git/go-billy/v5 v5.3.1 github.com/go-git/go-git/v5 v5.4.2 github.com/go-logr/logr v1.2.3