Releases: cloud-barista/cb-tumblebug
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
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
CB-Tumblebug v0.4.10
CB-Tumblebug v0.4.10 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
- Integration update for CB-DF v0.4.3 API
- Integration update for CB-SP v0.4.13 API
- New feature: Dynamic MCIS
API
- Swagger UI URL: https://cloud-barista.github.io/cb-tumblebug-api-web/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/v0.4.10/src/api/rest/docs/swagger.yaml
- Trace for API changes: #416
What's Changed
- Deleted obsolete_registerImageWithInfo.sh by @EmmanuelMarianMat in #847
- docs: add EmmanuelMarianMat as a contributor for code by @allcontributors in #849
- Apply check-config for cloud info by @seokho-son in #851
- [#745] Update clean-all.sh to ask for confirmation by @ChobobDev in #839
- Move contribution guide to contributing.md by @seokho-son in #838
- Fix common spec naming error in LoadCommonResource() by @seokho-son in #854
- Hotfix for recommendation type casting and clean-all script error by @seokho-son in #856
- Remove obsolete comments in sshkey.go by @carlosfrodrigues in #857
- docs: add carlosfrodrigues as a contributor for code by @allcontributors in #858
- Fix bug on MemGiB datatype by @jihoon-seo in #860
- Rename a file from
plan.go
torecommendation.go
by @hermitkim1 in #861 - Support default and common infra resources by @seokho-son in #863
- Remove obsolete comments in image.go by @atg0831 in #867
- CBTUMBLEBUG_ROOT by project directory for container by @seokho-son in #862
- Common resource list csv generator from test config by @seokho-son in #868
- Delete gen-sshKey-withGivenMcisName.sh replaced by gen-sshKey.sh by @leedohun in #870
- Update source code for maintenance by @seokho-son in #871
- Add feature for load default resources by @seokho-son in #872
- Bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #873
- Add UpdateImage feature by @jihoon-seo in #869
- Add feature to create MCIS dynamically by @seokho-son in #875
- Change Ubuntu18.04 image ID of Alibaba Cloud by @hermitkim1 in #877
- Enable dynamic MCIS provisioning by @seokho-son in #879
- Add subnet mgmt feature & REST APIs by @jihoon-seo in #878
- Fix obsoleted struct name in test code by @seokho-son in #883
- Add support for Tencent Cloud by @jihoon-seo in #884
- Add clean DB script by @seokho-son in #887
- Removing obsolete comments by @Stuie in #888
- docs: add Stuie as a contributor for code by @allcontributors in #889
- Diverse efforts to enable bench-marking by @seokho-son in #890
- Replace beego validation with go-playground/validator by @jihoon-seo in #886
- Deprecate RegisterRecommendList by @seokho-son in #891
- Update spider version by @seokho-son in #892
- Fix dragonfly script by @seokho-son in #893
- Disable publishing workflow in forked repository by @computerphilosopher in #895
- Integration update for CB-DF v0.4.3 API by @seokho-son in #897
New Contributors
- @EmmanuelMarianMat made their first contribution in #847
- @carlosfrodrigues made their first contribution in #857
- @Stuie made their first contribution in #888
Full Changelog: v0.4.9...v0.4.10