Skip to content

Commit

Permalink
Merge pull request #465 from IBM/prep-v0.13.18
Browse files Browse the repository at this point in the history
Prep release v0.13.18
  • Loading branch information
molepigeon authored Aug 20, 2024
2 parents ed2da11 + 49abd3b commit 4b9c33e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "go.*|^.secrets.baseline$",
"lines": null
},
"generated_at": "2024-05-01T16:13:08Z",
"generated_at": "2024-08-19T17:46:31Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -1170,7 +1170,7 @@
}
]
},
"version": "0.13.1+ibm.56.dss",
"version": "0.13.1+ibm.62.dss",
"word_list": {
"file": null,
"hash": null
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## v-next

## v0.13.18

Released: 2024-08-20

* Remediates CVE-2024-41110 in github.com/docker/docker

## v0.13.17

Released: 2024-07-15

* Remediates NIST-CVE-2024-6104 in github.com/hashicorp/go-retryablehttp
* Remediates CVE-2024-24789, CVE-2024-24790 using go-toolset:1.21.11
* Remediates CVE-2024-24789, CVE-2024-24790 using go-toolset:1.21.11


## v0.13.16
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/*" -not -path "./pkg/apis/*")
GOPACKAGES=$(shell go list ./... | grep -v test/ | grep -v pkg/apis/)

VERSION=v0.13.17
VERSION=v0.13.18
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.13.17
version: v0.13.18
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image:
host: icr.io/portieris
pullSecret:
image: portieris
tag: v0.13.17
tag: v0.13.18
pullPolicy: Always

service:
Expand Down
4 changes: 2 additions & 2 deletions scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
export PORTIERIS_PULL_APIKEY=
export PORTIERIS_TESTIMAGE_APIKEY=
# charts to test
export VERSION=v0.13.15
# image tag to test e.g. prep-v0.13.15
export VERSION=v0.13.18
# image tag to test e.g. prep-v0.13.18
export TAG=

# name of the secret used to pull portieris made from $REG and $PORTIERIS_PULL_APIKEY
Expand Down

0 comments on commit 4b9c33e

Please sign in to comment.