commit
220940b044
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
All notable changes to this project are documented in this file.
|
All notable changes to this project are documented in this file.
|
||||||
|
|
||||||
|
## 0.4.4
|
||||||
|
|
||||||
|
**Release date:** 2020-12-16
|
||||||
|
|
||||||
|
This prerelease increases the `terminationGracePeriodSeconds` of the
|
||||||
|
controller `Deployment` from `10` to `600`, to allow release processes
|
||||||
|
that make use of the default timeout (`5m0s`) to finish, and upgrades
|
||||||
|
the source-controller API dependency to `v0.5.5`.
|
||||||
|
|
||||||
## 0.4.3
|
## 0.4.3
|
||||||
|
|
||||||
**Release date:** 2020-12-10
|
**Release date:** 2020-12-10
|
||||||
|
|
|
@ -5,4 +5,4 @@ resources:
|
||||||
images:
|
images:
|
||||||
- name: fluxcd/helm-controller
|
- name: fluxcd/helm-controller
|
||||||
newName: fluxcd/helm-controller
|
newName: fluxcd/helm-controller
|
||||||
newTag: v0.4.3
|
newTag: v0.4.4
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -8,7 +8,7 @@ replace github.com/fluxcd/helm-controller/api => ./api
|
||||||
replace github.com/imdario/mergo v0.3.9 => github.com/imdario/mergo v0.3.8
|
replace github.com/imdario/mergo v0.3.9 => github.com/imdario/mergo v0.3.8
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/fluxcd/helm-controller/api v0.4.3
|
github.com/fluxcd/helm-controller/api v0.4.4
|
||||||
github.com/fluxcd/pkg/apis/meta v0.5.0
|
github.com/fluxcd/pkg/apis/meta v0.5.0
|
||||||
github.com/fluxcd/pkg/runtime v0.4.0
|
github.com/fluxcd/pkg/runtime v0.4.0
|
||||||
github.com/fluxcd/source-controller/api v0.5.5
|
github.com/fluxcd/source-controller/api v0.5.5
|
||||||
|
|
Loading…
Reference in New Issue