Releases: cloud-barista/cb-tumblebug
CB-Tumblebug v0.5.1
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
registerExistingSSHKey
feature by @jihoon-seo in #1016 - Enhance
registerExistingVNet
feature by @jihoon-seo in #1018 - Enhance
registerExisting SG/SSHKey
feature 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
UpdateSshKey
feature 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
v0.5.0 (Affogato)
Works with
- CB-Spider (https://github.com/cloud-barista/cb-spider/releases/tag/v0.5.0)
- CB-Dragonfly (https://github.com/cloud-barista/cb-dragonfly/releases/tag/v0.5.0)
Note
- Changelog: https://github.com/cloud-barista/cb-tumblebug/blob/main/CHANGELOG.md#v050-affogato-20211216
API
- Swagger UI URL: https://cloud-barista.github.io/cb-tumblebug-api-web/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/v0.5.0/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.4.0/src/api/rest/docs/swagger.yaml https://github.com/cloud-barista/cb-tumblebug/blob/v0.5.0/src/api/rest/docs/swagger.yaml
Full Changelog: v0.4.0...v0.5.0
CB-Tumblebug v0.4.18 (Staging v0.5.0)
CB-Tumblebug v0.4.18 (Staging v0.5.0)
Tested with
- CB-Spider Staging (https://github.com/cloud-barista/cb-spider/releases/tag/v0.4.19)
- CB-Dragonfly (https://github.com/cloud-barista/cb-dragonfly/releases/tag/v0.4.4)
Note
- Staging v0.5.0 (https://github.com/cloud-barista/cb-tumblebug/blob/main/CHANGELOG.md#v050-affogato-20211216)
API
- Swagger UI URL: https://cloud-barista.github.io/cb-tumblebug-api-web/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/v0.4.18/src/api/rest/docs/swagger.yaml
- Trace for API changes: diff between two API doc files like
What's Changed
- Update gRPC codes by @jihoon-seo in #992
- Fix error message tag for validation from 'NotObeyingNamingConvention' to err.Error() by @atg0831 in #997
- Update gRPC codes (2) by @jihoon-seo in #998
- Cleanup switch-case pattern by @computerphilosopher in #1001
- Add comments for exported functions/structs/variables by @jihoon-seo in #1000
- Add 'registerExistingSG' feature by @jihoon-seo in #990
- Make up source and infos by @seokho-son in #1002
- Staging v0.5.0 by @seokho-son in #1003
Full Changelog: v0.4.17...v0.4.18
CB-Tumblebug v0.4.17
CB-Tumblebug v0.4.17 which works with following pre-releases
Tested with
- CB-Spider (https://github.com/cloud-barista/cb-spider/releases/tag/v0.4.18)
- CB-Dragonfly (https://github.com/cloud-barista/cb-dragonfly/releases/tag/v0.4.4)
Note
- Several bug fixes
- API update
- testRecommendVm -> mcisRecommendVm
- remove /mcis/recommend
API
- Swagger UI URL: https://cloud-barista.github.io/cb-tumblebug-api-web/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/v0.4.17/src/api/rest/docs/swagger.yaml
- option=terminate for mcis delete
- Trace for API changes: diff between two API doc files like
What's Changed
- Update Ubuntu18.04 image ID of Alibaba Cloud by @hermitkim1 in #988
- Add
registerExistingVNet
feature by @jihoon-seo in #983 - [Workflow] Update Swagger REST API doc by @cloud-barista-hub in #989
- Add and enhance recommendation logic by @seokho-son in #993
- Staging v0.4.17 (r1) by @seokho-son in #995
Full Changelog: v0.4.16...v0.4.17
CB-Tumblebug v0.4.16
CB-Tumblebug v0.4.16 which works with following pre-releases
Tested with
- CB-Spider (https://github.com/cloud-barista/cb-spider/releases/tag/v0.4.18)
- CB-Dragonfly (https://github.com/cloud-barista/cb-dragonfly/releases/tag/v0.4.4)
Note
- Several bug fixes
- CB-Dragonfly v0.4.4 integration & test
API
- Swagger UI URL: https://cloud-barista.github.io/cb-tumblebug-api-web/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/v0.4.16/src/api/rest/docs/swagger.yaml
- option=terminate for mcis delete
- Trace for API changes: diff between two API doc files like
What's Changed
- Update Swagger doc v0.4.15.yaml by @jihoon-seo in #980
- Fix bug in delete MCIS terminate opt by @seokho-son in #981
- Fix install agent status bug by @seokho-son in #982
- Bump actions/cache from 2.1.6 to 2.1.7 by @dependabot in #984
- Hot fix vm status list mismatch bug by @seokho-son in #985
- Efforts to stabilize CB-DF monitoring agent installation by @seokho-son in #986
Full Changelog: v0.4.15...v0.4.16
CB-Tumblebug v0.4.15
CB-Tumblebug v0.4.15 which works with following pre-releases
Tested with
- CB-Spider (https://github.com/cloud-barista/cb-spider/releases/tag/v0.4.18)
- CB-Dragonfly (https://github.com/cloud-barista/cb-dragonfly/releases/tag/v0.4.3)
Note
- Add SystemLabel field to MCIS info for CB-DF CB-MCKS CB-webtool integration #977
- Update assets/cloudspec.csv #975
API
- Swagger UI URL: https://cloud-barista.github.io/cb-tumblebug-api-web/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/v0.4.15/src/api/rest/docs/swagger.yaml
- option=terminate for mcis delete
- Trace for API changes: diff between two API doc files like
- git diff
cb-tumblebug/main/src/api/rest/docs/v0.4.14.yaml
cb-tumblebug/main/src/api/rest/docs/v0.4.15.yaml
- git diff
What's Changed
- Update go.mod by mod tidy by @seokho-son in #973
- Update assets/cloudspec.csv by @seokho-son in #975
- Remove obsolete api doc files by @seokho-son in #976
- Add SystemLabel field to MCIS info for CB-DF CB-MCKS CB-webtool integration by @seokho-son in #977
- [Workflow] Update Swagger REST API doc by @cloud-barista-hub in #978
- Staging v0.4.15 by @seokho-son in #979
Full Changelog: v0.4.14...v0.4.15
CB-Tumblebug v0.4.14
CB-Tumblebug v0.4.14 which works with following pre-releases
Tested with
- CB-Spider (https://github.com/cloud-barista/cb-spider/releases/tag/v0.4.18)
- CB-Dragonfly (https://github.com/cloud-barista/cb-dragonfly/releases/tag/v0.4.3)
Note
- Added and tested IBM(VPC) CSP and Tencent CSP (Integration test result: CB-Tumblebug v0.4.14 with v0.4.18 #969)
- CB-Spider v0.4.18 integration
- Add option=terminate for delete mcis #959
- Expedite speed of scripts
API
- Swagger UI URL: https://cloud-barista.github.io/cb-tumblebug-api-web/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/v0.4.14/src/api/rest/docs/swagger.yaml
- option=terminate for mcis delete
- Trace for API changes: diff between two API doc files like
- git diff
cb-tumblebug/main/src/api/rest/docs/v0.4.13.yaml
cb-tumblebug/main/src/api/rest/docs/v0.4.14.yaml
- git diff
What's Changed
- Update KTcloud metadata [skip ci] by @jihoon-seo in #953
- docs: add dogfootman as a contributor for userTesting by @allcontributors in #957
- Append error message for load common resource by @seokho-son in #956
- Add option=terminate for delete mcis by @seokho-son in #959
- [Workflow] Update Swagger REST API doc by @cloud-barista-hub in #961
- Fix outdated api option path in script by @seokho-son in #962
- Use option=terminate for mcis delete script by @seokho-son in #963
- Integration with CB-SP v0.4.17 and update common spec list by @seokho-son in #964
- [Workflow] Update Swagger REST API doc by @cloud-barista-hub in #965
- Use available specs for tencent cloud by @seokho-son in #968
- Expedite scripts by applying parallel execution with minor changes by @seokho-son in #970
- Staging v0.4.14 by @seokho-son in #971
Full Changelog: v0.4.13...v0.4.14
CB-Tumblebug v0.4.13
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
CB-Tumblebug v0.4.12
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
CB-Tumblebug v0.4.11
CB-Tumblebug v0.4.11 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
- Influencing cb-spider resource objects with namespace in #909
API
- Swagger UI URL: https://cloud-barista.github.io/cb-tumblebug-api-web/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/v0.4.11/src/api/rest/docs/swagger.yaml
- Trace for API changes: #416
What's Changed
- updating the version of gjson by @ketan40 in #900
- Change API Response per issue #896 by @polkabunny in #902
- Update golang-jwt/jwt/v4 version by @BamButz in #904
- Add 'Update Swagger doc' workflow by @computerphilosopher in #894
- Rename CoreGetAllBenchmark function to RunAllBenchmarks by @limsg1234 in #906
- Update imported pks by @seokho-son in #907
- Influencing cb-spider resource objects with namespace by @seokho-son in #909
- Staging v0.4.11 by @seokho-son in #912
New Contributors
- @ketan40 made their first contribution in #900
- @polkabunny made their first contribution in #902
- @BamButz made their first contribution in #904
Full Changelog: v0.4.10...v0.4.11