Skip to content

Commit e2f41d7

Browse files
authored
Merge pull request #185 from liulanzheng/main
bump version v0.6.1
2 parents 59cac4c + 7f32868 commit e2f41d7

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
@@ -148,8 +148,8 @@ jobs:
148148
echo "[ init env ]"
149149
sudo apt update && sudo apt install -y containerd.io libnl-3-200 libnl-genl-3-200
150150
sudo modprobe -a target_core_user tcm_loop
151-
wget https://github.com/containerd/overlaybd/releases/download/v0.6.0/overlaybd-0.6.0-1.x86_64.deb &&
152-
sudo dpkg -i overlaybd-0.6.0-1.x86_64.deb
151+
wget https://github.com/containerd/overlaybd/releases/download/v0.6.1/overlaybd-0.6.1-1.x86_64.deb &&
152+
sudo dpkg -i overlaybd-0.6.1-1.x86_64.deb
153153
sudo systemctl enable /opt/overlaybd/overlaybd-tcmu.service
154154
sudo systemctl start overlaybd-tcmu
155155
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.6.0"
8+
version: "v0.6.1"
99
section: "default"
1010
priority: "extra"
1111

0 commit comments

Comments
 (0)