Skip to content

Commit d8f51d5

Browse files
committed
Release v0.22.5
Signed-off-by: Sunny <[email protected]>
1 parent 0bdc22d commit d8f51d5

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

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

5+
## 0.22.5
6+
7+
**Release date:** 2022-03-30
8+
9+
This prerelease improves the Status API of the Source objects to
10+
reflect more accurate Status Condition information.
11+
12+
In addition, it also fixes a bug in `go-git` implementation due to which cloning
13+
public Git repository failed without any credentials since version `0.17.0`, and
14+
some general stability improvements in the libgit2 experimental managed
15+
transport.
16+
17+
Improvements:
18+
- Align fuzzing deps
19+
[#644](https://github.com/fluxcd/source-controller/pull/644)
20+
- Separate positive polarity conditions for ArtifactInStorage
21+
[#646](https://github.com/fluxcd/source-controller/pull/646)
22+
- Removes empty credentials from Basic Auth
23+
[#648](https://github.com/fluxcd/source-controller/pull/648)
24+
- libgit2: fix access to nil t.stdin and improve observability
25+
[#649](https://github.com/fluxcd/source-controller/pull/649)
26+
527
## 0.22.4
628

729
**Release date:** 2022-03-28

0 commit comments

Comments
 (0)