Skip to content

Commit

Permalink
Merge pull request #451 from IBM/prep-v0.13.9
Browse files Browse the repository at this point in the history
prepare release v0.13.9
  • Loading branch information
bainsy88 committed Oct 31, 2023
2 parents f651437 + b54f8bb commit 158071d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 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'

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion helm/portieris/values.yaml
Expand Up @@ -15,7 +15,7 @@ image:
host: icr.io/portieris
pullSecret:
image: portieris
tag: v0.13.8
tag: v0.13.9
pullPolicy: Always

service:
Expand Down

0 comments on commit 158071d

Please sign in to comment.