Skip to content

Commit

Permalink
v0.4.0 (#10)
Browse files Browse the repository at this point in the history
* v0.4.0

* Use docker.io image tag for builder image

The builder image is built locally from the repo rather than pulled in the typical case, but it should have a consistent tag anyway
  • Loading branch information
bakennedy committed Jul 10, 2023
1 parent 84d0ff5 commit b68c022
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/istio/publish_wasmhub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SOURCE="$BASE_DIR/moesif-wasm"
OUTPUT="$SOURCE/target/wasm32-wasi/$BUILD_VARIANT"

# Docker image names
TAG_BUILD=moesiftest.azurecr.io/moesif-envoy-wasm-plugin-builder:latest
TAG_BUILD=docker.io/moesif/moesif-envoy-wasm-plugin-builder:latest
TAG_ARTIFACT=webassemblyhub.io/brian_moesif/moesif_envoy_wasm_plugin

# Create the build environment for the plugin
Expand Down
2 changes: 1 addition & 1 deletion moesif-wasm/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 moesif-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moesif_envoy_wasm_plugin"
version = "0.3.0"
version = "0.4.0"
edition = "2018"

[lib]
Expand Down

0 comments on commit b68c022

Please sign in to comment.