Skip to content

Commit a952c25

Browse files
authored
Merge pull request #706 from fluxcd/release-v0.24.4
2 parents dbd3113 + fb383c9 commit a952c25

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

+22
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.24.4
6+
7+
**Release date:** 2022-05-03
8+
9+
This prerelease comes with dependency updates, and improvements around edge-case
10+
handling of reconcile result calculations ensuring an object is always requeued
11+
when its Status Conditions equal `Ready=False` and `Stalled!=True`.
12+
13+
Improvements:
14+
- summarize: Consider obj status condition in result
15+
[#703](https://github.com/fluxcd/source-controller/pull/703)
16+
- Update dependencies
17+
[#705](https://github.com/fluxcd/source-controller/pull/705)
18+
19+
Fixes:
20+
- docs: Remove all traces of "identity.pub" from docs
21+
[#699](https://github.com/fluxcd/source-controller/pull/699)
22+
- test: use `T.TempDir` to create temporary test directory
23+
[#701](https://github.com/fluxcd/source-controller/pull/701)
24+
- Switch to gen-crd-api-reference-docs from master
25+
[#702](https://github.com/fluxcd/source-controller/pull/702)
26+
527
## 0.24.3
628

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

config/manager/kustomization.yaml

+1-1
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.24.3
9+
newTag: v0.24.4

go.mod

+1-1
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.24.3
32+
github.com/fluxcd/source-controller/api v0.24.4
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.3

0 commit comments

Comments
 (0)