[chore] Bump to 0.5.0
This commit is contained in:
parent
c9c00c92fe
commit
d2eb9e16ff
|
@ -10,9 +10,9 @@ jobs:
|
|||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
container: asterinas/asterinas:0.4.2
|
||||
container: asterinas/asterinas:0.5.0
|
||||
steps:
|
||||
- run: echo "Running in asterinas/asterinas:0.4.2"
|
||||
- run: echo "Running in asterinas/asterinas:0.5.0"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
@ -23,9 +23,9 @@ jobs:
|
|||
unit-test:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
container: asterinas/asterinas:0.4.2
|
||||
container: asterinas/asterinas:0.5.0
|
||||
steps:
|
||||
- run: echo "Running in asterinas/asterinas:0.4.2"
|
||||
- run: echo "Running in asterinas/asterinas:0.5.0"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
@ -42,9 +42,9 @@ jobs:
|
|||
integration-test:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
container: asterinas/asterinas:0.4.2
|
||||
container: asterinas/asterinas:0.5.0
|
||||
steps:
|
||||
- run: echo "Running in asterinas/asterinas:0.4.2"
|
||||
- run: echo "Running in asterinas/asterinas:0.5.0"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
osdk-publish:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
container: asterinas/asterinas:0.4.2
|
||||
container: asterinas/asterinas:0.5.0
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
|
@ -15,9 +15,9 @@ jobs:
|
|||
osdk-test:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
container: asterinas/asterinas:0.4.2
|
||||
container: asterinas/asterinas:0.5.0
|
||||
steps:
|
||||
- run: echo "Running in asterinas/asterinas:0.4.2"
|
||||
- run: echo "Running in asterinas/asterinas:0.5.0"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
@ -37,9 +37,9 @@ jobs:
|
|||
osdk-doc-env-test:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
container: asterinas/osdk:0.4.2
|
||||
container: asterinas/osdk:0.5.0
|
||||
steps:
|
||||
- run: echo "Running in asterinas/osdk:0.4.2"
|
||||
- run: echo "Running in asterinas/osdk:0.5.0"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
build_and_upload:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
container: asterinas/asterinas:0.4.2
|
||||
container: asterinas/asterinas:0.5.0
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
build_and_deploy:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
container: asterinas/asterinas:0.4.2
|
||||
container: asterinas/asterinas:0.5.0
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Run Vsock Client and Server on Guest
|
||||
id: guest_vsock_client_server
|
||||
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 &
|
||||
- name: Run Vsock Client on Host
|
||||
id: host_vsock_client
|
||||
|
|
|
@ -51,7 +51,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 ./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.
|
||||
|
|
|
@ -48,7 +48,7 @@ git clone https://github.com/asterinas/asterinas
|
|||
2. 运行一个作为开发环境的Docker容器。
|
||||
|
||||
```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. 在容器内,进入项目文件夹构建并运行星绽。
|
||||
|
|
|
@ -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 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.
|
||||
|
|
|
@ -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 ./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,
|
||||
|
|
|
@ -122,7 +122,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cargo-osdk"
|
||||
version = "0.4.2"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"assert_cmd",
|
||||
"clap",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "cargo-osdk"
|
||||
version = "0.4.2"
|
||||
version = "0.5.0"
|
||||
edition = "2021"
|
||||
description = "Accelerate OS development with Asterinas OSDK"
|
||||
license = "MPL-2.0"
|
||||
|
|
Loading…
Reference in New Issue