Skip to content

Commit

Permalink
Release v0.28.1
Browse files Browse the repository at this point in the history
Signed-off-by: Aurel Canciu <[email protected]>
  • Loading branch information
relu committed Dec 22, 2022
1 parent b3185d4 commit 57d715f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.28.1

**Release date:** 2022-12-22

This prerelease sets the default value for the `--graceful-shutdown-timeout` to
match the default value we set in the Deployment for
`terminationGracePeriodSeconds` which is 600s. This should fix handling graceful
shutdown correctly.

Fixes:
- Align `graceful-shutdown-timeout` with `terminationGracePeriodSeconds`
[#584](https://github.com/fluxcd/helm-controller/pull/584)

## 0.28.0

**Release date:** 2022-12-20
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/helm-controller
newName: fluxcd/helm-controller
newTag: v0.28.0
newTag: v0.28.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
replace github.com/fluxcd/helm-controller/api => ./api

require (
github.com/fluxcd/helm-controller/api v0.28.0
github.com/fluxcd/helm-controller/api v0.28.1
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.2.0
github.com/fluxcd/pkg/apis/kustomize v0.7.0
Expand Down

0 comments on commit 57d715f

Please sign in to comment.