Skip to content

Commit 8bd92c2

Browse files
committed
bump version v0.6.0
Signed-off-by: liulanzheng <lanzheng.liulz@alibaba-inc.com>
1 parent 0369b9a commit 8bd92c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ jobs:
147147
run: |
148148
sudo apt update && sudo apt install -y containerd.io libnl-3-200 libnl-genl-3-200
149149
sudo modprobe -a target_core_user tcm_loop
150-
wget https://github.com/containerd/overlaybd/releases/download/v0.5.2/overlaybd-0.5.2-1.x86_64.deb &&
151-
sudo dpkg -i overlaybd-0.5.2-1.x86_64.deb
150+
wget https://github.com/containerd/overlaybd/releases/download/v0.6.0/overlaybd-0.6.0-1.x86_64.deb &&
151+
sudo dpkg -i overlaybd-0.6.0-1.x86_64.deb
152152
sudo systemctl enable /opt/overlaybd/overlaybd-tcmu.service
153153
sudo systemctl start overlaybd-tcmu
154154
sudo systemctl status overlaybd-tcmu

nfpm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: "overlaybd-snapshotter"
66
arch: "amd64"
77
platform: "linux"
8-
version: "v0.5.2"
8+
version: "v0.6.0"
99
section: "default"
1010
priority: "extra"
1111

0 commit comments

Comments
 (0)