File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.34.0
4
+
5
+ ** Release date:** 2023-05-29
6
+
7
+ This prerelease comes with support for Kubernetes v1.27 and updates to the
8
+ controller's dependencies.
9
+
10
+ Improvements:
11
+ - Update controller-runtime, Kubernetes and kyaml dependencies
12
+ [ #518 ] ( https://github.com/fluxcd/image-automation-controller/pull/518 )
13
+ - Drop go-git fork in favor of go-git v5.7.0
14
+ [ #519 ] ( https://github.com/fluxcd/image-automation-controller/pull/519 )
15
+ - Update workflows and enable dependabot
16
+ [ #520 ] ( https://github.com/fluxcd/image-automation-controller/pull/520 )
17
+ - build(deps): bump github/codeql-action from 2.3.3 to 2.3.4
18
+ [ #521 ] ( https://github.com/fluxcd/image-automation-controller/pull/521 )
19
+ - Update source-controller to v1.0.0-rc.4
20
+ [ #523 ] ( https://github.com/fluxcd/image-automation-controller/pull/523 )
21
+
3
22
## 0.33.1
4
23
5
24
** Release date:** 2023-05-12
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/image-automation-controller
7
7
newName : fluxcd/image-automation-controller
8
- newTag : v0.33.1
8
+ newTag : v0.34.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/Masterminds/sprig/v3 v3.2.3
10
10
github.com/ProtonMail/go-crypto v0.0.0-20230518184743-7afd39499903
11
11
github.com/cyphar/filepath-securejoin v0.2.3
12
- github.com/fluxcd/image-automation-controller/api v0.33.1
12
+ github.com/fluxcd/image-automation-controller/api v0.34.0
13
13
github.com/fluxcd/image-reflector-controller/api v0.28.0
14
14
github.com/fluxcd/pkg/apis/acl v0.1.0
15
15
github.com/fluxcd/pkg/apis/event v0.5.0
You can’t perform that action at this time.
0 commit comments