Skip to content

Commit 0429961

Browse files
authored
chore: Release Candidate 6 (#245)
Signed-off-by: Lucas Fontes <lucas@cosmonic.com>
1 parent 0ec9f5f commit 0429961

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ members = [
2121
package.authors = ["The wasmCloud Team"]
2222
package.edition = "2024"
2323
package.rust-version = "1.91.0"
24-
package.version = "2.0.0-rc.5"
24+
package.version = "2.0.0-rc.6"
2525

2626
[workspace.lints.rust]
2727
warnings = 'deny' # Treat all warnings as errors
@@ -161,7 +161,7 @@ wasm-pkg-core = { version = "0.10.0", default-features = false }
161161
wasm-metadata = { version = "0.239.0", default-features = false, features = ["oci"] }
162162
wasmcloud = { path = "crates/wasmcloud", default-features = false }
163163
wasmtime = { version = "38", default-features = false }
164-
wasmtime-wasi = { version = "2.0.0-rc.5", package = "wash-wasi", path = "crates/wasi", default-features = false }
164+
wasmtime-wasi = { package = "wash-wasi", path = "crates/wasi", default-features = false }
165165
wasmtime-wasi-io = { version = "38", default-features = false }
166166
wasmtime-wasi-http = { version = "38", default-features = false }
167167
which = { version = "6.0.3", default-features = false }

charts/runtime-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ runtime:
6868
registry: ghcr.io
6969
repository: wasmcloud/wash
7070
pull_policy: Always
71-
tag: "2.0.0-rc.5"
71+
tag: "2.0.0-rc.6"
7272
hostGroups:
7373
- name: default
7474
replicas: 1

runtime-operator/config/samples/blobby.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
- incoming-handler
1414
config:
1515
# public dns alias for 127.0.0.1
16-
host: blobby.localhost.direct:8000
16+
host: blobby.localhost.direct
1717
- namespace: wasi
1818
package: blobstore
1919
version: 0.2.0-draft

0 commit comments

Comments
 (0)