Bump version to 0.13.0

This commit is contained in:
Zhang Junyang 2025-03-14 20:02:41 +08:00 committed by Tate, Hongliang Tian
parent 288942b970
commit fbb8ea6ad1
25 changed files with 58 additions and 58 deletions

View File

@ -105,7 +105,7 @@ jobs:
fail-fast: false fail-fast: false
timeout-minutes: 60 timeout-minutes: 60
container: container:
image: asterinas/asterinas:0.12.0 image: asterinas/asterinas:0.13.0
options: --device=/dev/kvm --privileged options: --device=/dev/kvm --privileged
env: env:
# Need to set up proxy since the self-hosted CI server is located in China, # Need to set up proxy since the self-hosted CI server is located in China,

View File

@ -17,7 +17,7 @@ jobs:
publish: publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 10 timeout-minutes: 10
container: asterinas/asterinas:0.12.0 container: asterinas/asterinas:0.13.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@ -17,7 +17,7 @@ jobs:
build_and_deploy: build_and_deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 15 timeout-minutes: 15
container: asterinas/asterinas:0.12.0 container: asterinas/asterinas:0.13.0
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:

View File

@ -18,4 +18,4 @@ jobs:
uses: pxpm/github-tag-action@1.0.1 uses: pxpm/github-tag-action@1.0.1
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
tag: v0.12.0 tag: v0.13.0

View File

@ -14,9 +14,9 @@ jobs:
if: github.event_name == 'push' || github.event_name == 'pull_request' if: github.event_name == 'push' || github.event_name == 'pull_request'
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 15 timeout-minutes: 15
container: asterinas/asterinas:0.12.0 container: asterinas/asterinas:0.13.0
steps: steps:
- run: echo "Running in asterinas/asterinas:0.12.0" - run: echo "Running in asterinas/asterinas:0.13.0"
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -28,9 +28,9 @@ jobs:
if: github.event_name == 'push' || github.event_name == 'pull_request' if: github.event_name == 'push' || github.event_name == 'pull_request'
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 15 timeout-minutes: 15
container: asterinas/asterinas:0.12.0 container: asterinas/asterinas:0.13.0
steps: steps:
- run: echo "Running in asterinas/asterinas:0.12.0" - run: echo "Running in asterinas/asterinas:0.13.0"
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -45,10 +45,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 15 timeout-minutes: 15
container: container:
image: asterinas/asterinas:0.12.0 image: asterinas/asterinas:0.13.0
options: --device=/dev/kvm --privileged options: --device=/dev/kvm --privileged
steps: steps:
- run: echo "Running in asterinas/asterinas:0.12.0" - run: echo "Running in asterinas/asterinas:0.13.0"
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 15 timeout-minutes: 15
container: container:
image: asterinas/asterinas:0.12.0 image: asterinas/asterinas:0.13.0
options: --device=/dev/kvm --privileged options: --device=/dev/kvm --privileged
strategy: strategy:
matrix: matrix:
@ -85,7 +85,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- run: echo "Running in asterinas/asterinas:0.12.0" - run: echo "Running in asterinas/asterinas:0.13.0"
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -142,7 +142,7 @@ jobs:
runs-on: self-hosted runs-on: self-hosted
timeout-minutes: 30 timeout-minutes: 30
container: container:
image: asterinas/asterinas:0.12.0-tdx image: asterinas/asterinas:0.13.0-tdx
options: --device=/dev/kvm --privileged options: --device=/dev/kvm --privileged
env: env:
# Need to set up proxy since the self-hosted CI server is located in China, # Need to set up proxy since the self-hosted CI server is located in China,
@ -150,7 +150,7 @@ jobs:
RUSTUP_DIST_SERVER: https://mirrors.ustc.edu.cn/rust-static RUSTUP_DIST_SERVER: https://mirrors.ustc.edu.cn/rust-static
RUSTUP_UPDATE_ROOT: https://mirrors.ustc.edu.cn/rust-static/rustup RUSTUP_UPDATE_ROOT: https://mirrors.ustc.edu.cn/rust-static/rustup
steps: steps:
- run: echo "Running in asterinas/asterinas:0.12.0-tdx" - run: echo "Running in asterinas/asterinas:0.13.0-tdx"
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up the environment - name: Set up the environment
run: | run: |

View File

@ -23,7 +23,7 @@ jobs:
run: | run: |
docker run \ docker run \
--privileged --network=host --device=/dev/kvm \ --privileged --network=host --device=/dev/kvm \
-v ./:/root/asterinas asterinas/asterinas:0.12.0 \ -v ./:/root/asterinas asterinas/asterinas:0.13.0 \
make run AUTO_TEST=vsock ENABLE_KVM=0 SCHEME=microvm RELEASE_MODE=1 & make run AUTO_TEST=vsock ENABLE_KVM=0 SCHEME=microvm RELEASE_MODE=1 &
- name: Run Vsock Client on Host - name: Run Vsock Client on Host
id: host_vsock_client id: host_vsock_client

View File

@ -21,9 +21,9 @@ jobs:
timeout-minutes: 30 timeout-minutes: 30
strategy: strategy:
matrix: matrix:
# asterinas/asterinas:0.12.0 container is the developing container of asterinas, # asterinas/asterinas:0.13.0 container is the developing container of asterinas,
# asterinas/osdk:0.12.0 container is built with the intructions from Asterinas Book # asterinas/osdk:0.13.0 container is built with the intructions from Asterinas Book
container: ['asterinas/asterinas:0.12.0', 'asterinas/osdk:0.12.0'] container: ['asterinas/asterinas:0.13.0', 'asterinas/osdk:0.13.0']
fail-fast: false fail-fast: false
container: ${{ matrix.container }} container: ${{ matrix.container }}
steps: steps:
@ -33,7 +33,7 @@ jobs:
- name: Lint - name: Lint
id: lint id: lint
if: matrix.container == 'asterinas/asterinas:0.12.0' if: matrix.container == 'asterinas/asterinas:0.13.0'
run: make check_osdk run: make check_osdk
# Github's actions/checkout@v4 will result in a new user (not root) # Github's actions/checkout@v4 will result in a new user (not root)
@ -54,9 +54,9 @@ jobs:
RUSTUP_UPDATE_ROOT: https://mirrors.ustc.edu.cn/rust-static/rustup RUSTUP_UPDATE_ROOT: https://mirrors.ustc.edu.cn/rust-static/rustup
strategy: strategy:
matrix: matrix:
# asterinas/asterinas:0.12.0-tdx container is the developing container of asterinas, # asterinas/asterinas:0.13.0-tdx container is the developing container of asterinas,
# asterinas/osdk:0.12.0-tdx container is built with the intructions from Asterinas Book # asterinas/osdk:0.13.0-tdx container is built with the intructions from Asterinas Book
container: ['asterinas/asterinas:0.12.0-tdx', 'asterinas/osdk:0.12.0-tdx'] container: ['asterinas/asterinas:0.13.0-tdx', 'asterinas/osdk:0.13.0-tdx']
fail-fast: false fail-fast: false
container: container:
image: ${{ matrix.container }} image: ${{ matrix.container }}
@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Lint - name: Lint
id: lint id: lint
if: matrix.container == 'asterinas/asterinas:0.12.0-tdx' if: matrix.container == 'asterinas/asterinas:0.13.0-tdx'
run: make check_osdk run: make check_osdk
# Github's actions/checkout@v4 will result in a new user (not root) # Github's actions/checkout@v4 will result in a new user (not root)
# and thus not using the Rust environment we set up in the container. # and thus not using the Rust environment we set up in the container.

18
Cargo.lock generated
View File

@ -1022,11 +1022,11 @@ dependencies = [
[[package]] [[package]]
name = "linux-boot-params" name = "linux-boot-params"
version = "0.12.0" version = "0.13.0"
[[package]] [[package]]
name = "linux-bzimage-builder" name = "linux-bzimage-builder"
version = "0.12.0" version = "0.13.0"
dependencies = [ dependencies = [
"bitflags 1.3.2", "bitflags 1.3.2",
"bytemuck", "bytemuck",
@ -1037,7 +1037,7 @@ dependencies = [
[[package]] [[package]]
name = "linux-bzimage-setup" name = "linux-bzimage-setup"
version = "0.12.0" version = "0.13.0"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"core2", "core2",
@ -1256,7 +1256,7 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
[[package]] [[package]]
name = "osdk-frame-allocator" name = "osdk-frame-allocator"
version = "0.12.0" version = "0.13.0"
dependencies = [ dependencies = [
"log", "log",
"ostd", "ostd",
@ -1264,7 +1264,7 @@ dependencies = [
[[package]] [[package]]
name = "osdk-heap-allocator" name = "osdk-heap-allocator"
version = "0.12.0" version = "0.13.0"
dependencies = [ dependencies = [
"log", "log",
"ostd", "ostd",
@ -1272,7 +1272,7 @@ dependencies = [
[[package]] [[package]]
name = "osdk-test-kernel" name = "osdk-test-kernel"
version = "0.12.0" version = "0.13.0"
dependencies = [ dependencies = [
"ostd", "ostd",
"owo-colors 4.1.0", "owo-colors 4.1.0",
@ -1280,7 +1280,7 @@ dependencies = [
[[package]] [[package]]
name = "ostd" name = "ostd"
version = "0.12.0" version = "0.13.0"
dependencies = [ dependencies = [
"acpi", "acpi",
"align_ext", "align_ext",
@ -1318,7 +1318,7 @@ dependencies = [
[[package]] [[package]]
name = "ostd-macros" name = "ostd-macros"
version = "0.12.0" version = "0.13.0"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -1346,7 +1346,7 @@ dependencies = [
[[package]] [[package]]
name = "ostd-test" name = "ostd-test"
version = "0.12.0" version = "0.13.0"
[[package]] [[package]]
name = "owo-colors" name = "owo-colors"

View File

@ -54,7 +54,7 @@ git clone https://github.com/asterinas/asterinas
2. Run a Docker container as the development environment. 2. Run a Docker container as the development environment.
```bash ```bash
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.12.0 docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.13.0
``` ```
3. Inside the container, go to the project folder to build and run Asterinas. 3. Inside the container, go to the project folder to build and run Asterinas.

View File

@ -49,7 +49,7 @@ git clone https://github.com/asterinas/asterinas
2. 运行一个作为开发环境的Docker容器。 2. 运行一个作为开发环境的Docker容器。
```bash ```bash
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.12.0 docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.13.0
``` ```
3. 在容器内,进入项目文件夹构建并运行星绽。 3. 在容器内,进入项目文件夹构建并运行星绽。

View File

@ -45,7 +45,7 @@ git clone https://github.com/asterinas/asterinas
2. 開発環境としてDockerコンテナを実行します。 2. 開発環境としてDockerコンテナを実行します。
```bash ```bash
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.12.0 docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.13.0
``` ```
3. コンテナ内でプロジェクトフォルダに移動し、Asterinasをビルドして実行します。 3. コンテナ内でプロジェクトフォルダに移動し、Asterinasをビルドして実行します。

View File

@ -1 +1 @@
0.12.0 0.13.0

View File

@ -48,7 +48,7 @@ docker run -it --privileged \
--network=host \ --network=host \
--device=/dev/kvm \ --device=/dev/kvm \
-v $(pwd)/asterinas:/root/asterinas \ -v $(pwd)/asterinas:/root/asterinas \
asterinas/asterinas:0.12.0 asterinas/asterinas:0.13.0
``` ```
3. Inside the container, go to the project folder to build and run Asterinas. 3. Inside the container, go to the project folder to build and run Asterinas.

View File

@ -66,7 +66,7 @@ git clone https://github.com/asterinas/asterinas
2. Run a Docker container as the development environment. 2. Run a Docker container as the development environment.
```bash ```bash
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.12.0-tdx docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.13.0-tdx
``` ```
3. Inside the container, 3. Inside the container,

4
osdk/Cargo.lock generated
View File

@ -177,7 +177,7 @@ dependencies = [
[[package]] [[package]]
name = "cargo-osdk" name = "cargo-osdk"
version = "0.12.0" version = "0.13.0"
dependencies = [ dependencies = [
"assert_cmd", "assert_cmd",
"chrono", "chrono",
@ -573,7 +573,7 @@ dependencies = [
[[package]] [[package]]
name = "linux-bzimage-builder" name = "linux-bzimage-builder"
version = "0.12.0" version = "0.13.0"
dependencies = [ dependencies = [
"bitflags 1.3.2", "bitflags 1.3.2",
"bytemuck", "bytemuck",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "cargo-osdk" name = "cargo-osdk"
version = "0.12.0" version = "0.13.0"
edition = "2021" edition = "2021"
description = "Accelerate OS development with Asterinas OSDK" description = "Accelerate OS development with Asterinas OSDK"
license = "MPL-2.0" license = "MPL-2.0"
@ -10,7 +10,7 @@ repository = "https://github.com/asterinas/asterinas"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
linux-bzimage-builder = { version = "0.12.0", path = "../ostd/libs/linux-bzimage/builder" } linux-bzimage-builder = { version = "0.13.0", path = "../ostd/libs/linux-bzimage/builder" }
clap = { version = "4.4.17", features = ["cargo", "derive"] } clap = { version = "4.4.17", features = ["cargo", "derive"] }
chrono = "0.4.38" chrono = "0.4.38"
env_logger = "0.11.0" env_logger = "0.11.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "osdk-frame-allocator" name = "osdk-frame-allocator"
version = "0.12.0" version = "0.13.0"
edition = "2021" edition = "2021"
description = "The default buddy system frame allocator shipped with OSDK." description = "The default buddy system frame allocator shipped with OSDK."
license = "MPL-2.0" license = "MPL-2.0"
@ -9,7 +9,7 @@ readme = "README.md"
[dependencies] [dependencies]
log = "0.4" log = "0.4"
ostd = { version = "0.12.0", path = "../../../ostd" } ostd = { version = "0.13.0", path = "../../../ostd" }
[lints] [lints]
workspace = true workspace = true

View File

@ -1,6 +1,6 @@
[package] [package]
name = "osdk-heap-allocator" name = "osdk-heap-allocator"
version = "0.12.0" version = "0.13.0"
edition = "2021" edition = "2021"
description = "The default slab-based heap allocator shipped with OSDK." description = "The default slab-based heap allocator shipped with OSDK."
license = "MPL-2.0" license = "MPL-2.0"
@ -9,7 +9,7 @@ readme = "README.md"
[dependencies] [dependencies]
log = "0.4" log = "0.4"
ostd = { version = "0.12.0", path = "../../../ostd" } ostd = { version = "0.13.0", path = "../../../ostd" }
[lints] [lints]
workspace = true workspace = true

View File

@ -1,6 +1,6 @@
[package] [package]
name = "osdk-test-kernel" name = "osdk-test-kernel"
version = "0.12.0" version = "0.13.0"
edition = "2021" edition = "2021"
description = "The OSTD-based kernel for running unit tests with OSDK." description = "The OSTD-based kernel for running unit tests with OSDK."
license = "MPL-2.0" license = "MPL-2.0"
@ -10,7 +10,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
ostd = { version = "0.12.0", path = "../../../ostd" } ostd = { version = "0.13.0", path = "../../../ostd" }
owo-colors = "4.0.0" owo-colors = "4.0.0"
[lints] [lints]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ostd" name = "ostd"
version = "0.12.0" version = "0.13.0"
edition = "2021" edition = "2021"
description = "Rust OS framework that facilitates the development of and innovation in OS kernels" description = "Rust OS framework that facilitates the development of and innovation in OS kernels"
license = "MPL-2.0" license = "MPL-2.0"
@ -25,13 +25,13 @@ id-alloc = { path = "libs/id-alloc", version = "0.1.0" }
inherit-methods-macro = { git = "https://github.com/asterinas/inherit-methods-macro", rev = "98f7e3e", version = "0.1.0" } inherit-methods-macro = { git = "https://github.com/asterinas/inherit-methods-macro", rev = "98f7e3e", version = "0.1.0" }
int-to-c-enum = { path = "../kernel/libs/int-to-c-enum", version = "0.1.0" } int-to-c-enum = { path = "../kernel/libs/int-to-c-enum", version = "0.1.0" }
intrusive-collections = { version = "0.9.6", features = ["nightly"] } intrusive-collections = { version = "0.9.6", features = ["nightly"] }
linux-boot-params = { version = "0.12.0", path = "libs/linux-bzimage/boot-params" } linux-boot-params = { version = "0.13.0", path = "libs/linux-bzimage/boot-params" }
log = "0.4" log = "0.4"
num = { version = "0.4", default-features = false } num = { version = "0.4", default-features = false }
num-derive = { version = "0.4", default-features = false } num-derive = { version = "0.4", default-features = false }
num-traits = { version = "0.2", default-features = false } num-traits = { version = "0.2", default-features = false }
ostd-macros = { version = "0.12.0", path = "libs/ostd-macros" } ostd-macros = { version = "0.13.0", path = "libs/ostd-macros" }
ostd-test = { version = "0.12.0", path = "libs/ostd-test" } ostd-test = { version = "0.13.0", path = "libs/ostd-test" }
ostd-pod = { git = "https://github.com/asterinas/ostd-pod", rev = "c4644be", version = "0.1.1" } ostd-pod = { git = "https://github.com/asterinas/ostd-pod", rev = "c4644be", version = "0.1.1" }
spin = "0.9.4" spin = "0.9.4"
smallvec = "1.13.2" smallvec = "1.13.2"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "linux-boot-params" name = "linux-boot-params"
version = "0.12.0" version = "0.13.0"
edition = "2021" edition = "2021"
description = "The Boot Parameters for Linux Boot Protocol" description = "The Boot Parameters for Linux Boot Protocol"
license = "MPL-2.0" license = "MPL-2.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "linux-bzimage-builder" name = "linux-bzimage-builder"
version = "0.12.0" version = "0.13.0"
edition = "2021" edition = "2021"
description = "Linux boot compatibility for modern OSes" description = "Linux boot compatibility for modern OSes"
license = "MPL-2.0" license = "MPL-2.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "linux-bzimage-setup" name = "linux-bzimage-setup"
version = "0.12.0" version = "0.13.0"
edition = "2021" edition = "2021"
description = "The linux bzImage setup binary" description = "The linux bzImage setup binary"
license = "MPL-2.0" license = "MPL-2.0"
@ -16,7 +16,7 @@ path = "src/main.rs"
cfg-if = "1.0.0" cfg-if = "1.0.0"
core2 = { version = "0.4.0", default-features = false, features = ["nightly"] } core2 = { version = "0.4.0", default-features = false, features = ["nightly"] }
libflate = { version = "2.1.0", default-features = false } libflate = { version = "2.1.0", default-features = false }
linux-boot-params = { version = "0.12.0", path = "../boot-params" } linux-boot-params = { version = "0.13.0", path = "../boot-params" }
uart_16550 = "0.3.0" uart_16550 = "0.3.0"
xmas-elf = "0.9.1" xmas-elf = "0.9.1"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ostd-macros" name = "ostd-macros"
version = "0.12.0" version = "0.13.0"
edition = "2021" edition = "2021"
description = "OSTD's proc macros" description = "OSTD's proc macros"
license = "MPL-2.0" license = "MPL-2.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ostd-test" name = "ostd-test"
version = "0.12.0" version = "0.13.0"
edition = "2021" edition = "2021"
description = "The kernel mode unit testing framework of OSTD" description = "The kernel mode unit testing framework of OSTD"
license = "MPL-2.0" license = "MPL-2.0"