Skip to content

Commit ca9234b

Browse files
authored
Merge pull request #1501 from fluxcd/pick-changelog-v1.5.5
Add changelog entry for v1.5.5
2 parents 6d8a552 + 0b8ed4e commit ca9234b

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## 1.5.5
4+
5+
**Release date:** 2026-05-20
6+
7+
This patch release fixes several reliability issues. HTTP artifact fetches
8+
could block indefinitely and stall reconciliations, the Kubernetes client
9+
transport accumulated a new retry wrapper on every reconcile causing
10+
unbounded memory growth, non-CRD objects placed under a chart's `crds/`
11+
directory were force-applied, and the Helm test action failed to find
12+
releases with names longer than 53 characters. It also moves Helm back to
13+
upstream v4.2.0 (off the Flux fork) and updates Kubernetes and fluxcd/pkg
14+
dependencies.
15+
16+
Fixes:
17+
- Add configurable HTTP timeout for artifact fetching
18+
[#1497](https://github.com/fluxcd/helm-controller/pull/1497)
19+
- Move retryingRoundTripper wrapping to constructor
20+
[#1487](https://github.com/fluxcd/helm-controller/pull/1487)
21+
- Ignore non-CRD objects under crds/
22+
[#1496](https://github.com/fluxcd/helm-controller/pull/1496)
23+
- Use ShortenName for release name in Test action
24+
[#1498](https://github.com/fluxcd/helm-controller/pull/1498)
25+
26+
Improvements:
27+
- Update Helm to v4.2.0
28+
[#1482](https://github.com/fluxcd/helm-controller/pull/1482)
29+
- Upgrade k8s to 1.36.1, c-r to 0.24.1, cli-utils to 1.2.1
30+
[#1495](https://github.com/fluxcd/helm-controller/pull/1495)
31+
- Update fluxcd/pkg dependencies
32+
[#1483](https://github.com/fluxcd/helm-controller/pull/1483)
33+
334
## 1.5.4
435

536
**Release date:** 2026-04-21

0 commit comments

Comments
 (0)