Skip to content

Commit 57d715f

Browse files
committed
Release v0.28.1
Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
1 parent b3185d4 commit 57d715f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/helm-controller
77
newName: fluxcd/helm-controller
8-
newTag: v0.28.0
8+
newTag: v0.28.1

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.18
55
replace github.com/fluxcd/helm-controller/api => ./api
66

77
require (
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

0 commit comments

Comments
 (0)