Skip to content

Commit ab0e492

Browse files
authored
Merge pull request #1688 from fluxcd/release-v1.9.1
Release v1.9.1
2 parents edb530f + e662cf5 commit ab0e492

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

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

33
All notable changes to this project are documented in this file.
44

5+
## 1.9.1
6+
7+
**Release date:** 2026-06-30
8+
9+
This patch release updates Kubernetes to 1.36.2 and the fluxcd/pkg dependencies,
10+
adds kubectl categories to the Kustomization CRD and documents the controller's
11+
command-line options.
12+
13+
Improvements:
14+
- Add categories to the Kustomization CRD
15+
[#1682](https://github.com/fluxcd/kustomize-controller/pull/1682)
16+
- Document controller options
17+
[#1685](https://github.com/fluxcd/kustomize-controller/pull/1685)
18+
- Update fluxcd/pkg dependencies
19+
[#1683](https://github.com/fluxcd/kustomize-controller/pull/1683)
20+
521
## 1.9.0
622

723
**Release date:** 2026-06-17

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.9.0
8+
newTag: v1.9.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/cyphar/filepath-securejoin v0.6.1
2020
github.com/dimchansky/utfbom v1.1.1
2121
github.com/fluxcd/cli-utils v1.2.2
22-
github.com/fluxcd/kustomize-controller/api v1.9.0
22+
github.com/fluxcd/kustomize-controller/api v1.9.1
2323
github.com/fluxcd/pkg/apis/acl v0.10.0
2424
github.com/fluxcd/pkg/apis/event v0.27.1
2525
github.com/fluxcd/pkg/apis/kustomize v1.19.1

0 commit comments

Comments
 (0)