Skip to content

Commit

Permalink
Merge pull request #370 from Mossaka/bump-version-0.4
Browse files Browse the repository at this point in the history
chore: bump versions of the containerd-shim-wasm to `0.4` and shims to `0.3`
  • Loading branch information
Mossaka committed Oct 30, 2023
2 parents 14c1d00 + 65d7951 commit 5788ced
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 24 deletions.
47 changes: 28 additions & 19 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.2.0"
version = "0.3.0"
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/containerd/runwasi"
Expand All @@ -22,7 +22,7 @@ homepage = "https://github.com/containerd/runwasi"
anyhow = "1.0"
cap-std = "1.0"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
containerd-shim = "0.5.0"
containerd-shim = "0.6.0"
containerd-shim-wasm = { path = "crates/containerd-shim-wasm" }
containerd-shim-wasm-test-modules = { path = "crates/containerd-shim-wasm-test-modules" }
crossbeam = { version = "0.8.2", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,10 @@ bin/kind: test/k8s/Dockerfile
# Using cross with no target defaults to <arch>-unknown-linux-musl, which creates a static binary.
test/k8s/_out/img-%: override CARGO=cross TARGET= TARGET_DIR=
test/k8s/_out/img-%: test/k8s/Dockerfile dist-%
mkdir -p $(@D) && $(DOCKER_BUILD) -f test/k8s/Dockerfile --build-arg="RUNTIME=$*" --iidfile=$(@) --load .
mkdir -p $(@D) && $(DOCKER_BUILD) -f test/k8s/Dockerfile --build-arg="RUNTIME=$*" --iidfile=$(@) --load .

test/k8s/_out/img-oci-%: test/k8s/Dockerfile.oci dist-%
mkdir -p $(@D) && $(DOCKER_BUILD) -f test/k8s/Dockerfile.oci --build-arg="RUNTIME=$*" --iidfile=$(@) --load .
mkdir -p $(@D) && $(DOCKER_BUILD) -f test/k8s/Dockerfile.oci --build-arg="RUNTIME=$*" --iidfile=$(@) --load .

.PHONY: test/nginx
test/nginx:
Expand Down
2 changes: 1 addition & 1 deletion crates/containerd-shim-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "containerd-shim-wasm"
description = "Library for building containerd shims for wasm"
version = "0.3.0"
version = "0.4.0"
edition.workspace = true
license.workspace = true
readme = "README.md"
Expand Down

0 comments on commit 5788ced

Please sign in to comment.