0.7.0 Release
New guide
We released a new guide for building deployers.
Breaking changes
The Makefile
s are no longer in tools repo. If you wish to continue using them, please obtain a copy from click-to-deploy or example repos.
We found that Makefile
s are too prescriptive. We recommend direct use of CLI commands to build and test your deployer. You can still choose to use our Makefile
s for automation.
Release notes
- This release changes partner integration points, but can run against deployers generated from preview versions. All tooling is now packaged in a
dev
container. See here for references. - Continuous testing blocking merging to
master
branch. - Continuous publishing of container images for each merge to
master
branch.