Skip to content

Commit 61606cd

Browse files
authored
Merge pull request #1444 from fluxcd/release-v1.5.3
Release v1.5.3
2 parents 5423812 + 203743e commit 61606cd

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 1.5.3
4+
5+
**Release date:** 2026-03-16
6+
7+
This patch release fixes templating errors for charts that include
8+
`---` in the content, e.g. YAML separators, embedded scripts, CAs
9+
inside ConfigMaps, etc. Some of the errors that could be encountered
10+
due to this issue are:
11+
12+
- `invalid document separator: ---apiVersion: v1`
13+
- `wrong node kind`
14+
15+
Fixes:
16+
- Fix multi-doc parser of `---` for post renderers
17+
[#1442](https://github.com/fluxcd/helm-controller/pull/1442)
18+
319
## 1.5.2
420

521
**Release date:** 2026-03-12

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.2
8+
newTag: v1.5.3

go.mod

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

0 commit comments

Comments
 (0)