CB-Tumblebug v0.4.12
Pre-release
Pre-release
CB-Tumblebug v0.4.12 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
- (Breaking change) Add delete all default resource feature #942 (deleteAll output becomes list)
- (Breaking change) Remove control action parameters from get mcis #928
- Add feature for connection with geolocation #936
- Enable dynamic MCIS provisioning #879
API
- Swagger UI URL: https://cloud-barista.github.io/cb-tumblebug-api-web/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/v0.4.12/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.11.yaml
cb-tumblebug/main/src/api/rest/docs/v0.4.12.yaml
- git diff
What's Changed
- Update Swagger doc workflow by @jihoon-seo in #914
- Restore shorten connection names to be normal by @seokho-son in #915
- Add KTcloud info by @jihoon-seo in #913
- Prevent Cannot kill container error by @seokho-son in #917
- Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #919
- Change Tencent test zones in test script by @jihoon-seo in #920
- Improve API doc and script examples by @seokho-son in #921
- [Workflow] Update Swagger REST API doc by @cloud-barista-hub in #923
- Add default ns for conf.env by @seokho-son in #924
- Add Swagger doc files to gitignore by @jihoon-seo in #925
- Remove control action parameters from get mcis by @seokho-son in #928
- [Workflow] Update Swagger REST API doc by @cloud-barista-hub in #929
- Expedite LoadCommonResource in parallel by @seokho-son in #930
- [Workflow] Update Swagger REST API doc by @cloud-barista-hub in #931
- Provide total number of clouds to automate registration of connectionConfig by @seokho-son in #932
- [Workflow] Update Swagger REST API doc by @cloud-barista-hub in #933
- Change workflow for Cloud connection info registration by @seokho-son in #934
- [Workflow] Update Swagger REST API doc by @cloud-barista-hub in #935
- Add feature for connection with geolocation by @seokho-son in #936
- [Workflow] Update Swagger REST API doc by @cloud-barista-hub in #937
- Prevent duplicated exec in register cloud script [skip ci] by @seokho-son in #938
- Add support for IBM-VPC by @jihoon-seo in #939
- Add one click init MC Env script by @seokho-son in #940
- Minor update for script usage by @seokho-son in #941
- Add delete all default resource feature by @seokho-son in #942
- [Workflow] Update Swagger REST API doc by @cloud-barista-hub in #943
- Prevent deletion efforts for obj in use by @seokho-son in #944
- Prevent deletion of obj in use by @jihoon-seo in #946
- Update output of DelAllResources func by @seokho-son in #947
- Fix object information for MCIS provisioning by @seokho-son in #949
- Staging v0.4.12 preRelease by @seokho-son in #951
New Contributors
- @cloud-barista-hub made their first contribution in #923
Full Changelog: v0.4.11...v0.4.12