mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 12:56:48 +00:00
Bump version to 0.6.1
This commit is contained in:
parent
5eeb728526
commit
defb563541
2
.github/workflows/benchmark_asterinas.yml
vendored
2
.github/workflows/benchmark_asterinas.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
fail-fast: false
|
||||
timeout-minutes: 60
|
||||
container:
|
||||
image: asterinas/asterinas:0.6.0
|
||||
image: asterinas/asterinas:0.6.1
|
||||
options: --device=/dev/kvm
|
||||
env:
|
||||
# Need to set up proxy since the self-hosted CI server is located in China,
|
||||
|
2
.github/workflows/publish_api_docs.yml
vendored
2
.github/workflows/publish_api_docs.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
build_and_upload:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
container: asterinas/asterinas:0.6.0
|
||||
container: asterinas/asterinas:0.6.1
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
2
.github/workflows/publish_osdk.yml
vendored
2
.github/workflows/publish_osdk.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
osdk-publish:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
container: asterinas/asterinas:0.6.0
|
||||
container: asterinas/asterinas:0.6.1
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
2
.github/workflows/publish_website.yml
vendored
2
.github/workflows/publish_website.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
build_and_deploy:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
container: asterinas/asterinas:0.6.0
|
||||
container: asterinas/asterinas:0.6.1
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
2
.github/workflows/push_git_tag.yml
vendored
2
.github/workflows/push_git_tag.yml
vendored
@ -17,4 +17,4 @@ jobs:
|
||||
uses: pxpm/github-tag-action@1.0.1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag: v0.6.0
|
||||
tag: v0.6.1
|
||||
|
12
.github/workflows/test_asterinas.yml
vendored
12
.github/workflows/test_asterinas.yml
vendored
@ -10,9 +10,9 @@ jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
container: asterinas/asterinas:0.6.0
|
||||
container: asterinas/asterinas:0.6.1
|
||||
steps:
|
||||
- run: echo "Running in asterinas/asterinas:0.6.0"
|
||||
- run: echo "Running in asterinas/asterinas:0.6.1"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@ -23,9 +23,9 @@ jobs:
|
||||
unit-test:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
container: asterinas/asterinas:0.6.0
|
||||
container: asterinas/asterinas:0.6.1
|
||||
steps:
|
||||
- run: echo "Running in asterinas/asterinas:0.6.0"
|
||||
- run: echo "Running in asterinas/asterinas:0.6.1"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@ -42,9 +42,9 @@ jobs:
|
||||
integration-test:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
container: asterinas/asterinas:0.6.0
|
||||
container: asterinas/asterinas:0.6.1
|
||||
steps:
|
||||
- run: echo "Running in asterinas/asterinas:0.6.0"
|
||||
- run: echo "Running in asterinas/asterinas:0.6.1"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
2
.github/workflows/test_asterinas_vsock.yml
vendored
2
.github/workflows/test_asterinas_vsock.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
run: |
|
||||
docker run \
|
||||
--privileged --network=host --device=/dev/kvm \
|
||||
-v ./:/root/asterinas asterinas/asterinas:0.6.0 \
|
||||
-v ./:/root/asterinas asterinas/asterinas:0.6.1 \
|
||||
make run AUTO_TEST=vsock ENABLE_KVM=0 SCHEME=microvm RELEASE_MODE=1 &
|
||||
- name: Run Vsock Client on Host
|
||||
id: host_vsock_client
|
||||
|
8
.github/workflows/test_osdk.yml
vendored
8
.github/workflows/test_osdk.yml
vendored
@ -17,9 +17,9 @@ jobs:
|
||||
timeout-minutes: 30
|
||||
strategy:
|
||||
matrix:
|
||||
# asterinas/asterinas:0.6.0 container is the developing container of asterinas,
|
||||
# asterinas/osdk:0.6.0 container is built with the intructions from Asterinas Book
|
||||
container: ['asterinas/asterinas:0.6.0', 'asterinas/osdk:0.6.0']
|
||||
# asterinas/asterinas:0.6.1 container is the developing container of asterinas,
|
||||
# asterinas/osdk:0.6.1 container is built with the intructions from Asterinas Book
|
||||
container: ['asterinas/asterinas:0.6.1', 'asterinas/osdk:0.6.1']
|
||||
container: ${{ matrix.container }}
|
||||
steps:
|
||||
- run: echo "Running in ${{ matrix.container }}"
|
||||
@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- name: Lint
|
||||
id: lint
|
||||
if: matrix.container == 'asterinas/asterinas:0.6.0'
|
||||
if: matrix.container == 'asterinas/asterinas:0.6.1'
|
||||
run: make check_osdk
|
||||
|
||||
# Github's actions/checkout@v4 will result in a new user (not root)
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1071,7 +1071,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
||||
|
||||
[[package]]
|
||||
name = "ostd"
|
||||
version = "0.1.0"
|
||||
version = "0.6.1"
|
||||
dependencies = [
|
||||
"acpi",
|
||||
"align_ext",
|
||||
|
@ -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.6.0
|
||||
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.6.1
|
||||
```
|
||||
|
||||
3. Inside the container, go to the project folder to build and run Asterinas.
|
||||
|
@ -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.6.0
|
||||
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.6.1
|
||||
```
|
||||
|
||||
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 $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.6.0
|
||||
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.6.1
|
||||
```
|
||||
|
||||
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 $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.6.0_tdx
|
||||
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.6.1_tdx
|
||||
```
|
||||
|
||||
3. Inside the container,
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cargo-osdk"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
edition = "2021"
|
||||
description = "Accelerate OS development with Asterinas OSDK"
|
||||
license = "MPL-2.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ostd"
|
||||
version = "0.1.0"
|
||||
version = "0.6.1"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user