Skip to content

Commit 2ca186e

Browse files
authored
Merge pull request #1343 from fluxcd/release-v1.4.3
Release v1.4.3
2 parents a0ffd46 + 8825222 commit 2ca186e

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## 1.4.3
4+
5+
**Release date:** 2025-10-28
6+
7+
This patch release comes with various fixes and improvements.
8+
9+
Fixes:
10+
- Fix status reporting for RetryOnFailure strategy
11+
[#1338](https://github.com/fluxcd/helm-controller/pull/1338)
12+
13+
Improvements:
14+
- Allow fetching charts from a local source-watcher
15+
[#1341](https://github.com/fluxcd/helm-controller/pull/1341)
16+
317
## 1.4.2
418

519
**Release date:** 2025-10-08

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.4.2
8+
newTag: v1.4.3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ replace (
1717
require (
1818
github.com/Masterminds/semver/v3 v3.4.0
1919
github.com/fluxcd/cli-utils v0.36.0-flux.15
20-
github.com/fluxcd/helm-controller/api v1.4.2
20+
github.com/fluxcd/helm-controller/api v1.4.3
2121
github.com/fluxcd/pkg/apis/acl v0.9.0
2222
github.com/fluxcd/pkg/apis/event v0.20.0
2323
github.com/fluxcd/pkg/apis/kustomize v1.13.0

0 commit comments

Comments
 (0)