From 59ccfb0601aa0b21acc591ee62b92d0d1a686e34 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Mon, 5 Jul 2021 14:31:51 +0300 Subject: [PATCH] Release v0.13.2 Signed-off-by: Stefan Prodan --- CHANGELOG.md | 21 +++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f29a28a..5053fa88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project are documented in this file. +## 0.13.2 + +**Release date:** 2021-07-05 + +This prerelease comes with improvements to health assessment error reporting. + +The controller dependencies has been updated to match +kustomize [v4.2.0](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv4.2.0). + +Improvements: +* Make it easier to reason about health check failures + [#374](https://github.com/fluxcd/kustomize-controller/pull/374) +* Update Alpine v3.14 and kubectl v1.21.2 + [#385](https://github.com/fluxcd/kustomize-controller/pull/385) +* Update controller to kustomize v4.2.0 + [#383](https://github.com/fluxcd/kustomize-controller/pull/383) + +Fixes: +* Fix typo in dependency ready log + [#384](https://github.com/fluxcd/kustomize-controller/pull/384) + ## 0.13.1 **Release date:** 2021-06-30 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 4d8ed58d..fd8f9bef 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/kustomize-controller newName: fluxcd/kustomize-controller - newTag: v0.13.1 + newTag: v0.13.2 diff --git a/go.mod b/go.mod index f5d4194a..ed10d236 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( filippo.io/age v1.0.0-beta7 github.com/cyphar/filepath-securejoin v0.2.2 github.com/drone/envsubst v1.0.3-0.20200804185402-58bc65f69603 - github.com/fluxcd/kustomize-controller/api v0.13.1 + github.com/fluxcd/kustomize-controller/api v0.13.2 github.com/fluxcd/pkg/apis/kustomize v0.2.0 github.com/fluxcd/pkg/apis/meta v0.10.0 github.com/fluxcd/pkg/runtime v0.12.0