Skip to content

Commit dcf7e10

Browse files
plattenenarxbot
authored andcommitted
chore(release): release v0.6.2
Signed-off-by: Paul Pietkiewicz <[email protected]>
1 parent 348b40a commit dcf7e10

File tree

9 files changed

+24
-24
lines changed

9 files changed

+24
-24
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "enarx"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
description = "Tools for deploying WebAssembly into Enarx Keeps"
66
authors = ["The Enarx Project Developers"]
@@ -28,7 +28,7 @@ clap = { version = "3.1", features = ["env", "derive", "std"], default-features
2828
colorful = { version = "0.2", default-features = false }
2929
dirs = { version = "4.0", default-features = false }
3030
drawbridge-client = { version = "0.2.0", default-features = false }
31-
enarx-exec-wasmtime = { version = "0.6.1", path = "crates/exec-wasmtime", default-features = false }
31+
enarx-exec-wasmtime = { version = "0.6.2", path = "crates/exec-wasmtime", default-features = false }
3232
enarx-config = { version = "0.6", path = "crates/enarx-config", default-features = false }
3333
env_logger = { version = "0.9", default-features = false }
3434
keyring = { version = "1.1.2", default-features = false }
@@ -59,7 +59,7 @@ nbytes = { version = "0.1", default-features = false }
5959
primordial = { version = "0.5", features = ["alloc"], default-features = false }
6060
protobuf = { version = "2.22", default-features = false }
6161
rand = { version = "0.8", features = ["std", "std_rng"], default-features = false }
62-
sallyport = { version = "0.6.1", path = "crates/sallyport", default-features = false }
62+
sallyport = { version = "0.6.2", path = "crates/sallyport", default-features = false }
6363
semver = { version = "1.0", default-features = false }
6464
sgx = { version = "0.5.0", features = ["rcrypto"], default-features = false }
6565
static_assertions = { version = "1.1.0", default-features = false }
@@ -68,9 +68,9 @@ vdso = { version = "0.2", default-features = false }
6868
x86_64 = { version = "0.14.9", default-features = false }
6969

7070
# binary dependencies
71-
enarx-exec-wasmtime = { version = "0.6.1", path = "crates/exec-wasmtime", artifact = "bin", target = "x86_64-unknown-linux-musl", default-features = false }
72-
enarx-shim-kvm = { version = "0.6.1", path = "crates/shim-kvm", artifact = "bin", target = "x86_64-unknown-none", default-features = false }
73-
enarx-shim-sgx = { version = "0.6.1", path = "crates/shim-sgx", artifact = "bin", target = "x86_64-unknown-none", default-features = false }
71+
enarx-exec-wasmtime = { version = "0.6.2", path = "crates/exec-wasmtime", artifact = "bin", target = "x86_64-unknown-linux-musl", default-features = false }
72+
enarx-shim-kvm = { version = "0.6.2", path = "crates/shim-kvm", artifact = "bin", target = "x86_64-unknown-none", default-features = false }
73+
enarx-shim-sgx = { version = "0.6.2", path = "crates/shim-sgx", artifact = "bin", target = "x86_64-unknown-none", default-features = false }
7474

7575
[build-dependencies]
7676
protobuf-codegen-pure = { version = "2.27", default-features = false }

crates/enarx-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "enarx-config"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
description = "Configuration for a WASI application in an Enarx Keep"
66
authors = ["The Enarx Project Developers"]

crates/exec-wasmtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "enarx-exec-wasmtime"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
description = "Enarx WebAssembly Loader"
66
authors = ["The Enarx Project Developers"]

crates/sallyport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sallyport"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
description = "API for the Enarx hypervisor-microkernel boundary"
66
authors = ["The Enarx Project Developers"]

crates/shim-kvm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "enarx-shim-kvm"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
description = "Enarx KVM shim"
66
authors = ["The Enarx Project Developers"]
@@ -23,7 +23,7 @@ nbytes = { version = "0.1", default-features = false }
2323
noted = { version = "1.0.0", default-features = false }
2424
primordial = { version = "0.5", default-features = false }
2525
rcrt1 = { version = "2.4.0", default-features = false }
26-
sallyport = { version = "0.6.1", path = "../sallyport", default-features = false }
26+
sallyport = { version = "0.6.2", path = "../sallyport", default-features = false }
2727
spinning = { version = "0.1", default-features = false }
2828
x86_64 = { version = "0.14.9", features = ["instructions", "inline_asm"], default-features = false }
2929
xsave = { version = "2.0.2", default-features = false }

crates/shim-sgx/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "enarx-shim-sgx"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
description = "Enarx SGX shim"
66
authors = ["The Enarx Project Developers"]
@@ -20,7 +20,7 @@ mmledger = { version = "0.3.0", default-features = false }
2020
noted = { version = "1.0.0", default-features = false }
2121
primordial = { version = "0.5.0", features = ["const-default"], default-features = false }
2222
rcrt1 = { version = "2.4.0", default-features = false }
23-
sallyport = { version = "0.6.1", path = "../sallyport", default-features = false }
23+
sallyport = { version = "0.6.2", path = "../sallyport", default-features = false }
2424
sgx = { version = "0.5.0", default-features = false }
2525
spinning = { version = "0.1", default-features = false }
2626
x86_64 = { version = "0.14.9", default-features = false }

docs/Install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,20 +211,20 @@ $ cargo install --locked --bin enarx --path ./
211211

212212
:::note
213213

214-
Rust version nightly-2022-07-19 is required when installing Enarx 0.6.1 from crates.io.
214+
Rust version nightly-2022-07-19 is required when installing Enarx 0.6.2 from crates.io.
215215

216216
:::
217217

218218
For installing Enarx from crates.io on X86_64 Linux please run:
219219
```sh:crates;
220220
$ rustup toolchain install nightly-2022-07-19 -t x86_64-unknown-linux-musl,x86_64-unknown-linux-gnu,x86_64-unknown-none
221-
$ CARGO_TARGET_X86_64_UNKNOWN_NONE_RUSTFLAGS="-C linker=gcc" cargo +nightly-2022-07-19 -Z bindeps install --locked --bin enarx --version 0.6.1 -- enarx
221+
$ CARGO_TARGET_X86_64_UNKNOWN_NONE_RUSTFLAGS="-C linker=gcc" cargo +nightly-2022-07-19 -Z bindeps install --locked --bin enarx --version 0.6.2 -- enarx
222222
```
223223

224224
For installing Enarx from crates.io on non-x86_64 Linux please run:
225225
```console
226226
$ rustup toolchain install nightly-2022-07-19
227-
$ cargo +nightly-2022-07-19 -Z bindeps install --locked --bin enarx --version 0.6.1 -- enarx
227+
$ cargo +nightly-2022-07-19 -Z bindeps install --locked --bin enarx --version 0.6.2 -- enarx
228228
```
229229

230230
### Install from Nix

docs/Quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ There are two ways to install Enarx on macOS, either downloading the binary or u
4747

4848
To download and install the macOS binary, enter in the macOS terminal the following commands:
4949

50-
`curl -L https://github.com/enarx/enarx/releases/download/v0.6.1/enarx-universal-darwin --output enarx`
50+
`curl -L https://github.com/enarx/enarx/releases/download/v0.6.2/enarx-universal-darwin --output enarx`
5151

5252
`sudo install -m 755 enarx /usr/local/bin/enarx`
5353

@@ -84,7 +84,7 @@ To install Enarx on Linux, you can download the Enarx binary. For `X86_64` archi
8484

8585
Download the appropriate Enarx binary (in the case below, we are downloading for `X86_64`):
8686

87-
`wget https://github.com/enarx/enarx/releases/download/v0.6.1/enarx-x86_64-unknown-linux-musl`
87+
`wget https://github.com/enarx/enarx/releases/download/v0.6.2/enarx-x86_64-unknown-linux-musl`
8888

8989
![linux wget](/img/install/linux_wget.png)
9090

0 commit comments

Comments
 (0)