From 1cafdbedfb9b2cbc11ef2ad931d032127a211a08 Mon Sep 17 00:00:00 2001 From: Jeffry Molanus Date: Wed, 12 Aug 2020 11:55:51 +0200 Subject: [PATCH] release: v0.3.0 --- deploy/csi-daemonset.yaml | 2 +- deploy/mayastor-daemonset.yaml | 2 +- deploy/moac-deployment.yaml | 2 +- nix/sources.json | 11 ++++++----- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/deploy/csi-daemonset.yaml b/deploy/csi-daemonset.yaml index 39eb526f8..7c70355d5 100644 --- a/deploy/csi-daemonset.yaml +++ b/deploy/csi-daemonset.yaml @@ -28,7 +28,7 @@ spec: # the same. containers: - name: mayastor-csi - image: mayadata/mayastor-csi:v0.2.0 + image: mayadata/mayastor-csi:v0.3.0 imagePullPolicy: Always # we need privileged because we mount filesystems and use mknod securityContext: diff --git a/deploy/mayastor-daemonset.yaml b/deploy/mayastor-daemonset.yaml index a4129f322..54d7b5fc1 100644 --- a/deploy/mayastor-daemonset.yaml +++ b/deploy/mayastor-daemonset.yaml @@ -31,7 +31,7 @@ spec: # the same. containers: - name: mayastor - image: mayadata/mayastor:v0.2.0 + image: mayadata/mayastor:v0.3.0 imagePullPolicy: Always env: - name: MY_NODE_NAME diff --git a/deploy/moac-deployment.yaml b/deploy/moac-deployment.yaml index 54d1ea394..419d9248b 100644 --- a/deploy/moac-deployment.yaml +++ b/deploy/moac-deployment.yaml @@ -44,7 +44,7 @@ spec: mountPath: /var/lib/csi/sockets/pluginproxy/ - name: moac - image: mayadata/moac:v0.2.0 + image: mayadata/moac:v0.3.0 imagePullPolicy: Always args: - "--csi-address=$(CSI_ENDPOINT)" diff --git a/nix/sources.json b/nix/sources.json index 921195fec..4f09b2838 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -24,17 +24,18 @@ "url_template": "https://github.com///archive/.tar.gz" }, "mayastor": { - "branch": "v0.2.0", + "branch": "v0.3.0", "cargosha256": "1234", "description": "A cloud native declarative data plane in containers for containers", "homepage": null, "owner": "openebs", "repo": "mayastor", - "rev": "4c1d742273ab48a7f93cd08284b031c0694c9557", - "sha256": "1x4f4s4xgxlpb8rrw1k00iww2cy03ijbrilp58lkrblvxgrz73vv", + "rev": "8470ac075112aca9533db5ffb8367b8e3f8d14c1", + "sha256": "1g9n6rhiggirmw2gjas7wig0p8jgkqnnbvfcqknn7257clc3pp5q", "type": "tarball", - "url": "https://github.com/openebs/mayastor/archive/4c1d742273ab48a7f93cd08284b031c0694c9557.tar.gz", - "url_template": "https://github.com///archive/.tar.gz" + "url": "https://github.com/openebs/mayastor/archive/8470ac075112aca9533db5ffb8367b8e3f8d14c1.tar.gz", + "url_template": "https://github.com///archive/.tar.gz", + "version": "0.3.0" }, "niv": { "branch": "master",