Releases: cloud-barista/cb-spider
Releases · cloud-barista/cb-spider
CB-Spider v0.8.1
CB-Spider v0.8.0 (Chamomile)
API Changes
- Add Region/Zone Info API (v0.8.0)
Features
- [+NCP Classic Conn. Driver] Add NCP Classic driver entire codes and Test codes of it (#962)
- [+NCP VPC conn. Driver] Add NCP VPC driver entire codes and Test codes of it (#963)
- [+NHN Cloud Conn. Driver] Add NHN Cloud driver entire codes and Test codes of them (#964)
- [+KT Cloud Classic Conn. Driver] Add KT Cloud Classic driver entire codes and Test codes of them (#965)
- Add Region/Zone Info Mangement
- Add GCP PMKS (#875)
- Add AWS PMKS (#879)
What's Changed
- Update KT Cloud Classic(G1/G2) driver README - Update VPC and SecurityGroup related Notes by @innodreamer in #966
Full Changelog: v0.7.8...v0.8.0
CB-Spider v0.7.8 (pre-release for Chamomile)
API
- API reference: https://github.com/cloud-barista/cb-spider/wiki/CB-Spider-User-Interface
What's Changed
- Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /interface/api-examples by @dependabot in #955
- Bump google.golang.org/grpc from 1.53.0 to 1.56.3 by @dependabot in #956
- Bump github.com/docker/docker from 20.10.24+incompatible to 24.0.7+incompatible by @dependabot in #957
- [+NCP Classic Conn. Driver] Add NCP Classic driver entire codes and Test codes of it by @innodreamer in #962
- [+NCP VPC conn. Driver] Add NCP VPC driver entire codes and Test codes of it by @innodreamer in #963
- [+NHN Cloud Conn. Driver] Add NHN Cloud driver entire codes and Test codes of them by @innodreamer in #964
- [+KT Cloud Classic Conn. Driver] Add KT Cloud Classic driver entire codes and Test codes of them by @innodreamer in #965
Full Changelog: v0.7.7...v0.7.8
CB-Spider v0.7.7 (pre-release for Chamomile)
Note
- Features & APIs: Same as v0.7.6
- API reference: https://github.com/cloud-barista/cb-spider/wiki/CB-Spider-User-Interface
What's Changed
- Add KT Cloud RegionZoneHandler Test Code, and Update KT Cloud connection config code by @innodreamer in #953
Full Changelog: v0.7.6...v0.7.7
CB-Spider v0.7.6
API Changes
- Added: Region/Zone REST API (v0.7.6)
- Reference: AdminWeb Guide
- Reference: REST API Guide
Feature Changes
- Changed: MetaDB from key/value Store to SQLite, #888
- Added: Region/Zone Information
What's Changed
- Bump github.com/docker/docker from 20.10.7+incompatible to 20.10.24+incompatible by @dependabot in #883
- Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible by @dependabot in #884
- Bump google.golang.org/grpc from 1.49.0 to 1.53.0 in /interface/api-examples by @dependabot in #887
- Bump google.golang.org/grpc from 1.49.0 to 1.53.0 by @dependabot in #886
- Update CODE_OF_CONDUCT.md and CONTRIBUTING.md by @yunkon-kim in #890
- Replace deprecated command with environment file by @jongwooo in #904
- Add cloud-init scripts and Update cloudos_meta.yaml for NCP Classic cloud driver by @innodreamer in #906
- Update NCP GoSDK version in NCP Classic and NCP VPC driver build script by @innodreamer in #908
- #910 [+Region/Zone] GCP Cloud Driver Implementation by @MZC-CSC in #921
- Add KTCloudVPC Calllogger, CloudOS Meta Info, and Test codes by @innodreamer in #922
- Implement Azure, OpenStack Region/Zone APIs by @ish-hcc in #924
- [+Region/Zone] Alibaba Cloud Driver Implementation #911 by @MZC-CSC in #923
- [+Region/Zone] Tencent Cloud Driver Implementation #912 by @MZC-CSC in #929
- [+Region/Zone] AWS Cloud Driver Implementation #909 by @MZC-CSC in #928
- region zone keyvalue and drvCapabilityInfo GCP by @MZC-CSC in #931
- Add NCP Classic / NCP VPC driver RegionZoneHandler Test Scripts using CB-Spider API by @innodreamer in #932
- [+Region/Zone] Implement GetRegionZone() to Azure Cloud Driver by @ish-hcc in #933
- [+Region/Zone] Implement GetRegionZone() to OpenStack Cloud Driver by @ish-hcc in #934
- [+Region/Zone] Fix a wrong function name in Test_Resources by @ish-hcc in #936
- [+Region/Zone] Get OpenStack's RegionZone list in parallel by @ish-hcc in #939
- [+Region/Zone] Implement IBM's RegionZoneHandler by @ish-hcc in #938
- Go Routine적용, KeyValueList 제거 ALI by @MZC-CSC in #940
- Go Routine적용, KeyValueList 제거 AWS by @MZC-CSC in #941
- Go Routine적용, KeyValueList 제거 GCP by @MZC-CSC in #942
- Go Routine적용, KeyValueList 제거 TEN by @MZC-CSC in #943
- Add and Update RegionZoneHandler Test Scripts by @innodreamer in #944
- ListRegionZone goroutine bug fix TEN by @MZC-CSC in #945
- ListRegionZone goroutine bug fix ALI by @MZC-CSC in #946
- ListRegionZone goroutine bug fix AWS by @MZC-CSC in #947
- ListRegionZone goroutine bug fix GCP by @MZC-CSC in #948
- [+Region/Zone] Remove KeyValueList of Azure by @ish-hcc in #949
- Apply Region Info to KT Cloud VPC, and Add KT Cloud VPC RegionZoneHandler Test Code by @innodreamer in #950
- Bump golang.org/x/net from 0.7.0 to 0.17.0 in /interface/api-examples by @dependabot in #951
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #952
New Contributors
Full Changelog: v0.7.5...v0.7.6
CB-Spider v0.7.5
CB-Spider v0.7.4
CB-Spider v0.7.3
- Patch 'Uncontrolled Resource Consumption'
- Patch golang.org/x/net/http2 Denial of Service vulnerability
What's Changed
- Add NCP VPC Meta info for RootDisk and DataDisk, and Max length Info. of Resource ID by @innodreamer in #868
- [InnoCommon] VMInfo.Platform 추가 by @inno-cloudbarista in #865
- [InnoCommon] CB-logging 및 터미널 출력 메시지 보완 by @inno-cloudbarista in #869
- [AWS, GCP, Alibaba, Tencent] HisCall Log 추가 / [AWS] Default Disk Size 변경 by @MZC-CSC in #870
- [Openstack]Window시 KeyPair 존재 시 에러 제거 by @inno-cloudbarista in #871
- [Tencent] MyImage 삭제 시 Snapshot 잔류 이슈 보완 by @MZC-CSC in #872
- [IBM-VPC] Cluster handler 기능 구현 by @inno-cloudbarista in #873
- [InnoCommon]] VM Platform 정보 변경 by @inno-cloudbarista in #876
- [IBM-VPC] IBM Cluster SDK 파일 경로 이동, Test 설정값 추가 및 클러스터 상태 Validation 개선 by @inno-cloudbarista in #877
- GCP PMKS 기능 구현 by @dogfootman in #875
- AWS PMKS 기능 구현 by @MZC-CSC in #879
- [AWS, GCP, Alibaba, Tencent] VMInfo.Platform 추가 by @MZC-CSC in #880
- Bump github.com/containerd/containerd from 1.6.12 to 1.6.18 by @dependabot in #882
New Contributors
- @dependabot made their first contribution in #882
Full Changelog: v0.7.2...v0.7.3
CB-Spider v0.7.2
What's Changed
- Windows GuestOS's VMInfo.SSHAccessPoint: Change RDP:IP format to IP:3380 (5f8a8fe)
- [Azure] Window 생성시 14글자 이상 Password 지정시, 확인 문구 스킵 추가 by @inno-cloudbarista in #863
- Add cloud-init script for CentOS and Rocky Linux by @innodreamer in #864
Full Changelog: v0.7.1...v0.7.2