Merge pull request #409 from pjbgf/release-v0.23.5

Release v0.23.5
This commit is contained in:
Paulo Gomes 2022-07-15 18:11:05 +01:00 committed by GitHub
commit 46e4f99641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 2 deletions

View File

@ -1,5 +1,22 @@
# Changelog
## 0.23.5
**Release date:** 2022-07-15
This prerelease comes with some minor improvements and update dependencies to patch upstream CVEs.
Improvements:
- Update dependencies
[#408](https://github.com/fluxcd/image-automation-controller/pull/408)
[#401](https://github.com/fluxcd/image-automation-controller/pull/401)
- build: Upgrade to Go 1.18
[#403](https://github.com/fluxcd/image-automation-controller/pull/403)
- build: provenance and tampering checks for libgit2
[#406](https://github.com/fluxcd/image-automation-controller/pull/406)
- Update libgit2 to v1.3.2
[#407](https://github.com/fluxcd/image-automation-controller/pull/407)
## 0.23.4
**Release date:** 2022-06-24

View File

@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/image-automation-controller
newName: fluxcd/image-automation-controller
newTag: v0.23.4
newTag: v0.23.5

2
go.mod
View File

@ -8,7 +8,7 @@ require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/ProtonMail/go-crypto v0.0.0-20220714114130-e85cedf506cd
github.com/cyphar/filepath-securejoin v0.2.3
github.com/fluxcd/image-automation-controller/api v0.23.4
github.com/fluxcd/image-automation-controller/api v0.23.5
github.com/fluxcd/image-reflector-controller/api v0.19.3
github.com/fluxcd/pkg/apis/acl v0.0.3
github.com/fluxcd/pkg/apis/meta v0.14.2