v0.3.8
Integrated or tested with
- cm-model v0.0.13 (To be integrated on the next Damselfly release)
- CM-Honeybee v0.3.4+ (Used always-running server)
- CB-Tumblebug v0.11.9
Breaking Changes ⚠️
- There are significant changes to
cloudmodel
and related API request and response bodies. - This has been reflected in cm-model v0.0.13 and Beetle v0.3.8.
- Significant changes were made in Tumblebug v0.11.9.
- Improved object hierarchy and naming.
- Improved CSP naming convention
- Improved GCP price info
- Improved infra review functionality, and so on
- Reference: https://github.com/cloud-barista/cb-tumblebug/blob/main/docs/migration_guide_0.11.8_to_0.11.9.md
Important
Tumblebug's credentials and utilized CSP information (e.g., spec, image, naming) have changed.
Please follow the steps below carefully:
- Safely delete any previously managed resources.
- Clean Tumblebug and Spider metadata (see
init/cleanDB.sh
). - Initialize Tumblebug and Spider (see
init/init.sh
).
API docs
- Swagger UI URL: https://cloud-barista.github.io/api/?url=https://raw.githubusercontent.com/cloud-barista/cm-beetle/v0.3.8/api/swagger.yaml
How to run and use the CM-Beetle
Note
- (WIP) Beetle v0.4.0: Integration and Testing with Tumblebug, Honeybee, and model
- VM Image and Spec Compatibility in CM-Beetle (Best Efforts)
- Infra Migration Test Status on Beetle
What's Changed
- feat: Upgrade to CB-Tumblebug v0.11.9 and address breaking changes by @yunkon-kim in #196
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #197
Full Changelog: v0.3.7...v0.3.8