specmesh / specmesh-build

https://specmesh.io/
Apache License 2.0
13 stars 5 forks source link

Evolvable `Provisioner` api #340

Closed big-andy-coates closed 2 months ago

big-andy-coates commented 2 months ago

BREAKING CHANGE: Provision and Provisioner types changes are not backwards compatible, depending on usage. Command line should not have changed.

Previous design didn't allow for new versions to accept new parameters to be provided. Using a builder factory makes the api more evolvable.