From 1cd31e6e4b2bc49cd5cbf68f11f6d959625500f5 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Wed, 20 Apr 2022 17:16:06 +0200 Subject: [PATCH] Release v0.24.1 Signed-off-by: Hidde Beydals --- CHANGELOG.md | 12 ++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eadd6a3..2158c6f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project are documented in this file. +## 0.24.1 + +**Release date:** 2022-04-20 + +This prerelease fixes a regression bug introduced in +[#620](https://github.com/fluxcd/kustomize-controller/pull/620), which +prevented remote build directories from being reachable within the FS. + +Fixes: +- generator: ensure remote build dirs can be reached + [#626](https://github.com/fluxcd/kustomize-controller/pull/626) + ## 0.24.0 **Release date:** 2022-04-19 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index e2ce76d9..9531391e 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.24.0 + newTag: v0.24.1 diff --git a/go.mod b/go.mod index 738f101b..7c77558a 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/cyphar/filepath-securejoin v0.2.3 github.com/dimchansky/utfbom v1.1.1 github.com/drone/envsubst v1.0.3 - github.com/fluxcd/kustomize-controller/api v0.24.0 + github.com/fluxcd/kustomize-controller/api v0.24.1 github.com/fluxcd/pkg/apis/acl v0.0.3 github.com/fluxcd/pkg/apis/kustomize v0.3.3 github.com/fluxcd/pkg/apis/meta v0.12.2