Skip to content

Commit

Permalink
Merge pull request #562 from pjbgf/release-0.27.0
Browse files Browse the repository at this point in the history
Release v0.27.0
  • Loading branch information
Paulo Gomes authored Nov 22, 2022
2 parents ae047e2 + b3ce60d commit 3a13ca2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.27.0

**Release date:** 2022-11-22

This prerelease comes with re-added support for `h` in the HelmRelease
`spec.timeout` field, so that users can use hours to set reconciliation
timeouts.

Improvements:
- Allow 'h' in HelmRelease timeout field
[#559](https://github.com/fluxcd/helm-controller/pull/559)
- Use Flux Event API v1beta1
[#557](https://github.com/fluxcd/helm-controller/pull/557)
- Update dependencies
[#561](https://github.com/fluxcd/helm-controller/pull/561)


## 0.26.0

**Release date:** 2022-10-21
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.26.0
newTag: v0.27.0
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.26.0
github.com/fluxcd/helm-controller/api v0.27.0
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 3a13ca2

Please sign in to comment.