Skip to content

Commit 2c4a756

Browse files
authored
Merge pull request #1355 from fluxcd/release-v1.4.4
Release v1.4.4
2 parents bdbfdc9 + 96e1ec3 commit 2c4a756

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

3+
## 1.4.4
4+
5+
**Release date:** 2025-11-19
6+
7+
This patch release fixes the error `no URLLoader registered` and
8+
Azure Workload Identity in Azure China Cloud. It also adds a
9+
feature gate to disable the ConfigMap and Secret watchers,
10+
`DisableConfigWatchers`.
11+
12+
Improvements:
13+
- Add feature gate for disabling config watchers
14+
[#1353](https://github.com/fluxcd/helm-controller/pull/1353)
15+
- Upgrade k8s to 1.34.2, c-r to 0.22.4 and helm to 3.19.2
16+
[#1350](https://github.com/fluxcd/helm-controller/pull/1350)
17+
- Upgrade Helm to 3.19.1
18+
[#1346](https://github.com/fluxcd/helm-controller/pull/1346)
19+
320
## 1.4.3
421

522
**Release date:** 2025-10-28

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.3
8+
newTag: v1.4.4

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.3
20+
github.com/fluxcd/helm-controller/api v1.4.4
2121
github.com/fluxcd/pkg/apis/acl v0.9.0
2222
github.com/fluxcd/pkg/apis/event v0.21.0
2323
github.com/fluxcd/pkg/apis/kustomize v1.14.0

0 commit comments

Comments
 (0)