Skip to content

Commit 4e8fd15

Browse files
authored
Merge pull request #534 from fluxcd/release-v0.19.1
Release v0.19.1
2 parents f39a771 + 57cf144 commit 4e8fd15

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## 0.19.1
6+
7+
**Release date:** 2022-01-13
8+
9+
This prerelease fixes a regression bug introduced in v0.19.0 that prevented `StatefulSets`
10+
from being reconciled on Kubernetes <= 1.21.
11+
12+
Fixes:
13+
* Update `fluxcd/pkg/ssa` to exclude the status field from apply
14+
[#533](https://github.com/fluxcd/kustomize-controller/pull/533)
15+
516
## 0.19.0
617

718
**Release date:** 2022-01-10

config/manager/kustomization.yaml

+1-1
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.19.0
8+
newTag: v0.19.1

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/ProtonMail/go-crypto v0.0.0-20211112122917-428f8eabeeb3
1010
github.com/cyphar/filepath-securejoin v0.2.2
1111
github.com/drone/envsubst v1.0.3-0.20200804185402-58bc65f69603
12-
github.com/fluxcd/kustomize-controller/api v0.19.0
12+
github.com/fluxcd/kustomize-controller/api v0.19.1
1313
github.com/fluxcd/pkg/apis/kustomize v0.3.1
1414
github.com/fluxcd/pkg/apis/meta v0.10.2
1515
github.com/fluxcd/pkg/runtime v0.12.3

0 commit comments

Comments
 (0)