From c8dfd896ad73a6ec4e34453df5b7bb52db04e3d1 Mon Sep 17 00:00:00 2001 From: Aaron Collins Date: Mon, 30 Sep 2024 11:50:33 +0100 Subject: [PATCH] Prepare version 0.13.19 Signed-off-by: Aaron Collins aaron.collins1@ibm.com --- CHANGELOG.md | 5 +++++ Makefile | 2 +- helm/portieris/Chart.yaml | 2 +- helm/portieris/values.yaml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ca06d61..e63fcfdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## v-next +## v0.13.19 +Released: 2024-09-30 + +* Remediates CVE-2024-24791, CVE-2024-34155, CVE-2024-34156 and CVE-2024-34158 in go-toolset + ## v0.13.18 Released: 2024-08-20 diff --git a/Makefile b/Makefile index 326e31a6..de54607a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ GOFILES=$(shell find . -type f -name '*.go' -not -path "./code-generator/*" -not -path "./pkg/apis/*") GOPACKAGES=$(shell go list ./... | grep -v test/ | grep -v pkg/apis/) -VERSION=v0.13.18 +VERSION=v0.13.19 TAG=$(VERSION) GOTAGS='containers_image_openpgp' diff --git a/helm/portieris/Chart.yaml b/helm/portieris/Chart.yaml index 86c45f6b..6dfac6d0 100644 --- a/helm/portieris/Chart.yaml +++ b/helm/portieris/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: portieris -version: v0.13.18 +version: v0.13.19 description: Admission Controller webhook for enforcing image trust in your cluster maintainers: - name: Stuart Hayton diff --git a/helm/portieris/values.yaml b/helm/portieris/values.yaml index ee3a68a8..b08af69b 100644 --- a/helm/portieris/values.yaml +++ b/helm/portieris/values.yaml @@ -15,7 +15,7 @@ image: host: icr.io/portieris pullSecret: image: portieris - tag: v0.13.18 + tag: v0.13.19 pullPolicy: Always service: