Skip to content

Commit 553d116

Browse files
authored
Merge pull request #530 from fluxcd/release-v0.20.0
Release v0.20.0
2 parents 7d7ad40 + c1ad3aa commit 553d116

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

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

33
All notable changes to this project are documented in this file.
44

5+
## 0.20.0
6+
7+
**Release date:** 2022-01-05
8+
9+
This prerelease comes with an update to the Kubernetes and controller-runtime dependencies
10+
to align them with the Kubernetes 1.23 release, including an update of Helm to `v3.7.2`.
11+
12+
In addition, the controller is now built with Go 1.17, and
13+
`github.com/containerd/containerd` was updated to `v1.5.8` to please
14+
static security analysers and fix any warnings for GHSA-5j5w-g665-5m35.
15+
16+
Improvements:
17+
- Update Go to v1.17
18+
[#473](https://github.com/fluxcd/source-controller/pull/473)
19+
- Update build dependencies
20+
[#520](https://github.com/fluxcd/source-controller/pull/520)
21+
- Update containerd to v1.5.8 (fix GHSA-5j5w-g665-5m35)
22+
[#529](https://github.com/fluxcd/source-controller/pull/529)
23+
524
## 0.19.2
625

726
**Release date:** 2021-12-09

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.2
9+
newTag: v0.20.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/fluxcd/pkg/ssh v0.2.0
1919
github.com/fluxcd/pkg/untar v0.1.0
2020
github.com/fluxcd/pkg/version v0.1.0
21-
github.com/fluxcd/source-controller/api v0.19.2
21+
github.com/fluxcd/source-controller/api v0.20.0
2222
github.com/go-git/go-billy/v5 v5.3.1
2323
github.com/go-git/go-git/v5 v5.4.2
2424
github.com/go-logr/logr v1.2.2

0 commit comments

Comments
 (0)