Skip to content

Commit c084f6e

Browse files
chore(release): 9.13.0 [skip ci]
# [9.13.0](v9.12.3...v9.13.0) (2025-10-09) ### Bug Fixes * **compose:** handle deployment dependencies correctly ([b6369de](b6369de)) * **compose:** handle quoting command correctly for healthchecks ([3ae4b89](3ae4b89)) * **compose:** replace --no-detach with --detach ([b9af823](b9af823)) * **compose:** sanitize volume permissions and commands ([8fd2f71](8fd2f71)) * **compose:** use service_healthy condition if liveness probe present ([c7f5092](c7f5092)) ### Features * **device:** support 32 core VMs ([098114c](098114c))
1 parent 098114c commit c084f6e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [9.13.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v9.12.3...v9.13.0) (2025-10-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **compose:** handle deployment dependencies correctly ([b6369de](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/b6369def77322a787946e1e978bcc415782b9b21))
7+
* **compose:** handle quoting command correctly for healthchecks ([3ae4b89](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/3ae4b897443b45548457295a70ac2cc63fd78a55))
8+
* **compose:** replace --no-detach with --detach ([b9af823](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/b9af823331f4a44a2f174d8d5520cb27f3a41b52))
9+
* **compose:** sanitize volume permissions and commands ([8fd2f71](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/8fd2f7160d2effb9f59bd7a7d240b08dce446a03))
10+
* **compose:** use service_healthy condition if liveness probe present ([c7f5092](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/c7f50928ff740fbe15858a2843a96df74e25ed83))
11+
12+
13+
### Features
14+
15+
* **device:** support 32 core VMs ([098114c](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/098114c73eeae3c6650beee44ca3273641046544))
16+
117
## [9.12.3](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v9.12.2...v9.12.3) (2025-09-02)
218

319

riocli/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "9.12.3"
16+
__version__ = "9.13.0"
1717

1818
import os
1919

0 commit comments

Comments
 (0)