Skip to content

Releases: threefoldtech/zos

v0.1.0-rc3

17 Oct 15:07
Compare
Choose a tag to compare
v0.1.0-rc3 Pre-release
Pre-release

This release includes the following changes:

contd

  • #319 read environment variable from .stratup.toml if it exists and ensure /etc/resolv.conf (#318)
    we extract 3 things from statup.toml:
    • entrypoint
    • working dir
    • enviroment variable
  • always ensure there is something in /etc/resolv.conf
  • don't mount /run on a tmpfs

identityd

  • send proper version during node registration

networkd

  • #314 cleaning up network namespace after deleting container
  • only reserve port when its new or not changed
    there are 3 cases to handle:
    • new network resource => reserve a port
    • existing network resource, same port => do nothing
    • existing network resource, different port => release previous and, reserve new port
  • allow to change wg port when updating a network resource
  • route traffic back from hidden to public net resources
  • ensure that all interfaces are cleaned up when creating dmz
  • #307 disable ipv6 on host interface br-tonrs and to-dmz

provisiond

  • #312 fix decomission of container

upgraded:

  • merge identityd and upgraded together
  • Support debuging upgraded. If flag is set, the upgraded daemon will not self update itself before updating the full system

zlf

  • #262 log and exit instead of panic

dependencies:

v0.1.0-rc1

03 Oct 10:23
da3d88e
Compare
Choose a tag to compare
v0.1.0-rc1 Pre-release
Pre-release

This is a release candidate.

Supported workloads:

  • container
  • container volumes
  • network
  • 0-DB