Commit 57d715f 1 parent b3185d4 commit 57d715f Copy full SHA for 57d715f
File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
16
## 0.28.0
4
17
5
18
** Release date:** 2022-12-20
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/helm-controller
7
7
newName : fluxcd/helm-controller
8
- newTag : v0.28.0
8
+ newTag : v0.28.1
Original file line number Diff line number Diff line change 5
5
replace github.com/fluxcd/helm-controller/api => ./api
6
6
7
7
require (
8
- github.com/fluxcd/helm-controller/api v0.28.0
8
+ github.com/fluxcd/helm-controller/api v0.28.1
9
9
github.com/fluxcd/pkg/apis/acl v0.1.0
10
10
github.com/fluxcd/pkg/apis/event v0.2.0
11
11
github.com/fluxcd/pkg/apis/kustomize v0.7.0
You can’t perform that action at this time.
0 commit comments