File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.28.1
4+
5+ ** Release date:** 2022-12-22
6+
7+ This prerelease sets the default value for the ` --graceful-shutdown-timeout ` to
8+ match the default value we set in the Deployment for
9+ ` terminationGracePeriodSeconds ` which is 600s. This should fix handling graceful
10+ shutdown correctly.
11+
12+ Fixes:
13+ - Align ` graceful-shutdown-timeout ` with ` terminationGracePeriodSeconds `
14+ [ #584 ] ( https://github.com/fluxcd/helm-controller/pull/584 )
15+
316## 0.28.0
417
518** Release date:** 2022-12-20
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/helm-controller
77 newName : fluxcd/helm-controller
8- newTag : v0.28.0
8+ newTag : v0.28.1
Original file line number Diff line number Diff line change 55replace github.com/fluxcd/helm-controller/api => ./api
66
77require (
8- github.com/fluxcd/helm-controller/api v0.28.0
8+ github.com/fluxcd/helm-controller/api v0.28.1
99 github.com/fluxcd/pkg/apis/acl v0.1.0
1010 github.com/fluxcd/pkg/apis/event v0.2.0
1111 github.com/fluxcd/pkg/apis/kustomize v0.7.0
You can’t perform that action at this time.
0 commit comments