solo-io / wasm

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

Add filter load step before testing real filter + refactor release flow #148

Closed Sodman closed 4 years ago

Sodman commented 4 years ago

After we write the CRD and the wasm image cache is hydrated, write it again now that the image is in the cache. Seems to help a lot with the current cache race condition.

Separately, move the Github action workflow controlling releases into its own action.