From fd56bcaa8e55ac2c0fef1856f6f92cdaaafef595 Mon Sep 17 00:00:00 2001 From: Sanskar Jaiswal Date: Fri, 3 Jun 2022 14:34:58 +0530 Subject: [PATCH] Release v0.25.2 Signed-off-by: Sanskar Jaiswal --- CHANGELOG.md | 20 +++++++++++++++++++- config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5bf000bf..41a2ba126 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,27 @@ All notable changes to this project are documented in this file. +## 0.25.2 + +**Release date:** 2022-06-03 + +This prerelease fixes a bug which prevented the use of the `OptimizedGitClones` +feature when using tags to checkout a Git repository, and adds docs on how to +access Azure Blob using managed identities and aad-pod-identity. + +Improvements: +- Add docs on managed identity for Azure Blob + [#752](https://github.com/fluxcd/source-controller/pull/752) + +Fixes: +- libgit2: return CheckoutTag with LastRevision + [#755](https://github.com/fluxcd/source-controller/pull/755) +- Log on new artifact and failure recovery + [#759](https://github.com/fluxcd/source-controller/pull/759) + ## 0.25.1 -**Release date:** 2022-06-01 +**Release date:** 2022-06-02 This prerelease fixes some race conditions in the libgit2 managed ssh smart subtransport. diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 40e148307..e8813c8e7 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.1 + newTag: v0.25.2 diff --git a/go.mod b/go.mod index 68e384682..6987584ae 100644 --- a/go.mod +++ b/go.mod @@ -32,7 +32,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.1 + github.com/fluxcd/source-controller/api v0.25.2 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