Skip to content

Commit

Permalink
Merge pull request #756 from aryan9600/optimized-checkout-tag
Browse files Browse the repository at this point in the history
Release v0.25.2
  • Loading branch information
stefanprodan authored Jun 3, 2022
2 parents ea1bab5 + fd56bca commit 9e33041
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/source-controller
newName: fluxcd/source-controller
newTag: v0.25.1
newTag: v0.25.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e33041

Please sign in to comment.