Skip to content

Commit e4ec216

Browse files
committed
chore(deps): prepare SDK 0.1.6rc2 for openYuanRong 0.10.2rc4
Bump akernel-sdk to 0.1.6rc2 and align the control-plane wheel, RRT, artifact checksums, and YuanRong source gitlink with 0.10.2rc4. Pin openyuanrong-sandbox to the published 0.10.2rc3 package matching the sandbox-sdk revision retained by the 0.10.2rc4 release. Signed-off-by: robbluo <luo1442@gmail.com>
1 parent cc84df0 commit e4ec216

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

builder/node.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ ARG AKERNEL_ENABLE_KATA=true
99
ARG AKERNEL_ENABLE_RUNC=false
1010
ARG AKERNEL_ENABLE_FIRECRACKER=true
1111
ARG SANDBOXD_BUILD_IMAGE=golang:1.25.5-bookworm
12-
ARG OPEN_YR_VERSION=0.10.2rc2
12+
ARG OPEN_YR_VERSION=0.10.2rc4
1313
ARG OPEN_YR_CORE_WHEEL_URL=
1414
ARG OPEN_YR_CORE_WHEEL_SHA256=
1515
ARG OPEN_YR_RELEASE_BASE_URL=https://openyuanrong.obs.cn-southwest-2.myhuaweicloud.com/release
16-
ARG OPEN_YR_CORE_AMD64_SHA256=8cdefba9a415a7a35b6f39bf847e7fb933ad6ca55b27b7dec2f377ece47198c4
17-
ARG OPEN_YR_CORE_ARM64_SHA256=2e9d2d18922b87721fcc3e92fa959cdd2ce026a51b18512c7c71ab24ac6a6eaa
16+
ARG OPEN_YR_CORE_AMD64_SHA256=94d44bd0def2bb18f87ae15cc4c054baf6685b2d5618049bcd1e6228bdbae028
17+
ARG OPEN_YR_CORE_ARM64_SHA256=51847a27825d6aa7e9a37e96c7ec7d3b7baf58eb5749d6db95b713d4d89d6f59
1818
ARG GVISOR_DOWNLOAD_IMAGE=ubuntu:24.04
1919
ARG GVISOR_RELEASE
2020
ARG GVISOR_AMD64_URL

builder/runtime.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ ARG PYTHON_311_VERSION=3.11.13
99
ARG PYTHON_312_VERSION=3.12.11
1010
ARG PYTHON_313_VERSION=3.13.5
1111
ARG PYTHON_314_VERSION=3.14.6
12-
ARG OPEN_YR_VERSION=0.10.2rc2
12+
ARG OPEN_YR_VERSION=0.10.2rc4
1313
ARG OPEN_YR_LEGACY_SDK_VERSION=0.9.9
1414

1515
FROM ${AKERNEL_RUNTIME_BASE_IMAGE} AS rrt-download
1616

1717
ARG OPEN_YR_VERSION
1818
ARG RRT_RUNTIME_URL=https://openyuanrong.obs.cn-southwest-2.myhuaweicloud.com/release/${OPEN_YR_VERSION}/linux/amd64/rrt-runtime-amd64
19-
ARG RRT_RUNTIME_SHA256=d67efcaaf07a5ca57079706ad1d5006d57e796baedf727db9392a877b34e365d
19+
ARG RRT_RUNTIME_SHA256=38844a96e7b641e1200afd907fa25611dd5afbae77c763bd812191cb7e6348bf
2020

2121
RUN apt-get update && \
2222
apt-get install -y --no-install-recommends ca-certificates curl && \

sdk/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "akernel-sdk"
7-
version = "0.1.6rc1"
7+
version = "0.1.6rc2"
88
description = "Python SDK and CLI for AKernel remote sandboxes"
99
readme = "README.md"
1010
license = "Apache-2.0"
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030
dependencies = [
3131
"idna>=3,<4",
32-
"openyuanrong-sandbox==0.10.2rc2",
32+
"openyuanrong-sandbox==0.10.2rc3",
3333
"websockets>=10.0",
3434
"dockerfile-parse>=2.0.1",
3535
]

src/yuanrong

Submodule yuanrong updated 46 files

0 commit comments

Comments
 (0)