File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 0.7.1
6+
7+ ** Release date:** 2021-01-25
8+
9+ This prerelease fixes a regression bug introduced in ` v0.7.0 ` that caused
10+ failed reconciliations to be immediately retried instead of being scheduled
11+ at the specified interval.
12+
13+ Fixes:
14+ * Fix reconciliation retry scheduler
15+ [ #256 ] ( https://github.com/fluxcd/kustomize-controller/pull/256 )
16+
517## 0.7.0
618
719** Release date:** 2021-01-22
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/kustomize-controller
77 newName : fluxcd/kustomize-controller
8- newTag : v0.7.0
8+ newTag : v0.7.1
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace github.com/fluxcd/kustomize-controller/api => ./api
66
77require (
88 github.com/cyphar/filepath-securejoin v0.2.2
9- github.com/fluxcd/kustomize-controller/api v0.7.0
9+ github.com/fluxcd/kustomize-controller/api v0.7.1
1010 github.com/fluxcd/pkg/apis/meta v0.7.0
1111 github.com/fluxcd/pkg/runtime v0.8.0
1212 github.com/fluxcd/pkg/testserver v0.0.2
You can’t perform that action at this time.
0 commit comments