CB-Tumblebug v0.5.1
Pre-release
Pre-release
Works with
- CB-Spider (https://github.com/cloud-barista/cb-spider/releases/tag/v0.5.3)
- CB-Dragonfly (https://github.com/cloud-barista/cb-dragonfly/releases/tag/v0.5.0)
Note
- Add RootDiskType, RootDiskSize handling feature
- Add Cloud Adaptive Network configuration
- Support Xonotic server configuration
- Initial codes to register existing CSP VM, SSHKey, vNet, SG
- Graceful shutdown
API
- Swagger UI URL: https://cloud-barista.github.io/cb-tumblebug-api-web/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/v0.5.1/src/api/rest/docs/swagger.yaml
- Trace for API changes: diff between two API doc files like
git diff https://github.com/cloud-barista/cb-tumblebug/blob/v0.5.0/src/api/rest/docs/swagger.yaml https://github.com/cloud-barista/cb-tumblebug/blob/v0.5.1/src/api/rest/docs/swagger.yaml
What's Changed
- Add usecase for FPS Game Xonotic by @seokho-son in #1006
- Bump docker/login-action from 1.10.0 to 1.12.0 by @dependabot in #1005
- Fix deploy-fps-game for background mode by @seokho-son in #1007
- Add scripts for FPS game usecase by @seokho-son in #1008
- Fix wrong switched scripts by @seokho-son in #1009
- Support Xonotic server configuration by @seokho-son in #1010
- Fix response message for MCIS terminate by @seokho-son in #1014
- Update 'registerExistingSG' function by @jihoon-seo in #1015
- Bump docker/build-push-action from 2.7.0 to 2.8.0 by @dependabot in #1017
- Add
registerExistingSSHKeyfeature by @jihoon-seo in #1016 - Enhance
registerExistingVNetfeature by @jihoon-seo in #1018 - Enhance
registerExisting SG/SSHKeyfeature by @jihoon-seo in #1019 - Add comments for required params for register by @seokho-son in #1020
- [Workflow] Update Swagger REST API doc by @cloud-barista-hub in #1021
- Add
UpdateSshKeyfeature by @jihoon-seo in #1023 - Bump docker/build-push-action from 2.8.0 to 2.9.0 by @dependabot in #1024
- Organize REST API server Go files by @jihoon-seo in #1026
- Unspecify GitHub Actions' versions by @jihoon-seo in #1029
- Fix GitHub workflows by @jihoon-seo in #1030
- Add script for remote copy file to MCIS VMs by @seokho-son in #1031
- Update Swagger serving URL by @jihoon-seo in #1032
- [Workflow] Update Swagger REST API doc by @cloud-barista-hub in #1033
- Bump actions/checkout from 2 to 3 by @dependabot in #1035
- Update README-EN.md by @jihoon-seo in #1034
- Update cb-spider and cb-mapui version used in scripts by @seokho-son in #1036
- Bump actions/cache from 2 to 3 by @dependabot in #1039
- Feat/graceful shutdown by @sypark9646 in #874
- Align shutdown message by @seokho-son in #1041
- [Workflow] Update Swagger REST API doc by @cloud-barista-hub in #1040
- Bump peter-evans/create-pull-request from 3 to 4 by @dependabot in #1045
- Initial codes to register existing CSP VM by @seokho-son in #1046
- [Workflow] Update Swagger REST API doc by @cloud-barista-hub in #1047
- Add support for NHN Cloud by @jihoon-seo in #1048
- Update to prepend NS prefix to SG name by @jihoon-seo in #1049
- Add RootDiskType, RootDiskSize handling feature by @jihoon-seo in #974
- Wait until the graceful shutdown is processed by @yunkon-kim in #1050
- Fix bug on NS prefix of SG name by @jihoon-seo in #1052
- Enhance container run scripts by @seokho-son in #1053
- Add Cloud Adaptive Network configuration when creating MCIS by @yunkon-kim in #1054
- [Workflow] Update Swagger REST API doc by @cloud-barista-hub in #1056
Full Changelog: v0.5.0...v0.5.1