Release v0.7.1

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2021-01-25 17:09:45 +02:00
parent 31690a6aa1
commit 119ec4bf50
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF
3 changed files with 14 additions and 2 deletions

View File

@ -2,6 +2,18 @@
All notable changes to this project are documented in this file.
## 0.7.1
**Release date:** 2021-01-25
This prerelease fixes a regression bug introduced in `v0.7.0` that caused
failed reconciliations to be immediately retried instead of being scheduled
at the specified interval.
Fixes:
* Fix reconciliation retry scheduler
[#256](https://github.com/fluxcd/kustomize-controller/pull/256)
## 0.7.0
**Release date:** 2021-01-22

View File

@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/kustomize-controller
newName: fluxcd/kustomize-controller
newTag: v0.7.0
newTag: v0.7.1

2
go.mod
View File

@ -6,7 +6,7 @@ replace github.com/fluxcd/kustomize-controller/api => ./api
require (
github.com/cyphar/filepath-securejoin v0.2.2
github.com/fluxcd/kustomize-controller/api v0.7.0
github.com/fluxcd/kustomize-controller/api v0.7.1
github.com/fluxcd/pkg/apis/meta v0.7.0
github.com/fluxcd/pkg/runtime v0.8.0
github.com/fluxcd/pkg/testserver v0.0.2