Skip to content

Commit 9e33041

Browse files
authored
Merge pull request #756 from aryan9600/optimized-checkout-tag
Release v0.25.2
2 parents ea1bab5 + fd56bca commit 9e33041

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,27 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 0.25.2
6+
7+
**Release date:** 2022-06-03
8+
9+
This prerelease fixes a bug which prevented the use of the `OptimizedGitClones`
10+
feature when using tags to checkout a Git repository, and adds docs on how to
11+
access Azure Blob using managed identities and aad-pod-identity.
12+
13+
Improvements:
14+
- Add docs on managed identity for Azure Blob
15+
[#752](https://github.com/fluxcd/source-controller/pull/752)
16+
17+
Fixes:
18+
- libgit2: return CheckoutTag with LastRevision
19+
[#755](https://github.com/fluxcd/source-controller/pull/755)
20+
- Log on new artifact and failure recovery
21+
[#759](https://github.com/fluxcd/source-controller/pull/759)
22+
523
## 0.25.1
624

7-
**Release date:** 2022-06-01
25+
**Release date:** 2022-06-02
826

927
This prerelease fixes some race conditions in the libgit2 managed ssh smart
1028
subtransport.

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/source-controller
88
newName: fluxcd/source-controller
9-
newTag: v0.25.1
9+
newTag: v0.25.2

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/fluxcd/pkg/testserver v0.2.0
3333
github.com/fluxcd/pkg/untar v0.1.0
3434
github.com/fluxcd/pkg/version v0.1.0
35-
github.com/fluxcd/source-controller/api v0.25.1
35+
github.com/fluxcd/source-controller/api v0.25.2
3636
github.com/go-git/go-billy/v5 v5.3.1
3737
github.com/go-git/go-git/v5 v5.4.2
3838
github.com/go-logr/logr v1.2.3

0 commit comments

Comments
 (0)