Skip to content

v8.0.0

Compare
Choose a tag to compare
@rr-github-ci-user rr-github-ci-user released this 02 Aug 06:53
· 140 commits to main since this release

🎉 8.0.0 (2024-08-02)

🐛 Bug Fixes

  • apply: print file name when there is a parsing error (413ce94)
  • auth: do not save password in cli config (08a399c)
  • bootstrap: handle exceptions thrown by the cli (d703df3)
  • configtree: prefix keys with '/' when importing to etcd (#336) (9c74fb5)
  • configtree: update sentinel key when tree is imported in etcd (#337) (8ea304b)
  • deployment: show errors in deployments list (66f2c7f)
  • device: filter uploaded files by name in name_to_request_id (7348be2)
  • jsonschema: add platform as a product for virtual devices (#338) (6eb50f0)
  • organization: fix organization select command (#339) (7943a4a)
  • package: update the imageTag regex to support semver tags (#335) (6e17408)
  • v2client: set organizationguid header by default (#330) (eaa1185)

✨ Features

  • explain: adds command to list explain examples (3fc228e)
  • template: sort rendered templates by file-name (161ddfc)

❗ BREAKING CHANGES

  • auth: The password is no longer saved in the riocli
    config.json file.