Skip to content

Commit 4319320

Browse files
authored
Merge pull request #525 from fluxcd/release-v0.34.0
Release v0.34.0
2 parents ca4a5f3 + 7a0f3eb commit 4319320

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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

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-automation-controller
77
newName: fluxcd/image-automation-controller
8-
newTag: v0.33.1
8+
newTag: v0.34.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/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

0 commit comments

Comments
 (0)