Releases: threefoldtech/zos
Releases · threefoldtech/zos
v0.1.0-rc3
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:
- upgrade gopkg.in/yaml.v2 version to v2.2.4. This version mitigate an issue with high CPU combustion https://raesene.github.io/blog/2019/10/15/From-stackoverflow-to-CVE/
v0.1.0-rc1
This is a release candidate.
Supported workloads:
- container
- container volumes
- network
- 0-DB