This release adds 4 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryAdded skipAccumulation support for execution handlers, platform specification, PVC auto-provisioning fields, and opt‑in SecureAccess for Kubernetes ingress gateways.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds `skipAccumulation` support for execution handlers. Adds `skipAccumulation` support for execution handlers. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Feature | Medium |
Adds `PlatformSpec` support to sandbox creation APIs for OS/architecture targeting. Adds `PlatformSpec` support to sandbox creation APIs for OS/architecture targeting. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Feature | Medium |
Adds SDK model support for PVC auto-provisioning fields. Adds SDK model support for PVC auto-provisioning fields. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Feature | Medium |
Adds `SecureAccess` opt‑in support for sandbox creation via Kubernetes ingress gateway mode. Adds `SecureAccess` opt‑in support for sandbox creation via Kubernetes ingress gateway mode. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Refactor | Low |
Lowers Go module target to Go 1.20 and slims test dependencies. Lowers Go module target to Go 1.20 and slims test dependencies. Source: llm_adapter@2026-06-08 Confidence: high |
— |
Full changelog
What's New
Features
- Added
skipAccumulationsupport for execution handlers. When enabled, stdout/stderr events are still delivered to callbacks but are not appended to accumulated execution logs, preventing unbounded memory growth for long-running streamed commands. https://github.com/opensandbox-group/OpenSandbox/pull/990 - Added
PlatformSpecsupport to sandbox creation APIs, includingCreateSandboxRequest.Platform,SandboxInfo.Platform, andSandboxCreateOptions.Platform. This lets Go callers request specific OS/architecture targets such as Windows sandboxes. https://github.com/opensandbox-group/OpenSandbox/pull/921 - Added SDK model support for PVC auto-provisioning fields. https://github.com/opensandbox-group/OpenSandbox/pull/749
- Added
SecureAccesssupport for sandbox creation. This is opt-in and currently supported by Kubernetes ingress gateway mode. https://github.com/opensandbox-group/OpenSandbox/pull/745
Misc
- Lowered the Go module target to Go 1.20 and slimmed test dependencies. https://github.com/opensandbox-group/OpenSandbox/pull/707
Contributors
- @Pangjiping
- @zpzjzj
- @ninan-nn
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Earlier breaking changes
- vpython/sandbox/v0.1.14 Removes `CredentialMatch.ports`; port now derived from scheme.
- vjava/sandbox/v1.0.16 Removes CredentialMatch.ports; port derived from scheme instead.
- vdocker/egress/v1.1.4 `Match.Ports` field removed from Credential Vault bindings; ports derived from scheme.
- vdocker/egress/v1.1.4 'X-Forwarded-Proto' is trusted only from configured proxy CIDRs.
- vdocker/egress/v1.1.4 Credential Vault requires `dns+nft` enforcement for egress connections.
Beta — feedback welcome: [email protected]