From 143b72d4196f3a2fe89d847aa1393cd6adc77235 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Thu, 23 Apr 2020 12:06:46 -0400 Subject: [PATCH] release v0.3.0 (#25) --- deploy/overlays/stable/kustomization.yaml | 2 +- tasks/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/overlays/stable/kustomization.yaml b/deploy/overlays/stable/kustomization.yaml index 8cdedf7..2b809fa 100644 --- a/deploy/overlays/stable/kustomization.yaml +++ b/deploy/overlays/stable/kustomization.yaml @@ -4,7 +4,7 @@ bases: - ../../base images: - name: docker.io/ofekmeister/csi-gcs - newTag: v0.2.0 + newTag: v0.3.0 - name: quay.io/k8scsi/csi-node-driver-registrar newName: gcr.io/gke-release/csi-node-driver-registrar newTag: v1.2.0-gke.0 diff --git a/tasks/constants.py b/tasks/constants.py index 52ae143..64fcd6c 100644 --- a/tasks/constants.py +++ b/tasks/constants.py @@ -1,4 +1,4 @@ -VERSION = '0.2.0' +VERSION = '0.3.0' GCSFUSE_VERSION = '0.27.0' REPO = 'ofekmeister'