Skip to content

Releases: threefoldtech/zos

v0.3.3

03 Jun 09:28
9d90808

Choose a tag to compare

V0.3.3 is out. The main feature of this release is the ability to configure the size and type of the root filesystem of the containers.
It also brings bug fixes and improvement in the node status. Node that are not fully healthy won't report to be online anymore.

Check the changelog for a full overview of all changes.

Enjoy :-)

Changelog

0-OS main daemons

capacityd

  • #808 Fix a bug where SRU reported was 0

contd

  • fix merging of environment variable coming from the flist and the reservation

identityd

  • #796 send node uptime to the explorer on boot
  • #784 #801 report hostname to bcdb

networkd

  • send network interfaces information as soon as possible in the boot process
  • #790 Don't crash networkd when it fail to create ndmz. Instead of crashing networkd we now just retry forever with an exponential backoff strategy. This prevent networkd from ending up in a loop which creates a lot of request to the explorer
  • #632 prevent capacityd and provisiond to start if networkd is not ready

provisiond

  • #772 Add reporting of ndmz pub4 and pub6 network interfaces to the explorer
  • fix container counters decrement
  • #795 allow to configure size and disk type of containers
  • #805 #802 skip the unsupported workload type from a reservation
  • zdb client: add timeout to avoid locking provisiond on non responsive container

v0.3.2

28 May 09:54
51a7c99

Choose a tag to compare

set uptime on boot (#796)

* set uptime on boot

* Get uptime without zbus

Co-authored-by: LeeSmet <[email protected]>

v0.3.3-rc1

28 May 09:55
ff0b129

Choose a tag to compare

v0.3.3-rc1 Pre-release
Pre-release
Fix reported 0 sru (#808)

v0.3.2-rc2

26 May 08:39
cadfab1

Choose a tag to compare

v0.3.2-rc2 Pre-release
Pre-release
allow to configure size and disk type of containers (#795)

* allow to configure size and disk type of containers

fixes #793

* contd: wait for shim-log binary to be present on the system before
starting

* go mod tidy

* use the configured disk type for flist backend filesystem

v0.3.2-rc1

20 May 07:03

Choose a tag to compare

v0.3.2-rc1 Pre-release
Pre-release
prevent capacityd and provisiond to start if networkd is not ready

fixes #632

v0.3.1

14 May 09:28
e1a8692

Choose a tag to compare

Minor release that include more interfaces in the IP addresses reported by networkd to the explorer

Changelog

#772 Add reporting of ndmz pub4 and pub6 ifaces

v0.3.0

06 May 16:48

Choose a tag to compare

The v0.3.0 is out. This version bring very little change feature wise but fixes 2 major bugs.

The first bug allow the explorer to scale way better and reduce the loads generated by the node by a huge factor.

photo_2020-05-12_14-43-21

The second bug fixes an issue that prevented to reserve a volume and mount it in a container in the same reservation.

Changelog

0-OS main daemons

provisiond

#764 Always on pull all reservation once at boot
#761 Fix attaching volume container

extra binaries

#756 Extract shim-logs to external repository and move it to bins-extra

v0.3.0-rc2

06 May 06:54

Choose a tag to compare

v0.3.0-rc2 Pre-release
Pre-release
make sure we always at least poll once on the latest unprocessed id

v0.3.0-rc1

05 May 19:07
bdf9fbe

Choose a tag to compare

v0.3.0-rc1 Pre-release
Pre-release
Use next id from client (#764)

* Use next id from client

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

v0.2.6

27 Apr 10:49
2e7f85b

Choose a tag to compare

v0.2.6 is out :-)

Following the statistics streaming feature for the container introduced in v0.2.4, you can now also stream the logs of a container to a redis instance. This will help users to debug their container when testing new flists.

Changelog

0-OS main daemons

contd

  • Make sure to clean up mounts if container fails
  • #718 Containers logs redis pusher. You can now stream statistics from your container to a redis endpoint

storaged

  • Increased cache quota size from 20GB to 100GB