Skip to content

Commit b05e7d8

Browse files
committed
updates zosbase version
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
1 parent bc660f3 commit b05e7d8

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ require (
4040
github.com/threefoldtech/tfchain/clients/tfchain-client-go v0.0.0-20241127100051-77e684bcb1b2
4141
github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.16.1-0.20241229121208-76ac3fea5e67
4242
github.com/threefoldtech/zbus v1.0.1
43-
github.com/threefoldtech/zosbase v0.1.2
43+
github.com/threefoldtech/zosbase v0.1.3-0.20250225140145-b4d6dbd96e56
4444
github.com/urfave/cli/v2 v2.17.2-0.20221006022127-8f469abc00aa
4545
github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852
4646
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect

go.sum

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -565,10 +565,8 @@ github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.16.1-0.20241229121208-76ac3
565565
github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.16.1-0.20241229121208-76ac3fea5e67/go.mod h1:93SROfr+QjgaJ5/jIWtIpLkhaD8Pv8WbdfwvwMNG2p4=
566566
github.com/threefoldtech/zbus v1.0.1 h1:3KaEpyOiDYAw+lrAyoQUGIvY9BcjVRXlQ1beBRqhRNk=
567567
github.com/threefoldtech/zbus v1.0.1/go.mod h1:E/v/xEvG/l6z/Oj0aDkuSUXFm/1RVJkhKBwDTAIdsHo=
568-
github.com/threefoldtech/zosbase v0.1.2-0.20250207182620-813f9ea324a5 h1:n8O7NX/NIJUi8W1TS7VSm38EEMTZ096JKYd2if43XOo=
569-
github.com/threefoldtech/zosbase v0.1.2-0.20250207182620-813f9ea324a5/go.mod h1:rxc49wA04S4IsBOYe0omVO7nu7GXridueh2PJh34gSo=
570-
github.com/threefoldtech/zosbase v0.1.2 h1:JTwL3FFpYCmsGKsNSzXSDAsuL26LmXDjjGXaGxXtIMU=
571-
github.com/threefoldtech/zosbase v0.1.2/go.mod h1:rxc49wA04S4IsBOYe0omVO7nu7GXridueh2PJh34gSo=
568+
github.com/threefoldtech/zosbase v0.1.3-0.20250225140145-b4d6dbd96e56 h1:/2WsNT5UFiKzDxzd/9gxVX/sf6LC2Nna5F7YyZs/ovY=
569+
github.com/threefoldtech/zosbase v0.1.3-0.20250225140145-b4d6dbd96e56/go.mod h1:rxc49wA04S4IsBOYe0omVO7nu7GXridueh2PJh34gSo=
572570
github.com/tinylib/msgp v1.1.5 h1:2gXmtWueD2HefZHQe1QOy9HVzmFrLOVvsXwXBQ0ayy0=
573571
github.com/tinylib/msgp v1.1.5/go.mod h1:eQsjooMTnV42mHu917E26IogZ2930nFyBQdofk10Udg=
574572
github.com/tklauser/go-sysconf v0.3.11 h1:89WgdJhk5SNwJfu+GKyYveZ4IaJ7xAkecBo+KdJV0CM=

tools/zos-update-worker/internal/update_worker.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,6 @@ func (w *Worker) updateZosVersion(network Network, regClient RegistrarClient) er
177177
zosLink := fmt.Sprintf("%v/.tag-%v", path, regVersion.Version)
178178

179179
// update links zos
180-
fmt.Println(zosCurrent)
181-
fmt.Println(zosLatest)
182-
fmt.Println(zosLink)
183180
return w.updateLink(zosCurrent, zosLatest, zosLink)
184181
}
185182

0 commit comments

Comments
 (0)