From b54f8bbad0aef0ef680612fa0c4189ba2b2c3303 Mon Sep 17 00:00:00 2001 From: Stuart Hayton Date: Tue, 31 Oct 2023 15:59:52 +0000 Subject: [PATCH] prepare release Signed-off-by: Stuart Hayton --- CHANGELOG.md | 4 ++++ Makefile | 2 +- helm/portieris/Chart.yaml | 2 +- helm/portieris/values.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcfd3b3..9a7d677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## v-next +## v0.13.9 + * Remediate CVE-2023-44487 CVE-2023-29406 CVE-2023-39325 with go-toolset:1.19.13-2.1698062273 +* Resolve a compatibility with GKE versioning in templates/pdb.yaml +* Allow namespace selector for skipping admission webhook ## v0.13.8 diff --git a/Makefile b/Makefile index a56b312..54e62d0 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.8 +VERSION=v0.13.9 TAG=$(VERSION) GOTAGS='containers_image_openpgp' diff --git a/helm/portieris/Chart.yaml b/helm/portieris/Chart.yaml index 18c1607..a52a19f 100644 --- a/helm/portieris/Chart.yaml +++ b/helm/portieris/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: portieris -version: v0.13.8 +version: v0.13.9 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 e479166..6a228c6 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.8 + tag: v0.13.9 pullPolicy: Always service: