Skip to content

Releases: solo-io/wasm

v0.0.33

31 Mar 14:28
0df5f1e
Compare
Choose a tag to compare

New Features

  • Add support for cpp, assemblyscript, rust and tinygo filters in Istio 1.9.x (#239)
  • Merge required istio sidecar annotations into user custom annotations
  • Add istiod deployment name support in wasme deploy istio command (#245)
  • Add a feature to configure EnvoyFilter.PatchContext at the time of deployment. (#115)

Dependency Bumps

  • tinygo-org/tinygo has been upgraded to v0.17.0.

v0.0.32

07 Dec 15:55
3b2afd8
Compare
Choose a tag to compare

New Features

  • When using the ee-builder container, wasme will now pass in the http_proxy, https_proxy, no_proxy, and GOPROXY environment variables.

v0.0.31

12 Nov 19:52
5007164
Compare
Choose a tag to compare
support lazy-loading cache (#221)

* support just-in-time cache image pulls
* add logging
* remove unused
* ch
* fix artifact locaiton

v0.0.30

30 Oct 00:09
495e291
Compare
Choose a tag to compare

Fixes

  • Fix bug with AssemblyScript filters not being generated with metadata marking them as compatible with Istio 1.7 (#216)

v0.0.29

29 Oct 20:57
5aeb9fb
Compare
Choose a tag to compare

New Features

  • Add wasme support for Gloo 1.6.x for cpp, as, rust, tinygo (#211)
  • Support Assemblyscript init with Gloo 1.5 (#143)
  • Add support for cpp, assemblyscript, rust and tinygo filters in Istio 1.8.x (#209)

v0.0.28

21 Oct 15:45
dc2174e
Compare
Choose a tag to compare
Fix cache overshoot (#200)

* count by hostname

* changelog

v0.0.27-patch1

12 Oct 21:32
07d5303
Compare
Choose a tag to compare
semver (#198)

v0.0.27.1

12 Oct 15:47
6ccdcc2
Compare
Choose a tag to compare
v0.0.27.1 Pre-release
Pre-release
fix gh binaries (#197)

* fix gh binaries

v0.0.27

12 Oct 14:14
96d8dcc
Compare
Choose a tag to compare
v0.0.27 Pre-release
Pre-release

New Features

  • Add support for c++ filters in Istio 1.7.x (#145)
  • Adds a --ignore-version-check flag to allow using wasme to deploy an image to an unsupported platform/version combo. (#68)
  • Add support for rust filters in Istio 1.5.x-1.7.x (#184)
  • Add pod man support, using the WASME_USE_PODMAN environment variable. (#165)
  • Add support for deploying to StatfulSet as a workload type (#165)

Fixes

  • Update the proxy wasm cpp sdk to the latest to work with the latestenvoy v1.16.x based envoy-wasm build. (Used by Gloo 1.5.x) (#177)
  • Fix a bug in the install script caused by the repo rename. (#174)

v0.0.26

17 Aug 16:17
45deeb3
Compare
Choose a tag to compare

Fixes

  • Fixes issue deploying operator where it tried to use dev tag instead of release tag. (#158)