What's Changed
Flintlock now supports creating microVMs with Cloud Hypervisor in addition to Firecracker 🎉
The default when creating a microVM is still Firecracker. However, you can change this default when starting Flintlock by using the --default-provider flag:
flintlock --default-provider cloudhypervisor
When creating a microVM it will use the default provider, however, you can optionally supply the provider to use in the request.
🚀 Enhancements
- chore(deps): add dependabot bundler by @Skarlso in #647
- feat: cloud-hypervisor support by @richardcase in #609
🐛 Bugs
- chore(deps): update the bundler to new version by @Skarlso in #662
- test: Update network-interface config for e2es by @Callisto13 in #664
📖 Docs
- chore(ref): add examples for dependabot bundler by @Skarlso in #656
- Update the 'bump firecracker' issue template by @Callisto13 in #671
Other Changes
- chore(deps): Bump github.com/urfave/cli/v2 from 2.20.2 to 2.24.3 by @dependabot in #626
- chore(deps): update all the things by @Skarlso in #629
- chore(deps): Bundle dependabot pull requests by @github-actions in #651
- refactor: removed
gw
command by @richardcase in #627 - chore(deps): Bundle dependabot pull requests by @github-actions in #655
- chore(deps): Bundle dependabot pull requests by @github-actions in #663
- Run the integration tests once a week by @Callisto13 in #677
- chore(deps): Bundle dependabot pull requests by @github-actions in #678
- chore(deps): Bundle dependabot pull requests by @github-actions in #682
- chore(deps): Bundle dependabot pull requests by @github-actions in #686
- suspend e2e cron until we have more frequent code changes by @yitsushi in #692
- chore(deps): Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0 by @dependabot in #693
- chore(deps): Bundle dependabot pull requests by @github-actions in #695
- chore(deps): Bundle dependabot pull requests by @github-actions in #704
- chore(deps): Bundle dependabot pull requests by @github-actions in #710
Full Changelog: v0.5.0...v0.6.0