File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.1
4+
5+ ** Release date:** 2025-09-28
6+
7+ This patch release fixes the Git checkout reference name not
8+ being taken into account when checking out the Git repository.
9+
10+ Fixes:
11+ - Fix checkout reference name not taken into account
12+ [ #973 ] ( https://github.com/fluxcd/image-automation-controller/pull/973 )
13+
314## 1.0.0
415
516** Release date:** 2025-09-16
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66- name : fluxcd/image-automation-controller
77 newName : fluxcd/image-automation-controller
8- newTag : v1.0.0
8+ newTag : v1.0.1
Original file line number Diff line number Diff 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.4.1
18- github.com/fluxcd/image-automation-controller/api v1.0.0
18+ github.com/fluxcd/image-automation-controller/api v1.0.1
1919 github.com/fluxcd/image-reflector-controller/api v1.0.0
2020 github.com/fluxcd/pkg/apis/acl v0.9.0
2121 github.com/fluxcd/pkg/apis/event v0.19.0
You can’t perform that action at this time.
0 commit comments