Release v0.0.10
This commit is contained in:
parent
7ea5739691
commit
f47eb995fe
|
@ -2,6 +2,10 @@
|
|||
|
||||
All notable changes to this project are documented in this file.
|
||||
|
||||
## 0.0.10 (2020-08-18)
|
||||
|
||||
This prerelease comes with a bug fix to the Git semver checkout.
|
||||
|
||||
## 0.0.9 (2020-08-17)
|
||||
|
||||
This prerelease upgrades the `github.com/fluxcd/pkg/*` dependencies
|
||||
|
|
|
@ -6,4 +6,4 @@ resources:
|
|||
images:
|
||||
- name: fluxcd/source-controller
|
||||
newName: fluxcd/source-controller
|
||||
newTag: v0.0.9
|
||||
newTag: v0.0.10
|
||||
|
|
2
go.mod
2
go.mod
|
@ -11,7 +11,7 @@ require (
|
|||
github.com/fluxcd/pkg/lockedfile v0.0.5
|
||||
github.com/fluxcd/pkg/recorder v0.0.5
|
||||
github.com/fluxcd/pkg/ssh v0.0.5
|
||||
github.com/fluxcd/source-controller/api v0.0.0-00010101000000-000000000000
|
||||
github.com/fluxcd/source-controller/api v0.0.10
|
||||
github.com/go-git/go-billy/v5 v5.0.0
|
||||
github.com/go-git/go-git/v5 v5.1.0
|
||||
github.com/go-logr/logr v0.1.0
|
||||
|
|
Loading…
Reference in New Issue