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 22
33All notable changes to this project are documented in this file.
44
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+
528## 0.19.1
629
730** Release date:** 2021-12-03
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.19.1
9+ newTag : v0.19.2
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ require (
2424 github.com/fluxcd/pkg/ssh v0.1.0
2525 github.com/fluxcd/pkg/untar v0.1.0
2626 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
2828 github.com/garyburd/redigo v1.6.3 // indirect
2929 github.com/go-git/go-billy/v5 v5.3.1
3030 github.com/go-git/go-git/v5 v5.4.2
You can’t perform that action at this time.
0 commit comments