v3.0.0
·
410 commits
to main
since this release
🎉 3.0.0 (2023-05-17)
🐛 Bug Fixes
- deployment: added device error code descriptions and actions (af2ecb7)
- deployment: fixes inspect command when some fields are null (a80f2e6)
- device: fixes delete command (f2599e5)
- explain: verbose examples for explain command (c5dcf8a)
- jsonschema: sets default values defined in the schema (76b403a)
- project: improves error reporting on server errors (fec2fcb)
- v2client: handles 5xx server errors (b7cf0cf)
✨ Features
- deployment: adds toggle to enable cloud params (9cc7981)
- deployment: adds vpn client toggle in manifest (a6223cc)
- device: add command to toggle vpn client on device (6feaa20)
- managedservice: adds command to delete instance (5761c25)
- organization: adds organization command in the CLI (5a5f599)
- project: adds project features sub-command (981dc3a)
- project: uses v2 project APIs and schema (d1290aa)
- project: waits for project to succeed during apply (adb004b)
- sets --silent as an option alongside --force (b5ca2b4)
- shell: adds org name in shell prompt (3edfd5e)
- vpn: adds vpn connectivity support (b01605c)
❗ BREAKING CHANGES
- organization: This commit modifies the login command options.
Commands with the following structure will break
rio auth login --email <> --password <> --project <> --no-interactive
- project: This commit updates the project schema. Existing
manifests may not work.