Skip to content

Commit 7bd2c50

Browse files
committed
chore: release 0.21.0
1 parent 93240d5 commit 7bd2c50

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.20.1 - Unreleased
3+
## 0.21.0 - 2026-05-27
44

55
### Added
66

@@ -21,6 +21,7 @@
2121
- Fixed native Windows `--fresh-pr` runs so PR checkout, local patch application, and post-bootstrap SSH port changes work over PowerShell.
2222
- Fixed native Windows Actions env handoff so `crabbox run` can consume bash-style hydrate env files and reuse hydrated Node/pnpm paths.
2323
- Fixed AWS coordinator EC2 polling to tolerate transient `InvalidInstanceID.NotFound` after instance creation and to report parsed AWS XML errors.
24+
- Fixed AWS coordinator provisioning retries so wrapped opaque `RunInstances` errors are retried instead of failing immediately.
2425
- Fixed Daytona provider sandbox inventory to use Daytona's cursor-based listing API.
2526
- Removed OpenClaw-specific hosted broker defaults and documentation from the generic Crabbox broker login flow.
2627

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/crabbox-plugin",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "OpenClaw plugin for running Crabbox remote testbox workflows",
55
"license": "MIT",
66
"type": "module",

worker/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/crabbox-worker",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)