Skip to content

Commit af80452

Browse files
authored
Merge pull request #270 from fluxcd/release-v0.18.0
Release v0.18.0
2 parents ac33ff6 + 21d0c10 commit af80452

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

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

3+
## 0.18.0
4+
5+
**Release date:** 2021-11-23
6+
7+
This prerelease updates several dependencies to their latest version,
8+
solving an issue with `rest_client_request_latency_seconds_.*` high
9+
cardinality metrics.
10+
11+
Improvements:
12+
* Update controller-runtime to v0.10.2
13+
[#268](https://github.com/fluxcd/image-automation-controller/pull/268)
14+
* Update image-reflector-controller and source-controller
15+
[#269](https://github.com/fluxcd/image-automation-controller/pull/269)
16+
17+
Fixes:
18+
* Remove deprecated io/ioutil
19+
[#267](https://github.com/fluxcd/image-automation-controller/pull/267)
20+
321
## 0.17.1
422

523
**Release date:** 2021-11-11

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/image-automation-controller
77
newName: fluxcd/image-automation-controller
8-
newTag: v0.17.1
8+
newTag: v0.18.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/Masterminds/sprig/v3 v3.2.2
99
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
1010
github.com/cyphar/filepath-securejoin v0.2.2
11-
github.com/fluxcd/image-automation-controller/api v0.17.1
11+
github.com/fluxcd/image-automation-controller/api v0.18.0
1212
// If you bump this, change REFLECTOR_VER in the Makefile to match
1313
github.com/fluxcd/image-reflector-controller/api v0.14.0
1414
github.com/fluxcd/pkg/apis/meta v0.10.1

0 commit comments

Comments
 (0)