Skip to content

Commit 46e4f99

Browse files
author
Paulo Gomes
authored
Merge pull request #409 from pjbgf/release-v0.23.5
Release v0.23.5
2 parents 1c640da + 3ad3d33 commit 46e4f99

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+
## 0.23.5
4+
5+
**Release date:** 2022-07-15
6+
7+
This prerelease comes with some minor improvements and update dependencies to patch upstream CVEs.
8+
9+
Improvements:
10+
- Update dependencies
11+
[#408](https://github.com/fluxcd/image-automation-controller/pull/408)
12+
[#401](https://github.com/fluxcd/image-automation-controller/pull/401)
13+
- build: Upgrade to Go 1.18
14+
[#403](https://github.com/fluxcd/image-automation-controller/pull/403)
15+
- build: provenance and tampering checks for libgit2
16+
[#406](https://github.com/fluxcd/image-automation-controller/pull/406)
17+
- Update libgit2 to v1.3.2
18+
[#407](https://github.com/fluxcd/image-automation-controller/pull/407)
19+
320
## 0.23.4
421

522
**Release date:** 2022-06-24

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.23.4
8+
newTag: v0.23.5

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/Masterminds/sprig/v3 v3.2.2
99
github.com/ProtonMail/go-crypto v0.0.0-20220714114130-e85cedf506cd
1010
github.com/cyphar/filepath-securejoin v0.2.3
11-
github.com/fluxcd/image-automation-controller/api v0.23.4
11+
github.com/fluxcd/image-automation-controller/api v0.23.5
1212
github.com/fluxcd/image-reflector-controller/api v0.19.3
1313
github.com/fluxcd/pkg/apis/acl v0.0.3
1414
github.com/fluxcd/pkg/apis/meta v0.14.2

0 commit comments

Comments
 (0)