Skip to content

Commit 65d0fe9

Browse files
authored
Merge pull request #627 from fluxcd/release-v0.24.1
2 parents 6985449 + 1cd31e6 commit 65d0fe9

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.24.1
6+
7+
**Release date:** 2022-04-20
8+
9+
This prerelease fixes a regression bug introduced in
10+
[#620](https://github.com/fluxcd/kustomize-controller/pull/620), which
11+
prevented remote build directories from being reachable within the FS.
12+
13+
Fixes:
14+
- generator: ensure remote build dirs can be reached
15+
[#626](https://github.com/fluxcd/kustomize-controller/pull/626)
16+
517
## 0.24.0
618

719
**Release date:** 2022-04-19

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.24.0
8+
newTag: v0.24.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/cyphar/filepath-securejoin v0.2.3
1313
github.com/dimchansky/utfbom v1.1.1
1414
github.com/drone/envsubst v1.0.3
15-
github.com/fluxcd/kustomize-controller/api v0.24.0
15+
github.com/fluxcd/kustomize-controller/api v0.24.1
1616
github.com/fluxcd/pkg/apis/acl v0.0.3
1717
github.com/fluxcd/pkg/apis/kustomize v0.3.3
1818
github.com/fluxcd/pkg/apis/meta v0.12.2

0 commit comments

Comments
 (0)