Skip to content

Commit 1cafdbe

Browse files
committed
release: v0.3.0
1 parent 8470ac0 commit 1cafdbe

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

deploy/csi-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
# the same.
2929
containers:
3030
- name: mayastor-csi
31-
image: mayadata/mayastor-csi:v0.2.0
31+
image: mayadata/mayastor-csi:v0.3.0
3232
imagePullPolicy: Always
3333
# we need privileged because we mount filesystems and use mknod
3434
securityContext:

deploy/mayastor-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
# the same.
3232
containers:
3333
- name: mayastor
34-
image: mayadata/mayastor:v0.2.0
34+
image: mayadata/mayastor:v0.3.0
3535
imagePullPolicy: Always
3636
env:
3737
- name: MY_NODE_NAME

deploy/moac-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
mountPath: /var/lib/csi/sockets/pluginproxy/
4545

4646
- name: moac
47-
image: mayadata/moac:v0.2.0
47+
image: mayadata/moac:v0.3.0
4848
imagePullPolicy: Always
4949
args:
5050
- "--csi-address=$(CSI_ENDPOINT)"

nix/sources.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,18 @@
2424
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
2525
},
2626
"mayastor": {
27-
"branch": "v0.2.0",
27+
"branch": "v0.3.0",
2828
"cargosha256": "1234",
2929
"description": "A cloud native declarative data plane in containers for containers",
3030
"homepage": null,
3131
"owner": "openebs",
3232
"repo": "mayastor",
33-
"rev": "4c1d742273ab48a7f93cd08284b031c0694c9557",
34-
"sha256": "1x4f4s4xgxlpb8rrw1k00iww2cy03ijbrilp58lkrblvxgrz73vv",
33+
"rev": "8470ac075112aca9533db5ffb8367b8e3f8d14c1",
34+
"sha256": "1g9n6rhiggirmw2gjas7wig0p8jgkqnnbvfcqknn7257clc3pp5q",
3535
"type": "tarball",
36-
"url": "https://github.com/openebs/mayastor/archive/4c1d742273ab48a7f93cd08284b031c0694c9557.tar.gz",
37-
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
36+
"url": "https://github.com/openebs/mayastor/archive/8470ac075112aca9533db5ffb8367b8e3f8d14c1.tar.gz",
37+
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
38+
"version": "0.3.0"
3839
},
3940
"niv": {
4041
"branch": "master",

0 commit comments

Comments
 (0)