Skip to content

Commit f6b86cc

Browse files
authored
Merge pull request #640 from fluxcd/release-v0.22.3
2 parents be151c2 + f60239b commit f6b86cc

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

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

33
All 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
@@ -22,7 +36,7 @@ Fixes:
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

2842
Fixes:
@@ -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

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
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.22.2
9+
newTag: v0.22.3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)