Skip to content

Commit 7a570b8

Browse files
authored
Merge pull request #365 from fluxcd/release-v0.14.0
2 parents 1d50461 + bd11466 commit 7a570b8

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

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

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+
328
## 0.13.0
429

530
**Release date:** 2021-11-12

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.13.0
8+
newTag: v0.14.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/bugsnag/panicwrap v1.3.4 // indirect
1111
github.com/docker/go-metrics v0.0.1 // indirect
1212
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
1414
github.com/fluxcd/pkg/apis/kustomize v0.2.0
1515
github.com/fluxcd/pkg/apis/meta v0.10.1
1616
github.com/fluxcd/pkg/runtime v0.12.2

0 commit comments

Comments
 (0)