Skip to content

Commit 15c1096

Browse files
authored
Merge pull request #300 from fluxcd/release-v0.9.3
Release v0.9.3
2 parents 4122003 + ddd4abb commit 15c1096

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

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

5+
## 0.9.3
6+
7+
**Release date:** 2021-03-17
8+
9+
This prerelease comes with updates to the runtime packages.
10+
11+
The controller exposes a gauge metric to track the suspended status
12+
of `Kustomization` objects: `gotk_suspend_status{kind,name,namespace}`.
13+
14+
Improvements:
15+
* Expose suspended status as Prometheus metric
16+
[#299](https://github.com/fluxcd/kustomize-controller/pull/299)
17+
* Update dependencies
18+
[#298](https://github.com/fluxcd/kustomize-controller/pull/298)
19+
520
## 0.9.2
621

722
**Release date:** 2021-03-05

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.2
8+
newTag: v0.9.3

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.2
10+
github.com/fluxcd/kustomize-controller/api v0.9.3
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.5

0 commit comments

Comments
 (0)