From 8f4aa4f0750dd4ebe718edaec71239b95a604fb9 Mon Sep 17 00:00:00 2001 From: Stuart Hayton Date: Wed, 16 Jun 2021 09:40:47 +0100 Subject: [PATCH 1/2] update deprecated resource --- helm/portieris/templates/clusterrolebinding.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/portieris/templates/clusterrolebinding.yaml b/helm/portieris/templates/clusterrolebinding.yaml index 4f456ece..9c892146 100644 --- a/helm/portieris/templates/clusterrolebinding.yaml +++ b/helm/portieris/templates/clusterrolebinding.yaml @@ -1,4 +1,4 @@ -apiVersion: rbac.authorization.k8s.io/v1beta1 +apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: admission-portieris-webhook From 531a787af0a652962653525828bf9ccb368a0adf Mon Sep 17 00:00:00 2001 From: Stuart Hayton Date: Wed, 16 Jun 2021 09:45:27 +0100 Subject: [PATCH 2/2] update CHANGELOG --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ff6911..92949dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## # v0.11.0 -## 2021-06-14 +## 2021-06-16 * Further documentation improvements including godoc -* Update webhook resources to v1 +* use current resource versions ([215](https://github.com/IBM/portieris/issues/215)) * update dependencies and golang version to 1.16.5 * a template fix to correctly identify openshift ([PR#326](https://github.com/IBM/portieris/pull/326))