File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.14.0
4
+
5
+ ** Release date:** 2021-11-23
6
+
7
+ This prerelease updates the dependency on the source-controller to ` v0.19.0 ` , which
8
+ includes ** breaking behavioral changes** , including one beneficial to users making
9
+ use of ` ValuesFiles ` references. Refer to the [ changelog] ( https://github.com/fluxcd/source-controller/blob/v0.19.0/CHANGELOG.md#0190 )
10
+ for more information.
11
+
12
+ In addition, it updates Alpine to ` v3.14 ` , and several dependencies to their latest
13
+ version. Solving an issue with ` rest_client_request_latency_seconds_.* ` high
14
+ cardinality metrics.
15
+
16
+ Improvements:
17
+ - Update Alpine to v3.14
18
+ [ #360 ] ( https://github.com/fluxcd/helm-controller/pull/360 )
19
+ - Update various dependencies to mitigate CVE warnings
20
+ [ #361 ] ( https://github.com/fluxcd/helm-controller/pull/361 )
21
+ - Update opencontainers/image-spec to v1.0.2
22
+ [ #362 ] ( https://github.com/fluxcd/helm-controller/pull/362 )
23
+ - Update controller-runtime to v0.10.2
24
+ [ #363 ] ( https://github.com/fluxcd/helm-controller/pull/363 )
25
+ - Update source-controller to v0.19.0
26
+ [ #364 ] ( https://github.com/fluxcd/helm-controller/pull/364 )
27
+
3
28
## 0.13.0
4
29
5
30
** Release date:** 2021-11-12
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/helm-controller
7
7
newName : fluxcd/helm-controller
8
- newTag : v0.13 .0
8
+ newTag : v0.14 .0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/bugsnag/panicwrap v1.3.4 // indirect
11
11
github.com/docker/go-metrics v0.0.1 // indirect
12
12
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
13
- github.com/fluxcd/helm-controller/api v0.13 .0
13
+ github.com/fluxcd/helm-controller/api v0.14 .0
14
14
github.com/fluxcd/pkg/apis/kustomize v0.2.0
15
15
github.com/fluxcd/pkg/apis/meta v0.10.1
16
16
github.com/fluxcd/pkg/runtime v0.12.2
You can’t perform that action at this time.
0 commit comments