Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"turbo/apps/cli":"9.145.9","turbo/packages/core":"8.264.2","turbo/apps/web":"12.346.0","turbo/apps/api":"1.21.3","turbo/apps/platform":"0.338.1","turbo/packages/api-contracts":"1.3.1","turbo/packages/connectors":"1.1.0","turbo/packages/db":"1.2.2","crates/ably-subscriber":"0.7.9","crates/api-contracts":"0.2.0","crates/nbd-cow":"0.4.17","crates/guest-agent":"0.28.4","crates/guest-common":"0.2.6","crates/guest-download":"0.20.10","crates/guest-init":"0.16.23","crates/guest-mock-claude":"0.17.5","crates/guest-mock-codex":"0.1.2","crates/guest-reseed":"0.3.2","crates/guest-write-file":"0.1.1","crates/runner":"0.100.17","crates/sandbox":"0.13.0","crates/sandbox-fc":"0.28.1","crates/vsock-guest":"0.11.0","crates/vsock-host":"0.10.1","crates/vsock-proto":"0.11.0","crates/vsock-test":"0.9.20","crates/sandbox-mock":"0.2.0"}
{"turbo/apps/cli":"9.145.10","turbo/packages/core":"8.264.3","turbo/apps/web":"12.346.1","turbo/apps/api":"1.21.4","turbo/apps/platform":"0.338.2","turbo/packages/api-contracts":"1.3.2","turbo/packages/connectors":"1.1.0","turbo/packages/db":"1.2.3","crates/ably-subscriber":"0.7.9","crates/api-contracts":"0.2.0","crates/nbd-cow":"0.4.17","crates/guest-agent":"0.29.0","crates/guest-common":"0.2.6","crates/guest-download":"0.20.10","crates/guest-init":"0.16.23","crates/guest-mock-claude":"0.17.5","crates/guest-mock-codex":"0.1.2","crates/guest-reseed":"0.3.2","crates/guest-write-file":"0.1.1","crates/runner":"0.100.18","crates/sandbox":"0.13.0","crates/sandbox-fc":"0.28.2","crates/vsock-guest":"0.11.0","crates/vsock-host":"0.10.2","crates/vsock-proto":"0.11.0","crates/vsock-test":"0.9.21","crates/sandbox-mock":"0.2.0"}
10 changes: 5 additions & 5 deletions crates/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions crates/guest-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.29.0](https://github.com/vm0-ai/vm0/compare/guest-agent-v0.28.4...guest-agent-v0.29.0) (2026-05-09)


### Features

* **guest-agent:** record last event to cli exit metric ([#12272](https://github.com/vm0-ai/vm0/issues/12272)) ([dce7e82](https://github.com/vm0-ai/vm0/commit/dce7e82908b8bf8f5aff511a7995c0f8e20e66a5))

## [0.28.4](https://github.com/vm0-ai/vm0/compare/guest-agent-v0.28.3...guest-agent-v0.28.4) (2026-05-09)

## [0.28.3](https://github.com/vm0-ai/vm0/compare/guest-agent-v0.28.2...guest-agent-v0.28.3) (2026-05-08)
Expand Down
2 changes: 1 addition & 1 deletion crates/guest-agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "guest-agent"
version = "0.28.4"
version = "0.29.0"
edition.workspace = true

[dependencies]
Expand Down
2 changes: 2 additions & 0 deletions crates/runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## [0.100.18](https://github.com/vm0-ai/vm0/compare/runner-rs-v0.100.17...runner-rs-v0.100.18) (2026-05-09)

## [0.100.17](https://github.com/vm0-ai/vm0/compare/runner-rs-v0.100.16...runner-rs-v0.100.17) (2026-05-09)

## [0.100.16](https://github.com/vm0-ai/vm0/compare/runner-rs-v0.100.15...runner-rs-v0.100.16) (2026-05-09)
Expand Down
2 changes: 1 addition & 1 deletion crates/runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "runner"
version = "0.100.17"
version = "0.100.18"
edition.workspace = true

[dependencies]
Expand Down
2 changes: 2 additions & 0 deletions crates/sandbox-fc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## [0.28.2](https://github.com/vm0-ai/vm0/compare/sandbox-fc-v0.28.1...sandbox-fc-v0.28.2) (2026-05-09)

## [0.28.1](https://github.com/vm0-ai/vm0/compare/sandbox-fc-v0.28.0...sandbox-fc-v0.28.1) (2026-05-09)

## [0.28.0](https://github.com/vm0-ai/vm0/compare/sandbox-fc-v0.27.22...sandbox-fc-v0.28.0) (2026-05-08)
Expand Down
2 changes: 1 addition & 1 deletion crates/sandbox-fc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sandbox-fc"
version = "0.28.1"
version = "0.28.2"
edition.workspace = true

[dependencies]
Expand Down
7 changes: 7 additions & 0 deletions crates/vsock-host/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.10.2](https://github.com/vm0-ai/vm0/compare/vsock-host-v0.10.1...vsock-host-v0.10.2) (2026-05-09)


### Performance Improvements

* **vsock-host:** cap bounded exec stream forwarding ([#12267](https://github.com/vm0-ai/vm0/issues/12267)) ([9a8063a](https://github.com/vm0-ai/vm0/commit/9a8063af272ea95005ce8f2d5c37eba2d64105e5))

## [0.10.1](https://github.com/vm0-ai/vm0/compare/vsock-host-v0.10.0...vsock-host-v0.10.1) (2026-05-09)


Expand Down
2 changes: 1 addition & 1 deletion crates/vsock-host/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vsock-host"
version = "0.10.1"
version = "0.10.2"
edition.workspace = true
description = "Vsock host client for Firecracker VM communication"

Expand Down
2 changes: 2 additions & 0 deletions crates/vsock-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## [0.9.21](https://github.com/vm0-ai/vm0/compare/vsock-test-v0.9.20...vsock-test-v0.9.21) (2026-05-09)

## [0.9.20](https://github.com/vm0-ai/vm0/compare/vsock-test-v0.9.19...vsock-test-v0.9.20) (2026-05-09)

## [0.9.19](https://github.com/vm0-ai/vm0/compare/vsock-test-v0.9.18...vsock-test-v0.9.19) (2026-05-08)
Expand Down
2 changes: 1 addition & 1 deletion crates/vsock-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vsock-test"
version = "0.9.20"
version = "0.9.21"
edition.workspace = true

[dependencies]
Expand Down
16 changes: 16 additions & 0 deletions turbo/apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.21.4](https://github.com/vm0-ai/vm0/compare/api-v1.21.3...api-v1.21.4) (2026-05-09)


### Bug Fixes

* refresh connector auth state and catalog ([#12218](https://github.com/vm0-ai/vm0/issues/12218)) ([9cde9c6](https://github.com/vm0-ai/vm0/commit/9cde9c6dd39a3fe2bc266d681ae8c15227a15782))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @vm0/api-contracts bumped to 1.3.2
* @vm0/core bumped to 8.264.3
* @vm0/db bumped to 1.2.3

## [1.21.3](https://github.com/vm0-ai/vm0/compare/api-v1.21.2...api-v1.21.3) (2026-05-09)


Expand Down
2 changes: 1 addition & 1 deletion turbo/apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "1.21.3",
"version": "1.21.4",
"private": true,
"type": "module",
"scripts": {
Expand Down
15 changes: 15 additions & 0 deletions turbo/apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [9.145.10](https://github.com/vm0-ai/vm0/compare/cli-v9.145.9...cli-v9.145.10) (2026-05-09)


### Bug Fixes

* refresh connector auth state and catalog ([#12218](https://github.com/vm0-ai/vm0/issues/12218)) ([9cde9c6](https://github.com/vm0-ai/vm0/commit/9cde9c6dd39a3fe2bc266d681ae8c15227a15782))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @vm0/api-contracts bumped to 1.3.2
* @vm0/core bumped to 8.264.3

## [9.145.9](https://github.com/vm0-ai/vm0/compare/cli-v9.145.8...cli-v9.145.9) (2026-05-09)


Expand Down
2 changes: 1 addition & 1 deletion turbo/apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vm0/cli",
"version": "9.145.9",
"version": "9.145.10",
"private": true,
"description": "CLI application",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions turbo/apps/platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.338.2](https://github.com/vm0-ai/vm0/compare/app-v0.338.1...app-v0.338.2) (2026-05-09)


### Bug Fixes

* refresh connector auth state and catalog ([#12218](https://github.com/vm0-ai/vm0/issues/12218)) ([9cde9c6](https://github.com/vm0-ai/vm0/commit/9cde9c6dd39a3fe2bc266d681ae8c15227a15782))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @vm0/api-contracts bumped to 1.3.2
* @vm0/core bumped to 8.264.3

## [0.338.1](https://github.com/vm0-ai/vm0/compare/app-v0.338.0...app-v0.338.1) (2026-05-09)


Expand Down
2 changes: 1 addition & 1 deletion turbo/apps/platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vm0/app",
"version": "0.338.1",
"version": "0.338.2",
"private": true,
"type": "module",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions turbo/apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [12.346.1](https://github.com/vm0-ai/vm0/compare/web-v12.346.0...web-v12.346.1) (2026-05-09)


### Bug Fixes

* honor feature switch overrides in sandbox flags ([#12220](https://github.com/vm0-ai/vm0/issues/12220)) ([76d8a09](https://github.com/vm0-ai/vm0/commit/76d8a09185f7f63a5dea522899b7c1d9331748de))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @vm0/api-contracts bumped to 1.3.2
* @vm0/core bumped to 8.264.3
* @vm0/db bumped to 1.2.3

## [12.346.0](https://github.com/vm0-ai/vm0/compare/web-v12.345.0...web-v12.346.0) (2026-05-09)


Expand Down
2 changes: 1 addition & 1 deletion turbo/apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "12.346.0",
"version": "12.346.1",
"type": "module",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion turbo/packages/api-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vm0/api-contracts",
"version": "1.3.1",
"version": "1.3.2",
"private": true,
"type": "module",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions turbo/packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [8.264.3](https://github.com/vm0-ai/vm0/compare/core-v8.264.2...core-v8.264.3) (2026-05-09)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @vm0/api-contracts bumped to 1.3.2

## [8.264.2](https://github.com/vm0-ai/vm0/compare/core-v8.264.1...core-v8.264.2) (2026-05-09)


Expand Down
2 changes: 1 addition & 1 deletion turbo/packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vm0/core",
"version": "8.264.2",
"version": "8.264.3",
"private": true,
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion turbo/packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vm0/db",
"version": "1.2.2",
"version": "1.2.3",
"private": true,
"type": "module",
"exports": {
Expand Down