diff --git a/.secrets.baseline b/.secrets.baseline index 2e11831..e4a3a45 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -3,7 +3,7 @@ "files": "go.*|^.secrets.baseline$", "lines": null }, - "generated_at": "2024-08-19T17:46:31Z", + "generated_at": "2024-10-14T13:08:32Z", "plugins_used": [ { "name": "AWSKeyDetector" diff --git a/CHANGELOG.md b/CHANGELOG.md index e63fcfd..a35f973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## v-next +## v0.13.20 +Released: 2024-10-11 + +* Remediates CVE-2024-9355 in golang + ## v0.13.19 Released: 2024-09-30 diff --git a/Makefile b/Makefile index de54607..a6d2e33 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.19 +VERSION=v0.13.20 TAG=$(VERSION) GOTAGS='containers_image_openpgp' diff --git a/helm/portieris/Chart.yaml b/helm/portieris/Chart.yaml index 6dfac6d..c60fc9c 100644 --- a/helm/portieris/Chart.yaml +++ b/helm/portieris/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: portieris -version: v0.13.19 +version: v0.13.20 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 b08af69..ebce086 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.19 + tag: v0.13.20 pullPolicy: Always service: diff --git a/scripts/env.sh b/scripts/env.sh index 1fa2e8a..0d1ba00 100644 --- a/scripts/env.sh +++ b/scripts/env.sh @@ -2,7 +2,7 @@ export PORTIERIS_PULL_APIKEY= export PORTIERIS_TESTIMAGE_APIKEY= # charts to test -export VERSION=v0.13.19 +export VERSION= # image tag to test e.g. prep-v0.13.19 export TAG=