Skip to content

Commit 31b3cd2

Browse files
authored
Merge pull request #288 from fluxcd/release-v0.9.1
Release v0.9.1
2 parents 432a64b + a1074c5 commit 31b3cd2

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 0.9.1
6+
7+
**Release date:** 2021-02-25
8+
9+
This prerelease comes with an update to the `sigs.k8s.io/cli-utils`
10+
dependency, to guard against a potential bug with health assessments
11+
that was discovered in the `flux` CLI.
12+
13+
Improvements:
14+
* Update sigs.k8s.io/cli-utils to v0.22.2
15+
[#287](https://github.com/fluxcd/kustomize-controller/pull/287)
16+
517
## 0.9.0
618

719
**Release date:** 2021-02-24

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/kustomize-controller
77
newName: fluxcd/kustomize-controller
8-
newTag: v0.9.0
8+
newTag: v0.9.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/fluxcd/kustomize-controller/api => ./api
77
require (
88
github.com/cyphar/filepath-securejoin v0.2.2
99
github.com/drone/envsubst v1.0.3-0.20200804185402-58bc65f69603
10-
github.com/fluxcd/kustomize-controller/api v0.9.0
10+
github.com/fluxcd/kustomize-controller/api v0.9.1
1111
github.com/fluxcd/pkg/apis/kustomize v0.0.1
1212
github.com/fluxcd/pkg/apis/meta v0.8.0
1313
github.com/fluxcd/pkg/runtime v0.8.3

0 commit comments

Comments
 (0)