File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.23.0
4+
5+ ** Release date:** 2022-08-19
6+
7+ This prerelease comes with panic recovery, to protect the controller
8+ from crashing when reconciliations lead to a crash.
9+
10+ The API now enforces validation to ` Spec.ValuesFrom ` subfields:
11+ ` TargetPath ` and ` ValuesKey ` .
12+
13+ The new image contains updates to patch alpine CVEs.
14+
15+ Improvements:
16+ - Enable RecoverPanic option on reconciler
17+ [ #516 ] ( https://github.com/fluxcd/helm-controller/pull/516 )
18+ - Add validation to TargetPath and ValuesKey
19+ [ #520 ] ( https://github.com/fluxcd/helm-controller/pull/520 )
20+ - Update dependencies
21+ [ #521 ] ( https://github.com/fluxcd/helm-controller/pull/521 )
22+
323## 0.22.2
424
525** Release date:** 2022-07-13
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.22.2
8+ newTag : v0.23.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.22.2
8+ github.com/fluxcd/helm-controller/api v0.23.0
99 github.com/fluxcd/pkg/apis/acl v0.0.3
1010 github.com/fluxcd/pkg/apis/kustomize v0.4.2
1111 github.com/fluxcd/pkg/apis/meta v0.14.2
You can’t perform that action at this time.
0 commit comments