Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## 1.9.4

**Release date:** 2026-07-23

This patch release fixes a `spec.images` entry that sets only some of the
image fields discarding the remaining fields already declared for the same
image in the `kustomization.yaml` at `spec.path`, e.g. overriding only
`newName` produced an untagged image reference.

Fixes:
- Update fluxcd/pkg dependencies
[#1714](https://github.com/fluxcd/kustomize-controller/pull/1714)

## 1.9.3

**Release date:** 2026-07-13
Expand Down
Loading