Skip to content

Commit 20f8f3c

Browse files
authored
Merge pull request #647 from fluxcd/release-v0.22.5
2 parents 0bdc22d + d8f51d5 commit 20f8f3c

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)