File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/kustomize-controller
77 newName : fluxcd/kustomize-controller
8- newTag : v0.24.0
8+ newTag : v0.24.1
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments