Release v0.6.1
Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
parent
a56b44b481
commit
00293211fd
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,5 +1,16 @@
|
|||
# Changelog
|
||||
|
||||
## 0.6.1
|
||||
|
||||
**Release date:** 2021-02-25
|
||||
|
||||
This prerelease improves the formatting of error messages returned when
|
||||
a `git push` to an upstream Git repository fails.
|
||||
|
||||
Improvements:
|
||||
* Better error messages from `git push`
|
||||
[#115](https://github.com/fluxcd/image-automation-controller/pull/115)
|
||||
|
||||
## 0.6.0
|
||||
|
||||
**Release date:** 2021-02-24
|
||||
|
|
|
@ -5,4 +5,4 @@ resources:
|
|||
images:
|
||||
- name: fluxcd/image-automation-controller
|
||||
newName: fluxcd/image-automation-controller
|
||||
newTag: v0.6.0
|
||||
newTag: v0.6.1
|
||||
|
|
2
go.mod
2
go.mod
|
@ -8,7 +8,7 @@ replace github.com/fluxcd/image-automation-controller/api => ./api
|
|||
replace gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
||||
|
||||
require (
|
||||
github.com/fluxcd/image-automation-controller/api v0.6.0
|
||||
github.com/fluxcd/image-automation-controller/api v0.6.1
|
||||
github.com/fluxcd/image-reflector-controller/api v0.7.0
|
||||
github.com/fluxcd/pkg/apis/meta v0.8.0
|
||||
github.com/fluxcd/pkg/gittestserver v0.2.1
|
||||
|
|
Loading…
Reference in New Issue