v1.3.0
Install / Update
curl -fsSL https://workers.wasmlabs.dev/install | bash
Features
- feat: allow git remote repositories (https) as project locations by @Angelmmiguel in #152
- feat: add the management API (readonly). Generate the OpenAPI spec by @Angelmmiguel in #154
- feat: reuse a git repository when it was previously cloned by @Angelmmiguel in #158
- feat: add the initial administration panel by @Angelmmiguel in #156
Fixes
- fix: install openssl@3 when building wws in actions by @Angelmmiguel in #164
Others
- refactor: rename the runtimes-manager crate to project by @Angelmmiguel in #150
- docs: use remote repos in examples and docs. Add a README.md to examples by @Angelmmiguel in #160
- bump: upgrade all rust dependencies by @Angelmmiguel in #161
- bump: upgrade wasmtime to 10.0.0 by @Angelmmiguel in #162
- bump: upgrade wasmtime to 10.0.1 by @Angelmmiguel in #163
Container
docker pull ghcr.io/vmware-labs/wws:v1.3.0
# Or
podman pull ghcr.io/vmware-labs/wws:v1.3.0
Full Changelog: v1.2.0...v1.3.0