File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
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.19.2
6
+
7
+ ** Release date:** 2021-12-09
8
+
9
+ This prerelease ensures the API resources are not prematurely marked as ` Ready `
10
+ by tools like ` kstatus ` , while the controller has not observed a newly created
11
+ resource yet, by defaulting the ` ObservedGeneration ` in the status of the
12
+ resource to ` -1 ` .
13
+
14
+ In addition, it changes the faulty ` URL ` column for ` Bucket ` resources to
15
+ ` Endpoint ` , and updates ` github.com/opencontainers/runc ` to ` v1.0.3 ` to please
16
+ static security analysers and fix any warnings for CVE-2021 -43784.
17
+
18
+ Improvements:
19
+ - crds: set default observedGeneration to -1
20
+ [ #517 ] ( https://github.com/fluxcd/source-controller/pull/517 )
21
+ - Update github.com/opencontainers/runc to v1.0.3 (fix CVE-2021 -43784)
22
+ [ #518 ] ( https://github.com/fluxcd/source-controller/pull/518 )
23
+
24
+ Fixes:
25
+ - Change bucket JSONPath from URL to endpoint
26
+ [ #514 ] ( https://github.com/fluxcd/source-controller/pull/514 )
27
+
5
28
## 0.19.1
6
29
7
30
** Release date:** 2021-12-03
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.19.1
9
+ newTag : v0.19.2
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ require (
24
24
github.com/fluxcd/pkg/ssh v0.1.0
25
25
github.com/fluxcd/pkg/untar v0.1.0
26
26
github.com/fluxcd/pkg/version v0.1.0
27
- github.com/fluxcd/source-controller/api v0.19.1
27
+ github.com/fluxcd/source-controller/api v0.19.2
28
28
github.com/garyburd/redigo v1.6.3 // indirect
29
29
github.com/go-git/go-billy/v5 v5.3.1
30
30
github.com/go-git/go-git/v5 v5.4.2
You can’t perform that action at this time.
0 commit comments