v1.5.0
The main change in this release is that we've adjusted the way Concierge logs when running commands that are expected to fail (like checking if a system is already bootstrapped). Many users were confused seeing error messages that were raw errors from the processes being called, but expected non-errors from Concierge's point of view. Those are now only displayed if you've increased the logging level.
What's Changed
- feat: drop logs to trace if an error is expected in #173
- test: expect provider-microk8s to time out on concierge prepare in #174
- ci: add a dependabot cooldown in #180
Full Changelog: v1.4.3...v1.5.0