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 11# Changelog
22
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+
322## 0.33.1
423
524** Release date:** 2023-05-12
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 : v0.33.1
8+ newTag : v0.34.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/Masterminds/sprig/v3 v3.2.3
1010 github.com/ProtonMail/go-crypto v0.0.0-20230518184743-7afd39499903
1111 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
1313 github.com/fluxcd/image-reflector-controller/api v0.28.0
1414 github.com/fluxcd/pkg/apis/acl v0.1.0
1515 github.com/fluxcd/pkg/apis/event v0.5.0
You can’t perform that action at this time.
0 commit comments