Skip to content

Commit ce367e3

Browse files
authored
Merge pull request #826 from lukas8219/release-v1.0.1
Release v1.0.1
2 parents 6fa4bf4 + e26dab1 commit ce367e3

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 1.0.1
4+
5+
**Release date:** 2025-09-20
6+
7+
This patch release fixes the ImagePolicy controller not watching
8+
reconcile requests performed by adding the reconcile annotation
9+
to the object.
10+
11+
Fixes:
12+
- Fix controllers not watching reconcile requests from annotations
13+
[#824](https://github.com/fluxcd/image-reflector-controller/pull/824)
14+
315
## 1.0.0
416

517
**Release date:** 2025-09-15

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-reflector-controller
77
newName: fluxcd/image-reflector-controller
8-
newTag: v1.0.0
8+
newTag: v1.0.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/Masterminds/semver/v3 v3.4.0
1010
github.com/dgraph-io/badger/v4 v4.8.0
1111
github.com/elazarl/goproxy v1.7.2
12-
github.com/fluxcd/image-reflector-controller/api v1.0.0
12+
github.com/fluxcd/image-reflector-controller/api v1.0.1
1313
github.com/fluxcd/pkg/apis/acl v0.9.0
1414
github.com/fluxcd/pkg/apis/event v0.19.0
1515
github.com/fluxcd/pkg/apis/meta v1.21.0

0 commit comments

Comments
 (0)