Merge pull request #182 from fluxcd/release-v0.4.4

Release v0.4.4
This commit is contained in:
Hidde Beydals 2020-12-16 16:44:37 +01:00 committed by GitHub
commit 220940b044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

View File

@ -2,6 +2,15 @@
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
**Release date:** 2020-12-10

View File

@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/helm-controller
newName: fluxcd/helm-controller
newTag: v0.4.3
newTag: v0.4.4

2
go.mod
View File

@ -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
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/runtime v0.4.0
github.com/fluxcd/source-controller/api v0.5.5