Release v0.0.18
This commit is contained in:
parent
8d95c18342
commit
501b4ac6ab
|
|
@ -2,6 +2,14 @@
|
||||||
|
|
||||||
All notable changes to this project are documented in this file.
|
All notable changes to this project are documented in this file.
|
||||||
|
|
||||||
|
## 0.0.18 (2020-09-23)
|
||||||
|
|
||||||
|
This prerelease fixes a reconciliation bug that prevented
|
||||||
|
resources recovering from transient errors.
|
||||||
|
Container images for ARMv7 and ARMv8 are published to
|
||||||
|
`ghcr.io/fluxcd/source-controller-arm64`.
|
||||||
|
The Helm package was updated to v3.3.4.
|
||||||
|
|
||||||
## 0.0.17 (2020-09-18)
|
## 0.0.17 (2020-09-18)
|
||||||
|
|
||||||
This prerelease comes with support for S3 compatible storage sources
|
This prerelease comes with support for S3 compatible storage sources
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,4 @@ resources:
|
||||||
images:
|
images:
|
||||||
- name: fluxcd/source-controller
|
- name: fluxcd/source-controller
|
||||||
newName: fluxcd/source-controller
|
newName: fluxcd/source-controller
|
||||||
newTag: v0.0.17
|
newTag: v0.0.18
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -13,7 +13,7 @@ require (
|
||||||
github.com/fluxcd/pkg/runtime v0.0.3
|
github.com/fluxcd/pkg/runtime v0.0.3
|
||||||
github.com/fluxcd/pkg/ssh v0.0.5
|
github.com/fluxcd/pkg/ssh v0.0.5
|
||||||
github.com/fluxcd/pkg/untar v0.0.5
|
github.com/fluxcd/pkg/untar v0.0.5
|
||||||
github.com/fluxcd/source-controller/api v0.0.17
|
github.com/fluxcd/source-controller/api v0.0.18
|
||||||
github.com/go-git/go-billy/v5 v5.0.0
|
github.com/go-git/go-billy/v5 v5.0.0
|
||||||
github.com/go-git/go-git/v5 v5.1.0
|
github.com/go-git/go-git/v5 v5.1.0
|
||||||
github.com/go-logr/logr v0.1.0
|
github.com/go-logr/logr v0.1.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue