Skip to content

v6.0.0

Compare
Choose a tag to compare
@rr-github-ci-user 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

  • project: fixes project update with vpn state (#246) (82709f6)

✨ 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.