requirements: update craft-providers to 1.8.0 #206
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update craft-providers to 1.8.0.
The main value-add for rockcraft users is the auto-cleaning of instances that are interrupted during setup.
Changelog
1.8.0 (2023-03-01)
complete setup and auto-clean is enabled, the instance will be cleaned and recreated.
setup
to instance configuration to track set up statusbase-v0
tobase-v1
remote server to retrieve images from using the
RemoteImage
class.configure_buildd_image_remote()
.Usage of this function should be replaced with RemoteImage's
add_remote()
.setup_instance_config()
toupdate_compatibility_tag()
_run_lxc()
parametercheck=True
use_base_instance
parameter when launching LXD instances from LXDProvider