solo-io / wasm

Web Assembly tools and SDKs for extending cloud-native infrastructure
Apache License 2.0
305 stars 39 forks source link

Bump to k8s 18.x #164

Closed arianaw66 closed 3 years ago

arianaw66 commented 3 years ago

This was blocked by a cyclic dependency between wasme and gloo that was making it impossible to bump the solo-kit version in either. Thus, wasme was split into 2 submodules, one that depends on gloo, and one that gloo depends on: https://github.com/solo-io/wasme/pull/171 (previously https://github.com/solo-io/wasme/pull/166).

The old-k8s1.18bump-initial-work branch now has my initial work on this. It's from before the split to break the cyclic dependency and is very rough, but hopefully it'll be a helpful reference.