Skip to content

Commit

Permalink
bump to version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed May 17, 2024
1 parent 6e4a724 commit 18b5e1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Use `crictl`:
# see https://github.com/kubernetes-sigs/cri-tools/blob/master/cmd/crictl/container.go
# see https://github.com/kubernetes/cri-api/blob/kubernetes-1.27.10/pkg/apis/runtime/v1/api.proto
crictl pull \
ghcr.io/rgl/spin-http-go-example:0.3.0
ghcr.io/rgl/spin-http-go-example:0.3.1
crictl images list
crictl info | jq .config.containerd.runtimes
install -d -m 700 /var/log/cri
Expand All @@ -71,7 +71,7 @@ cat >cri-spin-http-go-example.web.ctr.yml <<'EOF'
metadata:
name: web
image:
image: ghcr.io/rgl/spin-http-go-example:0.3.0
image: ghcr.io/rgl/spin-http-go-example:0.3.1
command:
- /
log_path: web.log
Expand Down Expand Up @@ -104,13 +104,13 @@ Use `ctr`:

```bash
ctr image pull \
ghcr.io/rgl/spin-http-go-example:0.3.0
ghcr.io/rgl/spin-http-go-example:0.3.1
ctr images list
ctr run \
--detach \
--runtime io.containerd.spin.v2 \
--net-host \
ghcr.io/rgl/spin-http-go-example:0.3.0 \
ghcr.io/rgl/spin-http-go-example:0.3.1 \
ctr-spin-http-go-example
ctr sandboxes list # aka pods.
ctr containers list
Expand Down
2 changes: 1 addition & 1 deletion 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-http-go-example"
version = "0.3.0"
version = "0.3.1"
authors = ["Rui Lopes <rgl@ruilopes.com>"]
description = "Example Spin HTTP Application written in Go"

Expand Down

0 comments on commit 18b5e1a

Please sign in to comment.