diff --git a/CHANGELOG.md b/CHANGELOG.md index e998db92..c75dc02e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ --- copyright: - years: 2020-2023 -lastupdated: "2023-11-07" + years: 2020-2024 +lastupdated: "2024-05-14" --- @@ -13,6 +13,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## v-next + +## v0.13.15 + +Released: 2024-05-14 + +* Remediates CVE-2024-2961 in glibc + ## v0.13.14 * github.com/docker/docker update for CVE-2024-29018 diff --git a/Makefile b/Makefile index 97fa69cd..06dd50b4 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.14 +VERSION=v0.13.15 TAG=$(VERSION) GOTAGS='containers_image_openpgp' diff --git a/helm/portieris/Chart.yaml b/helm/portieris/Chart.yaml index 7c6a4ce1..cb879a1b 100644 --- a/helm/portieris/Chart.yaml +++ b/helm/portieris/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: portieris -version: v0.13.14 +version: v0.13.15 description: Admission Controller webhook for enforcing image trust in your cluster maintainers: - name: Stuart Hayton @@ -9,3 +9,5 @@ maintainers: email: jack.baines@uk.ibm.com - name: Michael Hough email: michaelh@uk.ibm.com + - name: Aaron Collins + email: aaron.collins1@ibm.com diff --git a/helm/portieris/values.yaml b/helm/portieris/values.yaml index 212a87d5..7455a6aa 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.14 + tag: v0.13.15 pullPolicy: Always service: diff --git a/scripts/env.sh b/scripts/env.sh index e471507e..5e314fe6 100644 --- a/scripts/env.sh +++ b/scripts/env.sh @@ -2,8 +2,8 @@ export PORTIERIS_PULL_APIKEY= export PORTIERIS_TESTIMAGE_APIKEY= # charts to test -export VERSION=v0.13.14 -# image tag to test e.g. prep-v0.13.14 +export VERSION=v0.13.15 +# image tag to test e.g. prep-v0.13.15 export TAG= # name of the secret used to pull portieris made from $REG and $PORTIERIS_PULL_APIKEY