Skip to content

Commit bb63e16

Browse files
authored
Merge pull request #990 from fluxcd/release-v1.0.4
Release v1.0.4
2 parents 11293ae + 98c1a31 commit bb63e16

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## 1.0.4
4+
5+
**Release date:** 2025-11-19
6+
7+
This patch release fixes Azure Workload Identity in Azure China Cloud.
8+
9+
Improvements:
10+
- Upgrade k8s to 1.34.2 and c-r to 0.22.4
11+
[#988](https://github.com/fluxcd/image-automation-controller/pull/988)
12+
313
## 1.0.3
414

515
**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/image-automation-controller
77
newName: fluxcd/image-automation-controller
8-
newTag: v1.0.3
8+
newTag: v1.0.4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/Masterminds/sprig/v3 v3.3.0
1616
github.com/ProtonMail/go-crypto v1.3.0
1717
github.com/cyphar/filepath-securejoin v0.6.0
18-
github.com/fluxcd/image-automation-controller/api v1.0.3
18+
github.com/fluxcd/image-automation-controller/api v1.0.4
1919
github.com/fluxcd/image-reflector-controller/api v1.0.2
2020
github.com/fluxcd/pkg/apis/acl v0.9.0
2121
github.com/fluxcd/pkg/apis/event v0.21.0

0 commit comments

Comments
 (0)