File tree Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Expand file tree Collapse file tree 3 files changed +31
-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+ ## 1.0.0
6+
7+ ** Release date:** 2023-07-04
8+
9+ This is the first stable release of the controller. From now on, this controller
10+ follows the [ Flux 2 release cadence and support pledge] ( https://fluxcd.io/flux/releases/ ) .
11+
12+ Starting with this version, the build, release and provenance portions of the
13+ Flux project supply chain [ provisionally meet SLSA Build Level 3] ( https://fluxcd.io/flux/security/slsa-assessment/ ) .
14+
15+ This release includes several bug fixes. In addition, dependencies have been updated
16+ to their latest version, including an update of Kubernetes to v1.27.3.
17+
18+ For a comprehensive list of changes since ` v0.35.x ` , please refer to the
19+ changelog for [ v1.0.0-rc.1] ( #100-rc1 ) , [ v1.0.0-rc.2] ( #100-rc2 ) ,
20+ [ v1.0.0-rc.3] ( #100-rc3 ) and [ `v1.0.0-rc.4] ( #100-rc4 ) .
21+
22+ Improvements:
23+ - Update dependencies
24+ [ #908 ] ( https://github.com/fluxcd/kustomize-controller/pull/908 )
25+ - Align ` go.mod ` version with Kubernetes (Go 1.20)
26+ [ #900 ] ( https://github.com/fluxcd/kustomize-controller/pull/900 )
27+
28+ Fixes:
29+ - Use kustomization namespace for empty dependency source namespace
30+ [ #897 ] ( https://github.com/fluxcd/kustomize-controller/pull/897 )
31+ - docs: Clarify that targetNamespace namespace can be part of resources
32+ [ #896 ] ( https://github.com/fluxcd/kustomize-controller/pull/896 )
33+
534## 1.0.0-rc.4
635
736** Release date:** 2023-05-29
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 : v1.0.0-rc.4
8+ newTag : v1.0.0
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
2323 github.com/aws/aws-sdk-go-v2/service/sts v1.19.2
2424 github.com/cyphar/filepath-securejoin v0.2.3
2525 github.com/dimchansky/utfbom v1.1.1
26- github.com/fluxcd/kustomize-controller/api v1.0.0-rc.4
26+ github.com/fluxcd/kustomize-controller/api v1.0.0
2727 github.com/fluxcd/pkg/apis/acl v0.1.0
2828 github.com/fluxcd/pkg/apis/event v0.5.1
2929 github.com/fluxcd/pkg/apis/kustomize v1.1.1
You can’t perform that action at this time.
0 commit comments