v0.6.0
Changes:
- Major changes: Javascript scripting!
- Updated config-wasm to parse legacy and scripting yaml files
- New binary pewpew-config-updater will attempt to convert legacy config yamls to the new version. If it can't convert the code it will leave in PLACEHOLDERS and TODO
- Known issues in the config-updater:
- Expressions in vars will not wrap environment variables in the expected
${e:VAR}
- vars in
logs
andprovides
will not have the prepended_v.
before the var name.