Merge pull request #110 from fluxcd/release-v0.0.10

Release v0.0.10
This commit is contained in:
Stefan Prodan 2020-08-18 14:51:20 +03:00 committed by GitHub
commit 2c66d4dd8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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
View File

@ -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