File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/helm-controller
77 newName : fluxcd/helm-controller
8- newTag : v0.26 .0
8+ newTag : v0.27 .0
Original file line number Diff line number Diff line change 55replace github.com/fluxcd/helm-controller/api => ./api
66
77require (
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
You can’t perform that action at this time.
0 commit comments