Skip to content

Commit 9ee4377

Browse files
authored
Merge pull request #519 from fluxcd/release-v0.19.2
2 parents ddad549 + 981d457 commit 9ee4377

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
All 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

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.19.1
9+
newTag: v0.19.2

go.mod

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

0 commit comments

Comments
 (0)