Skip to content

Commit 3a13ca2

Browse files
author
Paulo Gomes
authored
Merge pull request #562 from pjbgf/release-0.27.0
Release v0.27.0
2 parents ae047e2 + b3ce60d commit 3a13ca2

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 0.27.0
4+
5+
**Release date:** 2022-11-22
6+
7+
This prerelease comes with re-added support for `h` in the HelmRelease
8+
`spec.timeout` field, so that users can use hours to set reconciliation
9+
timeouts.
10+
11+
Improvements:
12+
- Allow 'h' in HelmRelease timeout field
13+
[#559](https://github.com/fluxcd/helm-controller/pull/559)
14+
- Use Flux Event API v1beta1
15+
[#557](https://github.com/fluxcd/helm-controller/pull/557)
16+
- Update dependencies
17+
[#561](https://github.com/fluxcd/helm-controller/pull/561)
18+
19+
320
## 0.26.0
421

522
**Release date:** 2022-10-21

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
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.26.0
8+
newTag: v0.27.0

go.mod

Lines changed: 1 addition & 1 deletion
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.26.0
8+
github.com/fluxcd/helm-controller/api v0.27.0
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)