[chore] Bump to 0.5.0

This commit is contained in:
Zhang Junyang
2024-06-21 01:20:57 +00:00
committed by Tate, Hongliang Tian
parent c9c00c92fe
commit d2eb9e16ff
13 changed files with 21 additions and 21 deletions

View File

@ -10,9 +10,9 @@ jobs:
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 15 timeout-minutes: 15
container: asterinas/asterinas:0.4.2 container: asterinas/asterinas:0.5.0
steps: steps:
- run: echo "Running in asterinas/asterinas:0.4.2" - run: echo "Running in asterinas/asterinas:0.5.0"
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -23,9 +23,9 @@ jobs:
unit-test: unit-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 15 timeout-minutes: 15
container: asterinas/asterinas:0.4.2 container: asterinas/asterinas:0.5.0
steps: steps:
- run: echo "Running in asterinas/asterinas:0.4.2" - run: echo "Running in asterinas/asterinas:0.5.0"
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -42,9 +42,9 @@ jobs:
integration-test: integration-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 30 timeout-minutes: 30
container: asterinas/asterinas:0.4.2 container: asterinas/asterinas:0.5.0
steps: steps:
- run: echo "Running in asterinas/asterinas:0.4.2" - run: echo "Running in asterinas/asterinas:0.5.0"
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@ -15,7 +15,7 @@ jobs:
osdk-publish: osdk-publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 10 timeout-minutes: 10
container: asterinas/asterinas:0.4.2 container: asterinas/asterinas:0.5.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@ -15,9 +15,9 @@ jobs:
osdk-test: osdk-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 30 timeout-minutes: 30
container: asterinas/asterinas:0.4.2 container: asterinas/asterinas:0.5.0
steps: steps:
- run: echo "Running in asterinas/asterinas:0.4.2" - run: echo "Running in asterinas/asterinas:0.5.0"
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -37,9 +37,9 @@ jobs:
osdk-doc-env-test: osdk-doc-env-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 15 timeout-minutes: 15
container: asterinas/osdk:0.4.2 container: asterinas/osdk:0.5.0
steps: steps:
- run: echo "Running in asterinas/osdk:0.4.2" - run: echo "Running in asterinas/osdk:0.5.0"
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@ -16,7 +16,7 @@ jobs:
build_and_upload: build_and_upload:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 15 timeout-minutes: 15
container: asterinas/asterinas:0.4.2 container: asterinas/asterinas:0.5.0
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -16,7 +16,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.4.2 container: asterinas/asterinas:0.5.0
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:

View File

@ -20,7 +20,7 @@ jobs:
- name: Run Vsock Client and Server on Guest - name: Run Vsock Client and Server on Guest
id: guest_vsock_client_server id: guest_vsock_client_server
run: | run: |
docker run --privileged --network=host --device=/dev/kvm -v ./:/root/asterinas asterinas/asterinas:0.4.2 \ docker run --privileged --network=host --device=/dev/kvm -v ./:/root/asterinas asterinas/asterinas:0.5.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

@ -51,7 +51,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 ./asterinas:/root/asterinas asterinas/asterinas:0.4.2 docker run -it --privileged --network=host --device=/dev/kvm -v ./asterinas:/root/asterinas asterinas/asterinas:0.5.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

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

View File

@ -1 +1 @@
0.4.2 0.5.0

View File

@ -44,7 +44,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 asterinas:/root/asterinas asterinas/asterinas:0.4.2 docker run -it --privileged --network=host --device=/dev/kvm -v asterinas:/root/asterinas asterinas/asterinas:0.5.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 ./asterinas:/root/asterinas asterinas/asterinas:0.4.2_tdx docker run -it --privileged --network=host --device=/dev/kvm -v ./asterinas:/root/asterinas asterinas/asterinas:0.5.0_tdx
``` ```
3. Inside the container, 3. Inside the container,

2
osdk/Cargo.lock generated
View File

@ -122,7 +122,7 @@ dependencies = [
[[package]] [[package]]
name = "cargo-osdk" name = "cargo-osdk"
version = "0.4.2" version = "0.5.0"
dependencies = [ dependencies = [
"assert_cmd", "assert_cmd",
"clap", "clap",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "cargo-osdk" name = "cargo-osdk"
version = "0.4.2" version = "0.5.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"