From 20c7517a306c18b36261263e4756bb3b399cdc72 Mon Sep 17 00:00:00 2001 From: Joao Eduardo Luis Date: Wed, 30 Aug 2023 22:26:46 +0000 Subject: [PATCH 1/2] Release v0.20.0 Signed-off-by: Joao Eduardo Luis --- charts/s3gw/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/s3gw/Chart.yaml b/charts/s3gw/Chart.yaml index b3ded69..99f80b8 100644 --- a/charts/s3gw/Chart.yaml +++ b/charts/s3gw/Chart.yaml @@ -1,7 +1,7 @@ --- apiVersion: v2 name: s3gw -version: 0.19.0 +version: 0.20.0 kubeVersion: ">=1.14" description: | Easy-to-use Open Source and Cloud Native S3 service for use on Rancher's From 0a996531f08d4cbc553dd42209335d488e315669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20R=C3=B6hrich?= Date: Thu, 31 Aug 2023 09:17:35 +0200 Subject: [PATCH 2/2] tests: fix COSI RBAC tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix missing document index in helm unittest suite for the COSI driver. Signed-off-by: Moritz Röhrich --- charts/s3gw/tests/cosi_test.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/charts/s3gw/tests/cosi_test.yaml b/charts/s3gw/tests/cosi_test.yaml index 44dc1ac..ae7c835 100644 --- a/charts/s3gw/tests/cosi_test.yaml +++ b/charts/s3gw/tests/cosi_test.yaml @@ -91,25 +91,27 @@ tests: count: 2 template: cosi-rbac.yaml + - isKind: + of: ClusterRole + documentIndex: 0 + template: cosi-rbac.yaml + - containsDocument: kind: ClusterRole apiVersion: rbac.authorization.k8s.io/v1 name: s3gw-name-s3gw-namespace-objectstorage-provisioner-role + documentIndex: 0 template: cosi-rbac.yaml - isKind: - of: ClusterRole - documentIndex: 0 + of: ClusterRoleBinding + documentIndex: 1 template: cosi-rbac.yaml - containsDocument: kind: ClusterRoleBinding apiVersion: rbac.authorization.k8s.io/v1 name: s3gw-name-s3gw-namespace-objectstorage-provisioner-role-binding - template: cosi-rbac.yaml - - - isKind: - of: ClusterRoleBinding documentIndex: 1 template: cosi-rbac.yaml