Skip to content

Commit b1937c6

Browse files
authored
Merge pull request #1640 from fluxcd/release-v1.8.4
Release v1.8.4
2 parents 3d2ba16 + 66a3c0f commit b1937c6

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

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

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

5+
## 1.8.4
6+
7+
**Release date:** 2026-04-21
8+
9+
This patch release introduces the `MigrateAPIVersion` feature gate for
10+
migrating the API version of resources in managed field entries, which
11+
fixes errors like `dry-run failed: .spec.accessPolicy: field not declared
12+
in schema`.
13+
14+
Improvements:
15+
- Introduce support for migrating API version
16+
[#1639](https://github.com/fluxcd/kustomize-controller/pull/1639)
17+
- Update fluxcd/pkg dependencies
18+
[#1637](https://github.com/fluxcd/kustomize-controller/pull/1637)
19+
520
## 1.8.3
621

722
**Release date:** 2026-04-07

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.8.3
8+
newTag: v1.8.4

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 v0.37.2-flux.1
22-
github.com/fluxcd/kustomize-controller/api v1.8.3
22+
github.com/fluxcd/kustomize-controller/api v1.8.4
2323
github.com/fluxcd/pkg/apis/acl v0.9.0
2424
github.com/fluxcd/pkg/apis/event v0.24.1
2525
github.com/fluxcd/pkg/apis/kustomize v1.15.1

0 commit comments

Comments
 (0)