Skip to content

Commit 1324b61

Browse files
authored
Merge pull request #1716 from fluxcd/release-v1.9.4
Release v1.9.4
2 parents 0978fa9 + 646b63f commit 1324b61

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

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

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

5+
## 1.9.4
6+
7+
**Release date:** 2026-07-23
8+
9+
This patch release fixes a `spec.images` entry that sets only some of the
10+
image fields discarding the remaining fields already declared for the same
11+
image in the `kustomization.yaml` at `spec.path`, e.g. overriding only
12+
`newName` produced an untagged image reference.
13+
14+
Fixes:
15+
- Update fluxcd/pkg dependencies
16+
[#1714](https://github.com/fluxcd/kustomize-controller/pull/1714)
17+
518
## 1.9.3
619

720
**Release date:** 2026-07-13

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.3
8+
newTag: v1.9.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 v1.2.2
22-
github.com/fluxcd/kustomize-controller/api v1.9.3
22+
github.com/fluxcd/kustomize-controller/api v1.9.4
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)