Releases: rapyuta-robotics/rapyuta-io-cli
Releases · rapyuta-robotics/rapyuta-io-cli
v2.0.0
🎉 2.0.0 (2023-04-19)
🐛 Bug Fixes
- apply: apply_async hangs when worker raises exception (3164ddb)
- apply: skips confirmation during dry run (0eaa9c2)
- deployment: adds deployment as component alias to avoid conflicts (be82c79)
- gh-actions: code quality workflow does not comment on pr (82218b6)
- network: adds wait until network is ready for Apply (1d00af9)
- secret: removes unwanted required field in json schema (0d0cedc)
- updates conventional-commit workflow (ebf444c)
🔨 Code Refactoring
- parameter: improves the user-experience (c99f69c)
✨ Features
- apply: improves validation error messages (7e08545)
- deployment: prints deployment error details (24e56c5)
- network: adds support for fractional resource limits (7a99588)
- parameter: adds option to upload config as FolderNodes (1e11b0b)
- utils: adds decorator for yaspin spinner (008e2d2), closes #113
❗BREAKING CHANGES
- parameter: This commit changes the public API of the parameter
command.
v1.0.0
1.0.0 (2023-02-07)
Bug Fixes
- config: update default piping server address (e3a4ed4)
- deployment: speed up command (37843fa)
- package: rename topic qos from medium to med (cb8fd68)
- package: update executable limits validation (4a65759)
- package: validate
imagename for executables (#82) (c01127b)
Features
- apply: confirms before apply and delete (363fd87)
- auth: support io-dev environment (#81) (2a9e4b6)
- cli: sort lists based on human-readable names (6f46cc1)
- cli: tabulate list commands (53b840e)
- device: add support for user-specific ssh-key (f1cf8d5)
- parameters: apply config parameters to devices (35f5a03)
- rosbag: adds rosbag job inspect command (8d5556e)
BREAKING CHANGES
- apply: adds confirmation before the
rio applyandrio delete. This may break rio cli integration in other tools. Please
update your code to include --silent flag for apply and delete commands
to bypass confirmation prompts.
v0.6.0
v0.5.0
0.5.0 (2022-11-23)
Bug Fixes
- apply: fixes apply without workers flag behaviour (a6b1d71)
- apply: fixes
guid_functorfor network (0831a0c) - config: new_client without project now does not read project from config (7c2c5fd)
- package: fixes several issues with rendering packages from apply manifests (c1acc1e)
Features
v0.4.0
v0.3.1
v0.3.0
v0.2.0
0.2.0 (2021-12-27)
Bug Fixes
- device: convert PosixPath to str (#1) (5346e54)
- device: fixes the device inspect command (5f76295)
- network: ROS distro is corrected to noetic (#7) (837352b)
- package: fixes handling for wrong name (4607022)
- static-route: fixes the name to guid behaviour for hyphenated names (7bd5b8e)