File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 0.22.3
6+
7+ ** Release date:** 2022-03-25
8+
9+ This prerelease fixes a regression bug introduced in ` v0.22.0 ` , which would
10+ cause a ` GitRepository ` to end up in a ` Stalled ` state if an include did not
11+ have an Artifact available.
12+
13+ Fixes:
14+ - gitrepo: Do not stall when no included artifact
15+ [ #639 ] ( https://github.com/fluxcd/source-controller/pull/639 )
16+ - Fix dpanic issue when logging odd number of args
17+ [ #641 ] ( https://github.com/fluxcd/source-controller/pull/641 )
18+
519## 0.22.2
620
721** Release date:** 2022-03-23
2236
2337** Release date:** 2022-03-23
2438
25- This prereleases fixes a regression in which ` .sourceignore ` rules for a
39+ This prerelease fixes a regression in which ` .sourceignore ` rules for a
2640` GitRepository ` would not be matched correctly.
2741
2842Fixes:
@@ -46,7 +60,7 @@ Definitions on your cluster and/or in Git.
4660 no longer be downloaded on every reconcile if none of them have changed.
4761- ` HelmChart ` resources do now advertise the observed chart name
4862 (` .status.observedChartName ` ) and Source (reference) Artifact revision
49- (` .status.observedSourceArtifactRevision ` in the Status. The information is
63+ (` .status.observedSourceArtifactRevision ` ) in the Status. The information is
5064 used to more efficiently react to source revision and/or chart changes.
5165
5266### Features and Improvements
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77- name : fluxcd/source-controller
88 newName : fluxcd/source-controller
9- newTag : v0.22.2
9+ newTag : v0.22.3
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ require (
2929 github.com/fluxcd/pkg/testserver v0.2.0
3030 github.com/fluxcd/pkg/untar v0.1.0
3131 github.com/fluxcd/pkg/version v0.1.0
32- github.com/fluxcd/source-controller/api v0.22.2
32+ github.com/fluxcd/source-controller/api v0.22.3
3333 github.com/go-git/go-billy/v5 v5.3.1
3434 github.com/go-git/go-git/v5 v5.4.2
3535 github.com/go-logr/logr v1.2.2
You can’t perform that action at this time.
0 commit comments