Skip to content

Releases: threefoldtech/zos

v0.4.3-rc1

24 Sep 10:48
9b13f54
Compare
Choose a tag to compare
v0.4.3-rc1 Pre-release
Pre-release
release 0-fs 2.0.6 (#971)

v0.4.2

22 Sep 13:26
Compare
Choose a tag to compare
Remove hotfix for zfs

v0.4.2-rc2

22 Sep 13:12
Compare
Choose a tag to compare
v0.4.2-rc2 Pre-release
Pre-release
Remove hotfix for zfs

v0.4.2-rc1

22 Sep 10:58
Compare
Choose a tag to compare
v0.4.2-rc1 Pre-release
Pre-release
Releasing zfs 2.0.5

v0.4.1

21 Sep 15:44
0c43b4c
Compare
Choose a tag to compare
hot fix for zfs binary (#953)

* hot fix for zfs binary

* Adding log lines

Co-authored-by: Christophe de Carvalho <[email protected]>

v0.4.1-rc2

21 Sep 15:19
0c43b4c
Compare
Choose a tag to compare
v0.4.1-rc2 Pre-release
Pre-release
hot fix for zfs binary (#953)

* hot fix for zfs binary

* Adding log lines

Co-authored-by: Christophe de Carvalho <[email protected]>

v0.4.1-rc1

21 Sep 13:55
Compare
Choose a tag to compare
v0.4.1-rc1 Pre-release
Pre-release
  • Hot fix for flister: Make sure we can work against old 0-fs version

v0.4.0

21 Sep 12:46
60e0f39
Compare
Choose a tag to compare

Highlights

  • Add support for capacity pool
  • Hard drive disk are now automatically shutdown when not used. This feature should greatly improve the power consumption of servers with a lot of disks but few actual usage.

Changelog

storaged

  • Shutdown unused hard drive disk when not in used. This should greatly improve power consumption of service with a lot of disks
  • Shutdown 0-DB container when all namespace have been decommissioned. This allow to shutdown the disk underneath
  • Do not crash when deleting a vdisk that does not exists

provisiond

  • Support new capacity pool feature
  • Support for migration of reservation to workloads attached to a capacity pool
  • #874 Fix calculation of the number of primitive provisioned on the node
  • #880 Properly count the number of resource units consumed by containers
  • #887 Harden container provisioning
  • #881 Return proper error if k8s VM with same network already exists on the node
  • #897 Only increment network provision counter when it's created for the first time

networkd

  • The network primitive has been change from a whole network description to only the specific portion of the network that concern the node itself
  • Limit the ygg node name to 6 characters. this is mainly esthetic and avoid creating garbage on the network map
  • #899 Register dhcp client of ndmz in zinit
  • #916 Handle zdb namespace and macvlan cleanely
  • #918 Make sure to validate chached net-resource

v0.4.0-rc9-b

14 Sep 15:33
Compare
Choose a tag to compare
v0.4.0-rc9-b Pre-release
Pre-release
enable quota before trying to read qgroups value

fixes #937

v0.4.0-rc9-a

14 Sep 14:59
2264806
Compare
Choose a tag to compare
v0.4.0-rc9-a Pre-release
Pre-release
force make filesystem on a device (#935)

* force make filesystem on a device