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 2
2
3
3
All notable changes to this project are documented in this file.
4
4
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
+
5
19
## 0.22.2
6
20
7
21
** Release date:** 2022-03-23
22
36
23
37
** Release date:** 2022-03-23
24
38
25
- This prereleases fixes a regression in which ` .sourceignore ` rules for a
39
+ This prerelease fixes a regression in which ` .sourceignore ` rules for a
26
40
` GitRepository ` would not be matched correctly.
27
41
28
42
Fixes:
@@ -46,7 +60,7 @@ Definitions on your cluster and/or in Git.
46
60
no longer be downloaded on every reconcile if none of them have changed.
47
61
- ` HelmChart ` resources do now advertise the observed chart name
48
62
(` .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
50
64
used to more efficiently react to source revision and/or chart changes.
51
65
52
66
### Features and Improvements
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
6
6
images :
7
7
- name : fluxcd/source-controller
8
8
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 (
29
29
github.com/fluxcd/pkg/testserver v0.2.0
30
30
github.com/fluxcd/pkg/untar v0.1.0
31
31
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
33
33
github.com/go-git/go-billy/v5 v5.3.1
34
34
github.com/go-git/go-git/v5 v5.4.2
35
35
github.com/go-logr/logr v1.2.2
You can’t perform that action at this time.
0 commit comments