Skip to content

Commit

Permalink
Merge pull request #182 from fluxcd/release-v0.4.4
Browse files Browse the repository at this point in the history
Release v0.4.4
  • Loading branch information
hiddeco authored Dec 16, 2020
2 parents 9403c74 + 80ecda4 commit 220940b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.4.3
newTag: v0.4.4
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 220940b

Please sign in to comment.