Skip to content

Commit 68d6ef5

Browse files
authored
Merge pull request #870 from fluxcd/release/v1.1.x
Release/v1.1.x
2 parents c8b354a + 588857a commit 68d6ef5

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.1.0
4+
5+
**Release date:** 2026-02-17
6+
7+
This minor release comes with various dependency updates.
8+
9+
The Kubernetes dependencies have been updated to v1.35.0 and
10+
the controller is now built with Go 1.26.
11+
12+
Improvements:
13+
- Various dependency updates
14+
[#859](https://github.com/fluxcd/image-reflector-controller/pull/859)
15+
[#862](https://github.com/fluxcd/image-reflector-controller/pull/862)
16+
[#864](https://github.com/fluxcd/image-reflector-controller/pull/864)
17+
[#865](https://github.com/fluxcd/image-reflector-controller/pull/865)
18+
[#866](https://github.com/fluxcd/image-reflector-controller/pull/866)
19+
320
## 1.0.4
421

522
**Release date:** 2025-11-19

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.1.0

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.1.0
1313
github.com/fluxcd/pkg/apis/acl v0.9.0
1414
github.com/fluxcd/pkg/apis/event v0.24.0
1515
github.com/fluxcd/pkg/apis/meta v1.25.0

0 commit comments

Comments
 (0)