Skip to content

Commit

Permalink
Prep v0.12.2 (#362)
Browse files Browse the repository at this point in the history
* Prepare v0.12.2

* move to go-toolset:1.16.12

* CHANGELOG
  • Loading branch information
sjhx authored Jan 6, 2022
1 parent fe9f48d commit 10aed87
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
# v-next
##

# v0.12.2
##
* Resolves CVE-2021-3712
* Build with go-toolset:1.16.12

# v0.12.1
##
* Resolves CVE-2021-23840
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/go-toolset:1.15.14-10 as gobuild
FROM registry.access.redhat.com/ubi8/go-toolset:1.16.12 as gobuild
# This first stage of the build is purely to build the Golang binary for Portieris
ARG VERSION=undefined
# Work within the /opt/app-root/src working directory of the UBI go-toolset image
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GOFILES=$(shell find . -type f -name '*.go' -not -path "./code-generator/*")
GOPACKAGES=$(shell go list ./... | grep -v test/ | grep -v pkg/apis/)

VERSION=v0.12.1
VERSION=v0.12.2
TAG=$(VERSION)
GOTAGS='containers_image_openpgp'

Expand Down
2 changes: 1 addition & 1 deletion helm/portieris/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: portieris
version: v0.12.1
version: v0.12.2
description: Admission Controller webhook for enforcing image trust in your cluster
maintainer:
- stuart.hayton@uk.ibm.com
Expand Down
2 changes: 1 addition & 1 deletion helm/portieris/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
host: icr.io/portieris
pullSecret:
image: portieris
tag: v0.12.1
tag: v0.12.2
pullPolicy: Always

service:
Expand Down

0 comments on commit 10aed87

Please sign in to comment.