Skip to content

Commit e8ee8f1

Browse files
authored
Merge pull request #1465 from fluxcd/release-v1.5.4
Release v1.5.4
2 parents d7e3de0 + 8fbff28 commit e8ee8f1

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
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 1.5.4
4+
5+
**Release date:** 2026-04-21
6+
7+
This patch release fixes a post-renderer conflict between overlapping hooks
8+
and templates, and preserves line endings in `SplitManifests` for downstream
9+
YAML parsers. It also ensures force-replace is ignored when server-side apply
10+
is enabled.
11+
12+
Fixes:
13+
- Ignore force replace when server-side apply is enabled
14+
[#1456](https://github.com/fluxcd/helm-controller/pull/1456)
15+
- Fix post-renderer conflict of overlapping hooks and templates
16+
[#1461](https://github.com/fluxcd/helm-controller/pull/1461)
17+
318
## 1.5.3
419

520
**Release date:** 2026-03-16

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/helm-controller
77
newName: fluxcd/helm-controller
8-
newTag: v1.5.3
8+
newTag: v1.5.4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ replace (
2020
require (
2121
github.com/Masterminds/semver/v3 v3.4.0
2222
github.com/fluxcd/cli-utils v0.37.2-flux.1
23-
github.com/fluxcd/helm-controller/api v1.5.3
23+
github.com/fluxcd/helm-controller/api v1.5.4
2424
github.com/fluxcd/pkg/apis/acl v0.9.0
2525
github.com/fluxcd/pkg/apis/event v0.24.1
2626
github.com/fluxcd/pkg/apis/kustomize v1.15.1

0 commit comments

Comments
 (0)