Skip to content

Commit a7dba53

Browse files
author
Paulo Gomes
authored
Merge pull request #449 from pjbgf/release-0.26.1
Release v0.26.1
2 parents 23ce9b3 + 0084aca commit a7dba53

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.26.1
4+
5+
**Release date:** 2022-10-21
6+
7+
This prerelease comes with dependency updates, including the fix for the upstream
8+
vulnerability CVE-2022-32149.
9+
10+
In addition, the controller dependencies have been updated to Kubernetes v1.25.3.
11+
12+
Improvements:
13+
- Update dependencies
14+
[#448](https://github.com/fluxcd/image-automation-controller/pull/448)
15+
316
## 0.26.0
417

518
**Release date:** 2022-09-29

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.26.0
8+
newTag: v0.26.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/Masterminds/sprig/v3 v3.2.2
1818
github.com/ProtonMail/go-crypto v0.0.0-20220930113650-c6815a8c17ad
1919
github.com/cyphar/filepath-securejoin v0.2.3
20-
github.com/fluxcd/image-automation-controller/api v0.26.0
20+
github.com/fluxcd/image-automation-controller/api v0.26.1
2121
github.com/fluxcd/image-reflector-controller/api v0.22.1
2222
github.com/fluxcd/pkg/apis/acl v0.1.0
2323
github.com/fluxcd/pkg/apis/meta v0.17.0

0 commit comments

Comments
 (0)