Skip to content

Commit

Permalink
Merge pull request #93 from fluxcd/release-0.3.1
Browse files Browse the repository at this point in the history
Release v0.3.1
  • Loading branch information
stefanprodan authored Jan 18, 2021
2 parents c1c2039 + 06e785d commit ec715bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.3.1

**Release date:** 2021-01-18

This prerelease comes with updates to Kubernetes and Kustomize dependencies.
The Kubernetes packages were updated to v1.20.2 and kyaml to v0.10.6.

## 0.3.0

**Release date:** 2021-01-15
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/image-automation-controller
newName: fluxcd/image-automation-controller
newTag: v0.3.0
newTag: v0.3.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
github.com/fluxcd/image-automation-controller/api v0.3.1
github.com/fluxcd/image-reflector-controller/api v0.3.0
github.com/fluxcd/pkg/apis/meta v0.6.0
github.com/fluxcd/pkg/gittestserver v0.1.0
Expand Down

0 comments on commit ec715bf

Please sign in to comment.