Release v0.6.0
Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
parent
c42cc37730
commit
fa257b13f3
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -2,6 +2,17 @@
|
|||
|
||||
All notable changes to this project are documented in this file.
|
||||
|
||||
## 0.6.0
|
||||
|
||||
**Release date:** 2021-01-12
|
||||
|
||||
This is the sixth MINOR prerelease, upgrading the `controller-runtime`
|
||||
dependencies to `v0.7.0`.
|
||||
|
||||
The container image for ARMv7 and ARM64 that used to be published
|
||||
separately as `source-controller:*-arm64` has been merged with the
|
||||
AMD64 image.
|
||||
|
||||
## 0.5.6
|
||||
|
||||
**Release date:** 2020-12-18
|
||||
|
|
|
@ -6,4 +6,4 @@ resources:
|
|||
images:
|
||||
- name: fluxcd/source-controller
|
||||
newName: fluxcd/source-controller
|
||||
newTag: v0.5.6
|
||||
newTag: v0.6.0
|
||||
|
|
2
go.mod
2
go.mod
|
@ -16,7 +16,7 @@ require (
|
|||
github.com/fluxcd/pkg/ssh v0.0.5
|
||||
github.com/fluxcd/pkg/untar v0.0.5
|
||||
github.com/fluxcd/pkg/version v0.0.1
|
||||
github.com/fluxcd/source-controller/api v0.5.6
|
||||
github.com/fluxcd/source-controller/api v0.6.0
|
||||
github.com/go-git/go-billy/v5 v5.0.0
|
||||
github.com/go-git/go-git/v5 v5.2.0
|
||||
github.com/go-logr/logr v0.3.0
|
||||
|
|
Loading…
Reference in New Issue