Skip to content

Commit 351b7b6

Browse files
authored
Merge pull request #116 from fluxcd/release-v0.6.1
Release v0.6.1
2 parents a56b44b + 0029321 commit 351b7b6

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.6.1
4+
5+
**Release date:** 2021-02-25
6+
7+
This prerelease improves the formatting of error messages returned when
8+
a `git push` to an upstream Git repository fails.
9+
10+
Improvements:
11+
* Better error messages from `git push`
12+
[#115](https://github.com/fluxcd/image-automation-controller/pull/115)
13+
314
## 0.6.0
415

516
**Release date:** 2021-02-24

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/image-automation-controller
77
newName: fluxcd/image-automation-controller
8-
newTag: v0.6.0
8+
newTag: v0.6.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replace github.com/fluxcd/image-automation-controller/api => ./api
88
replace gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
99

1010
require (
11-
github.com/fluxcd/image-automation-controller/api v0.6.0
11+
github.com/fluxcd/image-automation-controller/api v0.6.1
1212
github.com/fluxcd/image-reflector-controller/api v0.7.0
1313
github.com/fluxcd/pkg/apis/meta v0.8.0
1414
github.com/fluxcd/pkg/gittestserver v0.2.1

0 commit comments

Comments
 (0)