From 748363af23cf63c5a2d0a48c6a3162bf2aea73fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondrej=20Va=C5=A1ko?= Date: Tue, 9 May 2023 15:24:06 +0200 Subject: [PATCH] Update README to point to a new release v0.5.2 (#68) Signed-off-by: Ondrej Vasko --- README.md | 14 +++++++------- docker/README.md | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0881235..5867a4b 100644 --- a/README.md +++ b/README.md @@ -213,15 +213,15 @@ Initialize velero plugin: # Initialize velero from scratch: velero install \ --provider "community.openstack.org/openstack" \ - --plugins lirt/velero-plugin-for-openstack:v0.5.1 \ + --plugins lirt/velero-plugin-for-openstack:v0.5.2 \ --bucket \ --no-secret # Or add plugin to existing velero: -velero plugin add lirt/velero-plugin-for-openstack:v0.5.1 +velero plugin add lirt/velero-plugin-for-openstack:v0.5.2 ``` -Note: If you want to use plugin built for `arm` or `arm64` architecture, you can use tag such as this `lirt/velero-plugin-for-openstack:v0.5.1-arm64`. +Note: If you want to use plugin built for `arm` or `arm64` architecture, you can use tag such as this `lirt/velero-plugin-for-openstack:v0.5.2-arm64`. Change configuration of `backupstoragelocations.velero.io`: @@ -280,7 +280,7 @@ configuration: provider: community.openstack.org/openstack initContainers: - name: velero-plugin-openstack - image: lirt/velero-plugin-for-openstack:v0.5.1 + image: lirt/velero-plugin-for-openstack:v0.5.2 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /target @@ -341,9 +341,9 @@ go build docker buildx build \ --file docker/Dockerfile \ --platform linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 \ - --tag lirt/velero-plugin-for-openstack:v0.5.1 \ - --build-arg VERSION=v0.5.1 \ - --build-arg GIT_SHA=f127eadab201f89de34d1e0ac212716752d60f4a \ + --tag lirt/velero-plugin-for-openstack:v0.5.2 \ + --build-arg VERSION=v0.5.2 \ + --build-arg GIT_SHA=somesha \ --no-cache \ --push \ . diff --git a/docker/README.md b/docker/README.md index 9957299..49dcc6f 100644 --- a/docker/README.md +++ b/docker/README.md @@ -2,7 +2,7 @@ * [`latest` (Dockerfile)](https://github.com/Lirt/velero-plugin-for-openstack/blob/master/docker/Dockerfile) * [`v0.4.1` (Dockerfile)](https://github.com/Lirt/velero-plugin-for-openstack/blob/v0.4.1/docker/Dockerfile) -* [`v0.5.1` (Dockerfile)](https://github.com/Lirt/velero-plugin-for-openstack/blob/v0.5.1/docker/Dockerfile) +* [`v0.5.2` (Dockerfile)](https://github.com/Lirt/velero-plugin-for-openstack/blob/v0.5.2/docker/Dockerfile) # Velero plugin for OpenStack