Releases: cloud-barista/cb-tumblebug
CB-Tumblebug v0.9.13
API
What's Changed
- [k8scluster] update testscripts by @sykim-etri in #1825
- Bump pascalgn/automerge-action from 0.16.3 to 0.16.4 by @dependabot in #1827
- [k8scluster] enable gcp and update regions/versions by @sykim-etri in #1828
- [k8scluster] fix nodegroup's name by @sykim-etri in #1826
- Ensure log file directory exists before creating the log file by @yunkon-kim in #1831
- Staging v0.9.13 by @seokho-son in #1833
Full Changelog: v0.9.12...v0.9.13
CB-Tumblebug v0.9.12
Support and Tested with
API
What's Changed
- Expedite vm recommend filtering speed by @seokho-son in #1813
- Provide openapi 3.0.1 documentation by @seokho-son in #1815
- Add middleware to support tracing-like functionalities by @yunkon-kim in #1816
- Change string label to structed label for mci by @seokho-son in #1817
- Add Get Label Info and remove direct string usage by @seokho-son in #1820
- Add remote file transfer feature by @seokho-son in #1821
- Use cb-mapui v0.9.5 by @seokho-son in #1822
- Improve the
X-Request-Id
and Request Details handling mechanism by @yunkon-kim in #1823 - Staging cb-tumblebug v0.9.12 by @seokho-son in #1824
Full Changelog: v0.9.11...v0.9.12
CB-Tumblebug v0.9.11
Support and Tested with
API
What's Changed
- Rename spec and image relatd fields by @seokho-son in #1805
- Update Kubernetes dev status for each CSP in README.md by @seokho-son in #1807
- [k8scluster] move CB-SP's returns to cspviewk8sxxx and revert ImageId by @sykim-etri in #1809
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1810
- Update cloud region zone info and the helper tool by @seokho-son in #1811
- Staging v0.9.11 by @seokho-son in #1812
Full Changelog: v0.9.10...v0.9.11
API Diff (v0.9.10 to v0.9.11)
What's New
What's Deprecated
What's Changed
POST
/lookupImage Lookup image
Parameters
Insert lookupImageReq.cspImageName
lookupImageReq Notes Specify connectionName & cspResourceId change into Specify connectionName, cspImageName
Delete lookupImageReq.cspResourceId
POST
/lookupSpec Lookup spec
Parameters
lookupSpecReq Notes Specify connectionName & cspResourceId change into Specify connectionName & cspSpecNameS
POST
/mciDynamicCheckRequest Check available ConnectionConfig list for creating MCI Dynamically
Return Type
Insert reqCheck.image.cspImageName //CspImageName is name of the image given by CSP
Insert reqCheck.spec.cspSpecName //CspSpecName is name of the spec given by CSP
Delete reqCheck.image.cspResourceId //CspResourceId is resource identifier managed by CSP
Delete reqCheck.image.cspResourceName //CspResourceName is name assigned to the CSP resource. This name is internally used to handle the resource.
Delete reqCheck.spec.cspResourceId //CspResourceId is resource identifier managed by CSP
Delete reqCheck.spec.cspResourceName //CspResourceName is name assigned to the CSP resource. This name is internally used to handle the resource.
Modify reqCheck.spec.infraType //vm|k8s|kubernetes|container, etc.
POST
/mciRecommendVm Recommend MCI plan (filter and priority)
Return Type
Insert cspSpecName //CspSpecName is name of the spec given by CSP
Delete cspResourceId //CspResourceId is resource identifier managed by CSP
Delete cspResourceName //CspResourceName is name assigned to the CSP resource. This name is internally used to handle the resource.
Modify infraType //vm|k8s|kubernetes|container, etc.
POST
/ns/{nsId}/k8scluster Create K8sCluster
Parameters
Modify k8sClusterReq.k8sNodeGroupList.specId
Return Type
Insert cspViewK8sClusterDetail
Delete accessInfo
Delete addons
Delete createdTime
Delete k8sNodeGroupList
Delete keyValueList
Delete network
Delete version //Kubernetes Version, ex) 1.23.3
GET
/ns/{nsId}/k8scluster/{k8sClusterId} Get K8sCluster
Return Type
Insert cspViewK8sClusterDetail
Delete accessInfo
Delete addons
Delete createdTime
Delete k8sNodeGroupList
Delete keyValueList
Delete network
Delete version //Kubernetes Version, ex) 1.23.3
POST
/ns/{nsId}/k8scluster/{k8sClusterId}/k8snodegroup Add a K8sNodeGroup
Parameters
Modify k8sNodeGroupReq.specId
Return Type
Insert cspViewK8sClusterDetail
Delete accessInfo
Delete addons
Delete createdTime
Delete k8sNodeGroupList
Delete keyValueList
Delete network
Delete version //Kubernetes Version, ex) 1.23.3
PUT
/ns/{nsId}/k8scluster/{k8sClusterId}/k8snodegroup/{k8sNodeGroupName}/autoscalesize Change a K8sNodeGroup's Autoscale Size
Return Type
Insert cspViewK8sNodeGroupDetail
Delete desiredNodeSize
Delete imageId //VM config.
Delete k8sNodes //id for nodes
Delete keyValueList
Delete maxNodeSize
Delete minNodeSize
Delete onAutoScaling //Scaling config.
Delete rootDiskSize
Delete rootDiskType
Delete specId
Delete sshKeyId
POST
/ns/{nsId}/mci Create MCI
Return Type
Insert vm.cspImageName
Insert vm.cspSpecName
Delete vm.cspImageId
Delete vm.cspSpecId
POST
/ns/{nsId}/mci/{mciId}/mcSwNlb Create a special purpose MCI for NLB and depoly and setting SW NLB
Return Type
Insert mcNlbHostInfo.vm.cspImageName
Insert mcNlbHostInfo.vm.cspSpecName
Delete mcNlbHostInfo.vm.cspImageId
Delete mcNlbHostInfo.vm.cspSpecId
POST
/ns/{nsId}/mci/{mciId}/subgroup/{subgroupId} ScaleOut subGroup in specified MCI
Return Type
Insert vm.cspImageName
Insert vm.cspSpecName
Delete vm.cspImageId
Delete vm.cspSpecId
POST
/ns/{nsId}/mci/{mciId}/vm Create and add homogeneous VMs(subGroup) to a specified MCI (Set subGroupSize for multiple VMs)
Return Type
Insert vm.cspImageName
Insert vm.cspSpecName
Delete vm.cspImageId
Delete vm.cspSpecId
POST
/ns/{nsId}/mci/{mciId}/vm/{vmId}/dataDisk Provisioning (Create and attach) dataDisk
Return Type
Insert cspImageName
Insert cspSpecName
Delete cspImageId
Delete cspSpecId
PUT
/ns/{nsId}/mci/{mciId}/vm/{vmId}/dataDisk Attach/Detach available dataDisk
Return Type
Insert cspImageName
Insert cspSpecName
Delete cspImageId
Delete cspSpecId
POST
/ns/{nsId}/mci/{mciId}/vmDynamic Create VM Dynamically and add it to MCI
Return Type
Insert vm.cspImageName
Insert vm.cspSpecName
Delete vm.cspImageId
Delete vm.cspSpecId
POST
/ns/{nsId}/mciDynamic Create MCI Dynamically
Return Type
Insert vm.cspImageName
Insert vm.cspSpecName
Delete vm.cspImageId
Delete vm.cspSpecId
PUT
/ns/{nsId}/monitoring/status/mci/{mciId}/vm/{vmId} Set monitoring agent (CB-Dragonfly agent) installation status installed (for Windows VM only)
Return Type
Insert cspImageName
Insert cspSpecName
Delete cspImageId
Delete cspSpecId
POST
/ns/{nsId}/registerCspResource/vNet/{vNetId}/subnet Register Subnet (created in CSP)
Return Type
Insert cspVNetName //CspVNetName is identifier to handle CSP vNet resource
Delete cspVNetHandlingId //CspVNetHandlingId is identifier to handle CSP vNet resource
POST
/ns/{nsId}/registerCspVm Register existing VM in a CSP to Cloud-Barista MCI
Return Type
Insert vm.cspImageName
Insert vm.cspSpecName
Delete vm.cspImageId
Delete vm.cspSpecId
POST
/ns/{nsId}/resources/fetchImages Fetch images
Parameters
Modify nsId //Namespace ID
POST
/ns/{nsId}/resources/filterSpecsByRange Filter specs by range
Parameters
Insert specRangeFilter.cspSpecName
Delete specRangeFilter.cspResourceId
Return Type
Insert spec.cspSpecName //CspSpecName is name of the spec given by CSP
Delete spec.cspResourceId //CspResourceId is resource identifier managed by CSP
Delete spec.cspResourceName //CspResourceName is name assigned to the CSP resource. This name is internally used to handle the resource.
Modify spec.infraType //vm|k8s|kubernetes|container, etc.
GET
/ns/{nsId}/resources/image List all images or images' ID
Parameters
Modify nsId //Namespace ID
DELETE
/ns/{nsId}/resources/image Delete all images
Parameters
Modify nsId //Namespace ID
POST
/ns/{nsId}/resources/image Register image
Parameters
Add imageReq //Specify (name, connectionName, cspImageName) to register an image object automatically
Insert imageInfo.cspImageName //CspImageName is name of the image given by CSP
Delete imageInfo.cspResourceId //CspResourceId is resource identifier managed by CSP
Delete imageInfo.cspResourceName //CspResourceName is name assigned to the CSP resource. This name is internally used to handle the resource.
Delete imageId //Specify name, connectionName and cspResourceId to register an image object automatically
Return Type
Insert cspImageName //CspImageName is name of the image given by CSP
Delete cspResourceId //CspResourceId is resource identifier managed by CSP
Delete cspResourceName //CspResourceName is name assigned to the CSP resource. This name is internally used to handle the resource.
GET
/ns/{nsId}/resources/image/{imageId} Get image
Parameters
imageId Notes Image ID ({providerName}+{regionName}+{imageName}) change into Image ID ({providerName}+{regionName}+{cspImageName})
Modify nsId //Namespace ID
Modify imageId //Image ID ({providerName}+{regionName}+{cspImageName})
Return Type
Insert cspImageName //CspImageName is name of the image given by CSP
Delete cspResourceId //CspResourceId is resource identifier managed by CSP
Delete cspResourceName //CspResourceName is name assigned to the CSP resource. This name is internally used to...
CB-Tumblebug v0.9.10
Support and Tested with
API
What's Changed
- Add infraType field to TbSpecInfo/TbImageInfo and assets by @sykim-etri in #1667
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1668
- Validate k8scluster version when creating and upgrading k8scluster by @sykim-etri in #1670
- Add docker-compose by @yunkon-kim in #1666
- Update K8sCluster's REST API description and example by @sykim-etri in #1671
- Add the JWT auths middleware and sample API by @yunkon-kim in #1627
- Remove unused JWT configuration and environment variable handling by @yunkon-kim in #1676
- Modify swaggo/swag
@securityDefinitions
by @yunkon-kim in #1678 - Update API docs by @yunkon-kim in #1680
- Specify data type in ResponseBodyDump logging by @yunkon-kim in #1681
- Fix SetK8sNodeGroupAutoscaling's reponse body by @sykim-etri in #1682
- Add encryption decryption script for credentials by @seokho-son in #1683
- Update README.md for encryption details by @seokho-son in #1687
- Add
kvstore
pkg and improve functionality by @yunkon-kim in #1686 - Deduplicate code for checking k8scluster enablement by @sykim-etri in #1689
- Update k8sclusterinfo.yaml and add 'others' keyword by @sykim-etri in #1688
- Add etcd-centric kvstore and replace cb-store by @yunkon-kim in #1690
- Add and update docker-compose configuration to customize or set environment variables by @yunkon-kim in #1691
- Rebase replace-with-etcd onto upstream latest main by @yunkon-kim in #1693
- Fix GetRegion info bug by @seokho-son in #1692
- Finalize docker-compose and etcd by @yunkon-kim in #1694
- Update cleanDB.sh by @yunkon-kim in #1696
- Replace cb-store with etcd by @yunkon-kim in #1695
- Fix subGroup removal bug in refine func by @seokho-son in #1697
- Enhance env variables by @seokho-son in #1698
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1699
- Update regarding environment variables by @yunkon-kim in #1701
- Staging v0.9.2 by @seokho-son in #1700
- Register all specs and update asset spec by @seokho-son in #1703
- Fix provisioning error by @seokho-son in #1704
- Fix GetCspResourceId related error by @seokho-son in #1706
- Simply docker compose and isolate containers by @seokho-son in #1707
- add testscripts for persistent volume and service in k8scluster by @sykim-etri in #1708
- Enhance logger pkg by @yunkon-kim in #1709
- Enhance common image features and remove key obj by @seokho-son in #1711
- [k8scluster] add CheckNodeGroupsOnK8sCreation API (no routed) by @sykim-etri in #1712
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1713
- [k8scluster] update CheckNodeGroupsOnK8sCreation API by @sykim-etri in #1715
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1716
- Support build option for docker compose by @seokho-son in #1717
- Remove cb-tb call graph by @seokho-son in #1718
- Remove cb-tb api diff docs by @seokho-son in #1719
- [k8scluster] update valid specId example in TbK8sNodeGroupReq by @sykim-etri in #1723
- Replace the MCIS term with the MCI by @seokho-son in #1726
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1727
- docs: add SungWoongz as a contributor for userTesting by @allcontributors in #1724
- Enhance API docs by @seokho-son in #1728
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1729
- Staging v0.9.5 by @seokho-son in #1730
- Speed up docker build time by using go build cache by @seokho-son in #1732
- Enhance workflow for ci cd container image by @seokho-son in #1733
- Clean up files by @seokho-son in #1734
- Fix typo in source by @seokho-son in #1735
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1736
- Remove infra service terms by @seokho-son in #1737
- Fix file names MCI by @seokho-son in #1738
- Change path of cleanDB.sh into the init by @seokho-son in #1740
- Makeup utilities by @seokho-son in #1742
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1743
- Rename default-ns: default and system-ns: system by @seokho-son in #1744
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1745
- Remove not effective param in compose by @seokho-son in #1746
- Simplify ID system using GenUid and no Transform by @seokho-son in #1748
- Fix Flask app is run in debug mode by @seokho-son in #1750
- Rename RestLoadDefaultResource to RestLoadSharedResource by @seokho-son in #1751
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1752
- Change defaultresource to sharedresource by @seokho-son in #1753
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1754
- Staging v0.9.6 by @seokho-son in #1755
- Use Golang v1.23.0 by @seokho-son in #1757
- Bugfix to correct vNetId to match Spider's Create Subnet API by @yunkon-kim in #1758
- Provide a secure way for register credential api by @seokho-son in #1759
- Bump pycryptodome from 3.18.0 to 3.19.1 in /init by @dependabot in #1760
- Enhance secure credential registeration by @seokho-son in #1761
- Arrange API resource group tags by @seokho-son in #1762
- Staging cb-tumblebug 0.9.7 by @seokho-son in #1763
- Refactor pkg name mcir to resource mci to infra by @seokho-son in #1765
- Fix api validation warning by @seokho-son in #1766
- [k8scluster] update testscripts by @sykim-etri in #1767
- Add missing path param decs by @seokho-son in #1768
- Enhance api description by @seokho-son in #1769
- Describe how hybrid encryption works in init.py by @seokho...
CB-Tumblebug v0.9.9
Support and Tested with
- CB-Spider v0.9.3
- CB-MapUI v0.9.4
- Supporting mc-infra-manager (v0.2.0) https://github.com/m-cmp/mc-infra-manager
API
Swagger UI URL: https://cloud-barista.github.io/api/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/v0.9.9/src/api/rest/docs/swagger.yaml
What's Changed
- Enhance network features and align with Spider APIs by @yunkon-kim in #1720
- Staging v0.9.9 by @seokho-son in #1784
Full Changelog: v0.9.8...v0.9.9
CB-Tumblebug v0.9.8
Support and Tested with
- CB-Spider v0.9.2
- CB-MapUI v0.9.3
- Supporting mc-infra-manager (v0.2.0) https://github.com/m-cmp/mc-infra-manager
API
Swagger UI URL: https://cloud-barista.github.io/api/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/v0.9.8/src/api/rest/docs/swagger.yaml
What's Changed
- Use Golang v1.23.0 by @seokho-son in #1757
- Bugfix to correct vNetId to match Spider's Create Subnet API by @yunkon-kim in #1758
- Provide a secure way for register credential api by @seokho-son in #1759
- Bump pycryptodome from 3.18.0 to 3.19.1 in /init by @dependabot in #1760
- Enhance secure credential registeration by @seokho-son in #1761
- Arrange API resource group tags by @seokho-son in #1762
- Staging cb-tumblebug 0.9.7 by @seokho-son in #1763
- Refactor pkg name mcir to resource mci to infra by @seokho-son in #1765
- Fix api validation warning by @seokho-son in #1766
- [k8scluster] update testscripts by @sykim-etri in #1767
- Add missing path param decs by @seokho-son in #1768
- Enhance api description by @seokho-son in #1769
- Describe how hybrid encryption works in init.py by @seokho-son in #1770
- Update description for register credential api by @seokho-son in #1771
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1772
- Provide a link to discussions/1773 by @seokho-son in #1774
- Add LabelSelector and refactor source with model by @seokho-son in #1775
- Refactor k8s and nlb parts by @seokho-son in #1776
- Update shields badge README.md by @seokho-son in #1777
- Change label api group by @seokho-son in #1779
- Invite cb-sp v0.9.2 by @seokho-son in #1781
- Staging cb-tumblebug 0.9.8 by @seokho-son in #1782
Full Changelog: v0.9.6...v0.9.8
CB-Tumblebug v0.9.7
Support and Tested with
- CB-Spider v0.9.0
- CB-MapUI v0.9.3
- Supporting mc-infra-manager (v0.2.0) https://github.com/m-cmp/mc-infra-manager
API
Swagger UI URL: https://cloud-barista.github.io/api/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/v0.9.7/src/api/rest/docs/swagger.yaml
What's Changed
- Use Golang v1.23.0 by @seokho-son in #1757
- Bugfix to correct vNetId to match Spider's Create Subnet API by @yunkon-kim in #1758
- Provide a secure way for register credential api by @seokho-son in #1759
- Bump pycryptodome from 3.18.0 to 3.19.1 in /init by @dependabot in #1760
- Enhance secure credential registration by @seokho-son in #1761
- Arrange API resource group tags by @seokho-son in #1762
- Staging cb-tumblebug 0.9.7 by @seokho-son in #1763
Full Changelog: v0.9.6...v0.9.7
CB-Tumblebug v0.9.6
Support and Tested with
- CB-Spider v0.9.0
- CB-MapUI v0.9.3
- Supporting mc-infra-manager (v0.2.0) https://github.com/m-cmp/mc-infra-manager
API
Swagger UI URL: https://cloud-barista.github.io/api/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/v0.9.6/src/api/rest/docs/swagger.yaml
What's Changed
- Speed up docker build time by using go build cache by @seokho-son in #1732
- Enhance workflow for ci cd container image by @seokho-son in #1733
- Clean up files by @seokho-son in #1734
- Fix typo in source by @seokho-son in #1735
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1736
- Remove infra service terms by @seokho-son in #1737
- Fix file names MCI by @seokho-son in #1738
- Change path of cleanDB.sh into the init by @seokho-son in #1740
- Makeup utilities by @seokho-son in #1742
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1743
- Rename default-ns: default and system-ns: system by @seokho-son in #1744
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1745
- Remove not effective param in compose by @seokho-son in #1746
- Simplify ID system using GenUid and no Transform by @seokho-son in #1748
- Fix Flask app is run in debug mode by @seokho-son in #1750
- Rename RestLoadDefaultResource to RestLoadSharedResource by @seokho-son in #1751
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1752
- Change defaultresource to sharedresource by @seokho-son in #1753
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1754
- Staging v0.9.6 by @seokho-son in #1755
Full Changelog: v0.9.5...v0.9.6
CB-Tumblebug v0.9.5
Support and Tested with
- CB-Spider v0.9.0
- CB-MapUI v0.9.2
- Supporting mc-infra-manager (v0.2.0) https://github.com/m-cmp/mc-infra-manager
API
Swagger UI URL: https://cloud-barista.github.io/api/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/v0.9.5/src/api/rest/docs/swagger.yaml
What's Changed
- [k8scluster] add CheckNodeGroupsOnK8sCreation API (no routed) by @sykim-etri in #1712
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1713
- [k8scluster] update CheckNodeGroupsOnK8sCreation API by @sykim-etri in #1715
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1716
- Support build option for docker compose by @seokho-son in #1717
- Remove cb-tb call graph by @seokho-son in #1718
- Remove cb-tb api diff docs by @seokho-son in #1719
- [k8scluster] update valid specId example in TbK8sNodeGroupReq by @sykim-etri in #1723
- Replace the MCIS term with the MCI by @seokho-son in #1726
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1727
- docs: add SungWoongz as a contributor for userTesting by @allcontributors in #1724
- Enhance API docs by @seokho-son in #1728
- [Workflow] Update Swagger REST API doc by @cb-github-robot in #1729
- Staging v0.9.5 by @seokho-son in #1730
Full Changelog: v0.9.4...v0.9.5
CB-Tumblebug v0.9.4
Support and Tested with
- CB-Spider v0.9.0
- CB-MapUI v0.9.0
- Supporting mc-infra-manager (v0.2.0) https://github.com/m-cmp/mc-infra-manager
API
Swagger UI URL: https://cloud-barista.github.io/api/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/v0.9.4/src/api/rest/docs/swagger.yaml
What's Changed
- add testscripts for persistent volume and service in k8scluster by @sykim-etri in #1708
- Enhance logger pkg by @yunkon-kim in #1709
- Enhance common image features and remove key obj by @seokho-son in #1711
Full Changelog: v0.9.3...v0.9.4