OpenSandbox 1.1.0-rc.1
Release candidate for the 1.1.0 line and the first end-to-end exercise of the
unified umbrella release pipeline (OSEP-0016). It carries the version bump to
1.1.0-rc.1 across charts and image references; no functional changes are
included. rc releases ship no SDK artifacts — SDK/CLI packages, dependency
ranges, and identity constants move at the 1.1.0 stable bump. Please test the
release mechanics — staging image builds, BOM assembly, and held package
fan-out — and report issues.
Highlights
- First umbrella release candidate on the 1.1.0 line
- Platform version aligned to
1.1.0-rc.1(charts and image references)
Misc
- release: bump platform version to 1.1.0-rc.1 (#1896)
Upgrade & Compatibility
- Images:
opensandbox/<component>:release-1.1.0-rc.1(all three registries) - Packages: unchanged — SDK/CLI artifacts publish at the 1.1.0 stable release
- Charts: render from this tag (
helm template ./manifests/charts/opensandbox) - Kubernetes: supported range v1.21 – v1.34 (charts declare
kubeVersion: ">=1.21.1-0") - Skew: server ↔ CLI/SDK same line supported; ±1 minor warns
Artifacts
- Images:
opensandbox/<component>:release-1.1.0-rc.1(Docker Hub / GHCR / ACR)
Installation
# Platform (Kubernetes) — render the chart at this tag and apply
git clone https://github.com/opensandbox-group/OpenSandbox
git checkout release-1.1.0-rc.1
helm dependency build manifests/charts/opensandbox # package file:// sub-charts (not committed)
helm template ./manifests/charts/opensandbox | kubectl apply -f -Verify what you installed against the BOM: see
Release Verification.