Last week we showed a demo of Wadm working. As usual there has been a lot of activity in the Wadm repo. 0.4.0-alpha.2 includes a few fixes to allow manifests to be less verbose
We are working on fixing a few things around status, scaling and algorithms.
We're also running e2e tests and updating docs. Thank you to the community for the support.
0.4 release will come after these fixes.
You can run Wadm in any style - release page shows we have the archs in there - raw binary. Then in terms of packages we have a docker image, also. Canary and release tags included.
Recommend running Wadm through wash app support - recently merged. wash v0.18.0-alpha.1 will be released soon for testing
wash has been around for a couple of years and has many breaking changes, We've seen feedback that the subcommands feel complex - wash control, git inventory, guest ID etc - there are a lot of poor subcommand-nested items,
Subcommands are not properly contextualized. To resolve this, we put together a short RFC around reworking the command structure.
This doesn't change the use of wash but we now have organization around main responsibilities - generate, build, deploy, interact; bootstrapping + managing settings; wasmCloud cache etc,