v6.0.0
rr-github-ci-user
released this
28 Dec 14:09
·
294 commits
to main
since this release
π 6.0.0 (2023-12-28)
π Bug Fixes
β¨ Features
- auth: add support for AKS staging environments (59d30e9)
- device: adds --advertise-routes flag in the vpn command (6cea521)
- device: updates device delete command to delete multiple devices (#217) (1a35403)
- jsonschema: updates features attribute in project schema (c4cd332)
- project: accepts subnets while enabling vpn (#245) (06bbf7f)
β BREAKING CHANGES
- jsonschema: The vpn and tracing attributes under .spec.features
have been changed from type=boolean to type=object. Enabling vpn on a
project will now require one to set .spec.features.vpn.enabled=True and
likewise for any other project feature.