Skip to content

Commit 7c4ce08

Browse files
authored
Merge pull request #909 from fluxcd/release-v1.0.0
Release v1.0.0
2 parents e77ddbc + 35b3fac commit 7c4ce08

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
All 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

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: v1.0.0-rc.4
8+
newTag: v1.0.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)