CB-Tumblebug v0.4.13
Pre-release
Pre-release
CB-Tumblebug v0.4.13 which works with following pre-releases
Tested with
- CB-Spider (https://github.com/cloud-barista/cb-spider/releases/tag/v0.4.13)
- CB-Dragonfly (https://github.com/cloud-barista/cb-dragonfly/releases/tag/v0.4.3)
Note
- Hotfix: Fix typo in REST API path & Swagger docs
- Swagger doc: Change API category name
- Swagger doc: Rename API group tags
API
- Swagger UI URL: https://cloud-barista.github.io/cb-tumblebug-api-web/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/v0.4.13/src/api/rest/docs/swagger.yaml
- Trace for API changes: diff between two API doc files like
- git diff
cb-tumblebug/main/src/api/rest/docs/v0.4.12.yaml
cb-tumblebug/main/src/api/rest/docs/v0.4.13.yaml
- git diff
What's Changed
- Fix API typo and tags by @seokho-son in #952
- [Workflow] Update Swagger REST API doc by @cloud-barista-hub in #954
- Staging v0.4.13 [skip ci] by @seokho-son in #955
Full Changelog: v0.4.12...v0.4.13