File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-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.9.2
6+
7+ ** Release date:** 2021-03-05
8+
9+ This prerelease comes with improvements to the notification system.
10+ The controller retries with exponential backoff when fetching artifacts,
11+ preventing spamming events when source-controller becomes
12+ unavailable for a short period of time.
13+
14+ Improvements:
15+ * Retry with exponential backoff when fetching artifacts
16+ [ #289 ] ( https://github.com/fluxcd/kustomize-controller/pull/289 )
17+ * Validate the var names before substitution
18+ [ #291 ] ( https://github.com/fluxcd/kustomize-controller/pull/291 )
19+
520## 0.9.1
621
722** Release date:** 2021-02-25
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.9.1
8+ newTag : v0.9.2
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replace github.com/fluxcd/kustomize-controller/api => ./api
77require (
88 github.com/cyphar/filepath-securejoin v0.2.2
99 github.com/drone/envsubst v1.0.3-0.20200804185402-58bc65f69603
10- github.com/fluxcd/kustomize-controller/api v0.9.1
10+ github.com/fluxcd/kustomize-controller/api v0.9.2
1111 github.com/fluxcd/pkg/apis/kustomize v0.0.1
1212 github.com/fluxcd/pkg/apis/meta v0.8.0
1313 github.com/fluxcd/pkg/runtime v0.8.3
You can’t perform that action at this time.
0 commit comments