From 52bde1721e84cb9edeff1bf92e957c7e7ebe8a89 Mon Sep 17 00:00:00 2001 From: Marsman1996 Date: Wed, 18 Sep 2024 20:02:30 +0800 Subject: [PATCH] Bump version to 0.8.3 --- .github/workflows/benchmark_asterinas.yml | 2 +- .github/workflows/publish_osdk_and_ostd.yml | 2 +- .github/workflows/publish_website.yml | 2 +- .github/workflows/push_git_tag.yml | 2 +- .github/workflows/test_asterinas.yml | 16 ++++++++-------- .github/workflows/test_asterinas_vsock.yml | 2 +- .github/workflows/test_osdk.yml | 16 ++++++++-------- Cargo.lock | 8 ++++---- README.md | 2 +- README_CN.md | 2 +- VERSION | 2 +- docs/src/kernel/README.md | 2 +- docs/src/kernel/intel_tdx.md | 2 +- osdk/Cargo.toml | 2 +- osdk/test-kernel/Cargo.toml | 4 ++-- ostd/Cargo.toml | 6 +++--- ostd/libs/ostd-macros/Cargo.toml | 2 +- ostd/libs/ostd-test/Cargo.toml | 2 +- 18 files changed, 38 insertions(+), 38 deletions(-) diff --git a/.github/workflows/benchmark_asterinas.yml b/.github/workflows/benchmark_asterinas.yml index ef21f33d5..d492558e6 100644 --- a/.github/workflows/benchmark_asterinas.yml +++ b/.github/workflows/benchmark_asterinas.yml @@ -64,7 +64,7 @@ jobs: fail-fast: false timeout-minutes: 60 container: - image: asterinas/asterinas:0.8.2 + image: asterinas/asterinas:0.8.3 options: --device=/dev/kvm env: # Need to set up proxy since the self-hosted CI server is located in China, diff --git a/.github/workflows/publish_osdk_and_ostd.yml b/.github/workflows/publish_osdk_and_ostd.yml index 895d68732..e5dbcf247 100644 --- a/.github/workflows/publish_osdk_and_ostd.yml +++ b/.github/workflows/publish_osdk_and_ostd.yml @@ -17,7 +17,7 @@ jobs: publish: runs-on: ubuntu-latest timeout-minutes: 10 - container: asterinas/asterinas:0.8.2 + container: asterinas/asterinas:0.8.3 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/publish_website.yml b/.github/workflows/publish_website.yml index 03d448cb4..eb13f883d 100644 --- a/.github/workflows/publish_website.yml +++ b/.github/workflows/publish_website.yml @@ -17,7 +17,7 @@ jobs: build_and_deploy: runs-on: ubuntu-latest timeout-minutes: 15 - container: asterinas/asterinas:0.8.2 + container: asterinas/asterinas:0.8.3 steps: - uses: actions/checkout@v2 with: diff --git a/.github/workflows/push_git_tag.yml b/.github/workflows/push_git_tag.yml index c33b08ec2..15f0ddd60 100644 --- a/.github/workflows/push_git_tag.yml +++ b/.github/workflows/push_git_tag.yml @@ -18,4 +18,4 @@ jobs: uses: pxpm/github-tag-action@1.0.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - tag: v0.8.2 + tag: v0.8.3 diff --git a/.github/workflows/test_asterinas.yml b/.github/workflows/test_asterinas.yml index 675ac112b..b36688257 100644 --- a/.github/workflows/test_asterinas.yml +++ b/.github/workflows/test_asterinas.yml @@ -14,9 +14,9 @@ jobs: if: github.event_name == 'push' || github.event_name == 'pull_request' runs-on: ubuntu-latest timeout-minutes: 15 - container: asterinas/asterinas:0.8.2 + container: asterinas/asterinas:0.8.3 steps: - - run: echo "Running in asterinas/asterinas:0.8.2" + - run: echo "Running in asterinas/asterinas:0.8.3" - uses: actions/checkout@v4 @@ -28,9 +28,9 @@ jobs: if: github.event_name == 'push' || github.event_name == 'pull_request' runs-on: ubuntu-latest timeout-minutes: 15 - container: asterinas/asterinas:0.8.2 + container: asterinas/asterinas:0.8.3 steps: - - run: echo "Running in asterinas/asterinas:0.8.2" + - run: echo "Running in asterinas/asterinas:0.8.3" - uses: actions/checkout@v4 @@ -49,10 +49,10 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 container: - image: asterinas/asterinas:0.8.2 + image: asterinas/asterinas:0.8.3 options: --device=/dev/kvm steps: - - run: echo "Running in asterinas/asterinas:0.8.2" + - run: echo "Running in asterinas/asterinas:0.8.3" - uses: actions/checkout@v4 @@ -96,7 +96,7 @@ jobs: runs-on: self-hosted timeout-minutes: 30 container: - image: asterinas/asterinas:0.8.2-tdx + image: asterinas/asterinas:0.8.3-tdx options: --device=/dev/kvm --privileged env: # Need to set up proxy since the self-hosted CI server is located in China, @@ -104,7 +104,7 @@ jobs: RUSTUP_DIST_SERVER: https://mirrors.ustc.edu.cn/rust-static RUSTUP_UPDATE_ROOT: https://mirrors.ustc.edu.cn/rust-static/rustup steps: - - run: echo "Running in asterinas/asterinas:0.8.2-tdx" + - run: echo "Running in asterinas/asterinas:0.8.3-tdx" - uses: actions/checkout@v4 - name: Set up the environment run: | diff --git a/.github/workflows/test_asterinas_vsock.yml b/.github/workflows/test_asterinas_vsock.yml index 134b018ca..70b57a084 100644 --- a/.github/workflows/test_asterinas_vsock.yml +++ b/.github/workflows/test_asterinas_vsock.yml @@ -23,7 +23,7 @@ jobs: run: | docker run \ --privileged --network=host --device=/dev/kvm \ - -v ./:/root/asterinas asterinas/asterinas:0.8.2 \ + -v ./:/root/asterinas asterinas/asterinas:0.8.3 \ make run AUTO_TEST=vsock ENABLE_KVM=0 SCHEME=microvm RELEASE_MODE=1 & - name: Run Vsock Client on Host id: host_vsock_client diff --git a/.github/workflows/test_osdk.yml b/.github/workflows/test_osdk.yml index 75c6bd937..a7392fae0 100644 --- a/.github/workflows/test_osdk.yml +++ b/.github/workflows/test_osdk.yml @@ -21,9 +21,9 @@ jobs: timeout-minutes: 30 strategy: matrix: - # asterinas/asterinas:0.8.2 container is the developing container of asterinas, - # asterinas/osdk:0.8.2 container is built with the intructions from Asterinas Book - container: ['asterinas/asterinas:0.8.2', 'asterinas/osdk:0.8.2'] + # asterinas/asterinas:0.8.3 container is the developing container of asterinas, + # asterinas/osdk:0.8.3 container is built with the intructions from Asterinas Book + container: ['asterinas/asterinas:0.8.3', 'asterinas/osdk:0.8.3'] container: ${{ matrix.container }} steps: - run: echo "Running in ${{ matrix.container }}" @@ -32,7 +32,7 @@ jobs: - name: Lint id: lint - if: matrix.container == 'asterinas/asterinas:0.8.2' + if: matrix.container == 'asterinas/asterinas:0.8.3' run: make check_osdk # Github's actions/checkout@v4 will result in a new user (not root) @@ -53,9 +53,9 @@ jobs: RUSTUP_UPDATE_ROOT: https://mirrors.ustc.edu.cn/rust-static/rustup strategy: matrix: - # asterinas/asterinas:0.8.2-tdx container is the developing container of asterinas, - # asterinas/osdk:0.8.2-tdx container is built with the intructions from Asterinas Book - container: ['asterinas/asterinas:0.8.2-tdx', 'asterinas/osdk:0.8.2-tdx'] + # asterinas/asterinas:0.8.3-tdx container is the developing container of asterinas, + # asterinas/osdk:0.8.3-tdx container is built with the intructions from Asterinas Book + container: ['asterinas/asterinas:0.8.3-tdx', 'asterinas/osdk:0.8.3-tdx'] container: image: ${{ matrix.container }} options: --device=/dev/kvm --privileged @@ -64,7 +64,7 @@ jobs: - uses: actions/checkout@v4 - name: Lint id: lint - if: matrix.container == 'asterinas/asterinas:0.8.2-tdx' + if: matrix.container == 'asterinas/asterinas:0.8.3-tdx' run: make check_osdk # 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. diff --git a/Cargo.lock b/Cargo.lock index 907e67576..36eb00da4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1049,7 +1049,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "osdk-test-kernel" -version = "0.8.2" +version = "0.8.3" dependencies = [ "ostd", "owo-colors 4.0.0", @@ -1058,7 +1058,7 @@ dependencies = [ [[package]] name = "ostd" -version = "0.8.2" +version = "0.8.3" dependencies = [ "acpi", "align_ext", @@ -1100,7 +1100,7 @@ dependencies = [ [[package]] name = "ostd-macros" -version = "0.8.2" +version = "0.8.3" dependencies = [ "proc-macro2", "quote", @@ -1128,7 +1128,7 @@ dependencies = [ [[package]] name = "ostd-test" -version = "0.8.2" +version = "0.8.3" [[package]] name = "owo-colors" diff --git a/README.md b/README.md index 57d919d5a..765eb9789 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ git clone https://github.com/asterinas/asterinas 2. Run a Docker container as the development environment. ```bash -docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.8.2 +docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.8.3 ``` 3. Inside the container, go to the project folder to build and run Asterinas. diff --git a/README_CN.md b/README_CN.md index 246a6fe9b..596c96857 100644 --- a/README_CN.md +++ b/README_CN.md @@ -49,7 +49,7 @@ git clone https://github.com/asterinas/asterinas 2. 运行一个作为开发环境的Docker容器。 ```bash -docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.8.2 +docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.8.3 ``` 3. 在容器内,进入项目文件夹构建并运行星绽。 diff --git a/VERSION b/VERSION index 53a48a1e8..fab77af2a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.2 \ No newline at end of file +0.8.3 \ No newline at end of file diff --git a/docs/src/kernel/README.md b/docs/src/kernel/README.md index 6dccf237c..d746b40fc 100644 --- a/docs/src/kernel/README.md +++ b/docs/src/kernel/README.md @@ -44,7 +44,7 @@ git clone https://github.com/asterinas/asterinas 2. Run a Docker container as the development environment. ```bash -docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.8.2 +docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.8.3 ``` 3. Inside the container, go to the project folder to build and run Asterinas. diff --git a/docs/src/kernel/intel_tdx.md b/docs/src/kernel/intel_tdx.md index dd948ee48..45924e3ac 100644 --- a/docs/src/kernel/intel_tdx.md +++ b/docs/src/kernel/intel_tdx.md @@ -66,7 +66,7 @@ git clone https://github.com/asterinas/asterinas 2. Run a Docker container as the development environment. ```bash -docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.8.2-tdx +docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.8.3-tdx ``` 3. Inside the container, diff --git a/osdk/Cargo.toml b/osdk/Cargo.toml index 9d69b0c6b..5001dabce 100644 --- a/osdk/Cargo.toml +++ b/osdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-osdk" -version = "0.8.2" +version = "0.8.3" edition = "2021" description = "Accelerate OS development with Asterinas OSDK" license = "MPL-2.0" diff --git a/osdk/test-kernel/Cargo.toml b/osdk/test-kernel/Cargo.toml index 79e40f811..285b9566b 100644 --- a/osdk/test-kernel/Cargo.toml +++ b/osdk/test-kernel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osdk-test-kernel" -version = "0.8.2" +version = "0.8.3" edition = "2021" description = "The OSTD-based kernel for running unit tests with OSDK." license = "MPL-2.0" @@ -9,6 +9,6 @@ repository ="https://github.com/asterinas/asterinas" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ostd = { version = "0.8.2", path = "../../ostd" } +ostd = { version = "0.8.3", path = "../../ostd" } owo-colors = "4.0.0" unwinding = { version = "0.2.2", default-features = false, features = ["fde-gnu-eh-frame-hdr", "hide-trace", "panic", "personality", "unwinder"] } diff --git a/ostd/Cargo.toml b/ostd/Cargo.toml index 7314377ee..cafe33c84 100644 --- a/ostd/Cargo.toml +++ b/ostd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ostd" -version = "0.8.2" +version = "0.8.3" edition = "2021" description = "Rust OS framework that facilitates the development of and innovation in OS kernels" license = "MPL-2.0" @@ -33,8 +33,8 @@ log = "0.4" num = { version = "0.4", default-features = false } num-derive = { version = "0.4", default-features = false } num-traits = { version = "0.2", default-features = false } -ostd-macros = { version = "0.8.2", path = "libs/ostd-macros" } -ostd-test = { version = "0.8.2", path = "libs/ostd-test" } +ostd-macros = { version = "0.8.3", path = "libs/ostd-macros" } +ostd-test = { version = "0.8.3", path = "libs/ostd-test" } owo-colors = { version = "3", optional = true } ostd-pod = { git = "https://github.com/asterinas/ostd-pod", rev = "c4644be", version = "0.1.1" } spin = "0.9.4" diff --git a/ostd/libs/ostd-macros/Cargo.toml b/ostd/libs/ostd-macros/Cargo.toml index 9abc79d87..5c5cebc00 100644 --- a/ostd/libs/ostd-macros/Cargo.toml +++ b/ostd/libs/ostd-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ostd-macros" -version = "0.8.2" +version = "0.8.3" edition = "2021" description = "OSTD's proc macros" license = "MPL-2.0" diff --git a/ostd/libs/ostd-test/Cargo.toml b/ostd/libs/ostd-test/Cargo.toml index 906b27425..9a554d2e2 100644 --- a/ostd/libs/ostd-test/Cargo.toml +++ b/ostd/libs/ostd-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ostd-test" -version = "0.8.2" +version = "0.8.3" edition = "2021" description = "The kernel mode unit testing framework of OSTD" license = "MPL-2.0"