Skip to content

Commit

Permalink
Merge pull request #34 from spinkube/bump-0.12.0
Browse files Browse the repository at this point in the history
chore(*): bump version to v0.12.0
  • Loading branch information
kate-goldenring authored Mar 11, 2024
2 parents 1f8c36a + 50a7b08 commit deaddeb
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.10.0"
version = "0.12.0"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions containerd-shim-spin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "containerd-shim-spin-v2"
version = "0.10.0"
authors = ["DeisLabs Engineering Team"]
version = "0.12.0"
authors = ["SpinKube Engineering Team"]
edition = "2021"
repository = 'https://github.com/spinkube/containerd-shim-spin'
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion containerd-shim-spin/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Before you begin, you need to have the following installed:
Start a k3d cluster with the wasm shims already installed:

```bash
k3d cluster create wasm-cluster --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.10.0 -p "8081:80@loadbalancer" --agents 2 --registry-create mycluster-registry:12345
k3d cluster create wasm-cluster --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.12.0 -p "8081:80@loadbalancer" --agents 2 --registry-create mycluster-registry:12345
```

Apply RuntimeClass for spin applications to use the spin wasm shim:
Expand Down
2 changes: 1 addition & 1 deletion deployments/k3d/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ tree .
## How to run the example
The shell script below will create a k3d cluster locally with the Spin shim installed and containerd configured. The script then applies the runtime classes for the shim and an example service and deployment. Finally, we curl the `/hello` and receive a response from the example workload.
```shell
k3d cluster create wasm-cluster --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.10.0 -p "8081:80@loadbalancer" --agents 2
k3d cluster create wasm-cluster --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.12.0 -p "8081:80@loadbalancer" --agents 2
kubectl apply -f https://github.com/spinkube/containerd-shim-spin/raw/main/deployments/workloads/runtime.yaml
kubectl apply -f https://github.com/spinkube/containerd-shim-spin/raw/main/deployments/workloads/workload.yaml
echo "waiting 5 seconds for workload to be ready"
Expand Down
2 changes: 1 addition & 1 deletion deployments/workloads/workload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
runtimeClassName: wasmtime-spin
containers:
- name: spin-hello
image: ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.10.0
image: ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.12.0
command: ["/"]
resources: # limit the resources to 128Mi of memory and 100m of CPU
limits:
Expand Down
2 changes: 1 addition & 1 deletion images/spin-dapr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sudo mv ./spin /usr/local/bin/
### Run example with K3d:
```sh
# start the K3d cluster
k3d cluster create wasm-cluster --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.10.0 -p "8081:80@loadbalancer"
k3d cluster create wasm-cluster --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.12.0 -p "8081:80@loadbalancer"
# Install Dapr
dapr init -k --wait
# or via helm
Expand Down
2 changes: 1 addition & 1 deletion images/spin-inbound-redis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spin-inbound-redis"
version = "0.10.0"
version = "0.12.0"
authors = ["Suneet Nangia <[email protected]>"]
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions images/spin-keyvalue/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "spin-keyvalue"
version = "0.9.3"
authors = ["DeisLabs Engineering Team"]
version = "0.12.0"
authors = ["SpinKube Engineering Team"]
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion images/spin-keyvalue/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spin_manifest_version = 2

[application]
name = "spin-hello"
authors = ["Kate Goldenring <[email protected]>", "DeisLabs Engineering Team"]
authors = ["Kate Goldenring <[email protected]>", "SpinKube Engineering Team"]
description = "hello"
version = "0.1.0"

Expand Down
4 changes: 2 additions & 2 deletions images/spin-outbound-redis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "spin-outbound-redis"
version = "0.10.0"
authors = ["DeisLabs Engineering Team"]
version = "0.12.0"
authors = ["SpinKube Engineering Team"]
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion images/spin-outbound-redis/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["DeisLabs Engineering Team"]
authors = ["SpinKube Engineering Team"]
name = "spin-outbound-redis"
version = "1.0.0"

Expand Down
4 changes: 2 additions & 2 deletions images/spin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "spin-rust-hello"
version = "0.10.0"
authors = ["DeisLabs Engineering Team"]
version = "0.12.0"
authors = ["SpinKube Engineering Team"]
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion images/spin/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["DeisLabs Engineering Team"]
authors = ["SpinKube Engineering Team"]
description = "A simple spin hello world"
name = "spin-hello"
version = "1.0.0"
Expand Down

0 comments on commit deaddeb

Please sign in to comment.