From d99a339c4c5861813c8c1d7f857bac4b72f82d7b Mon Sep 17 00:00:00 2001 From: Paulo Gomes Date: Wed, 13 Jul 2022 11:39:02 +0100 Subject: [PATCH] Release v0.25.10 Signed-off-by: Paulo Gomes --- CHANGELOG.md | 21 +++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7783ad680..92e8e0039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project are documented in this file. +## 0.25.10 + +**Release date:** 2022-07-13 + +This prerelease fixes SIGSEGV when resolving charts dependencies and enable +Umbrella Chart with dependencies from OCI repositories.It also brings +CI improvements and updates dependencies to patch upstream CVEs. + +Fixes: +- Fix SIGSEGV when resolving charts dependencies [#827](https://github.com/fluxcd/source-controller/pull/827) + +Improvements: +- Update go-yaml to v3.0.1 [#804](https://github.com/fluxcd/source-controller/pull/804) +- build: provenance and tampering checks for libgit2 [#823](https://github.com/fluxcd/source-controller/pull/823) +- Decrease fs perms to 0o700 [#818](https://github.com/fluxcd/source-controller/pull/818) +- Enable Umbrella Chart with dependencies from OCI repositories [#770](https://github.com/fluxcd/source-controller/pull/770) +- build: run darwin tests on macos 10.15, 11 and 12 [#817](https://github.com/fluxcd/source-controller/pull/817) +- Minor comment updates [#812](https://github.com/fluxcd/source-controller/pull/812) +- Split GitHub workflows [#811](https://github.com/fluxcd/source-controller/pull/811) +- docs: Add password-protected SSH keys information [#801](https://github.com/fluxcd/source-controller/pull/801) + ## 0.25.9 **Release date:** 2022-06-29 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 0b1f7f5e8..beb4926dc 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.9 + newTag: v0.25.10 diff --git a/go.mod b/go.mod index e5f10e65f..c89c3fb5f 100644 --- a/go.mod +++ b/go.mod @@ -37,7 +37,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.9 + github.com/fluxcd/source-controller/api v0.25.10 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