Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
powerkimhub authored Jun 29, 2021
1 parent dd7e645 commit 8341b9d
Showing 1 changed file with 25 additions and 63 deletions.
88 changes: 25 additions & 63 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,73 +1,31 @@
# latest
### API Change
- 기존 VPC에 Subnet add/delete 제공 API 추가 ([#325](https://github.com/cloud-barista/cb-spider/pull/325) [#326](https://github.com/cloud-barista/cb-spider/pull/326) [#327](https://github.com/cloud-barista/cb-spider/pull/327))
- VM 정보에 SSH 접속을 위한 SSHAccessPoint 정보 추가 제공 ([6d4b372](https://github.com/cloud-barista/cb-spider/commit/6d4b3720ac83b9bb50d3fd55d78e469d8a80fdf2#diff-d8a70c72f373d23a135f7dfcd089a1848633be01a9676ebdf2f102caccc0afff) [#338](https://github.com/cloud-barista/cb-spider/pull/338) )


### Feature
- 기존 VPC에 Subnet add/delete 기능 추가 ([#325](https://github.com/cloud-barista/cb-spider/pull/325) [#326](https://github.com/cloud-barista/cb-spider/pull/326) [#327](https://github.com/cloud-barista/cb-spider/pull/327))
- Cloud-Twin VM 접속 동적 Port 정보 제공을 위하여 VM 정보에 SSH 접속을 위한 SSHAccessPoint 정보 추가 ([6d4b372](https://github.com/cloud-barista/cb-spider/commit/6d4b3720ac83b9bb50d3fd55d78e469d8a80fdf2#diff-d8a70c72f373d23a135f7dfcd089a1848633be01a9676ebdf2f102caccc0afff) [#338](https://github.com/cloud-barista/cb-spider/pull/338) )
- ref) https://github.com/cloud-barista/cb-spider/issues/334
- Azuer Driver static public ip 생성에서 dynamic mode로 개선 ([dd881c2](https://github.com/cloud-barista/cb-spider/commit/dd881c2642286b98c5c1eb9ac6ce63de08378c8e))
-**v0.3.8** (2021.04.30.PM10)
# v0.4.0-CafeMocha (2021.06.30.)

<br>

- VM 기본 사용자 cb-user 계정으로 통일
- ref) https://github.com/cloud-barista/cb-spider/issues/230
-**v0.3.9** (2021.05.09.PM17)

<br>
### API Change

- Cloud Connection Info 중복 등록 오류 해결 ([b69989f](https://github.com/cloud-barista/cb-spider/commit/b69989f05a73a9d42acafae238b8f2e4c21a67f2))
- Call Log Elapse time 측정 개선
- ref) https://github.com/cloud-barista/cb-spider/issues/359
- ref) https://github.com/cloud-barista/cb-spider/wiki/StartVM-and-TerminateVM-Main-Flow-of-Cloud-Drivers
-**v0.3.13** (2021.05.11.AM10)
- Add AddSubnet and RemoveSubnet API ([#325](https://github.com/cloud-barista/cb-spider/pull/325) [#326](https://github.com/cloud-barista/cb-spider/pull/326) [#327](https://github.com/cloud-barista/cb-spider/pull/327))
- Add SSHAccessPoint info to VM Info ([#338](https://github.com/cloud-barista/cb-spider/pull/338) )

<br>

- OpenStack Driver 무한 loop 가능성 해결 ([#368](https://github.com/cloud-barista/cb-spider/pull/368))
- OpenStack Driver 활용 Go SDK 교체 ([#368](https://github.com/cloud-barista/cb-spider/pull/368) [#370](https://github.com/cloud-barista/cb-spider/pull/370))
### Feature
- Add AddSubnet and RemoveSubnet ([#325](https://github.com/cloud-barista/cb-spider/pull/325) [#326](https://github.com/cloud-barista/cb-spider/pull/326) [#327](https://github.com/cloud-barista/cb-spider/pull/327))
- Add SSHAccessPoint info to VM Info ([#338](https://github.com/cloud-barista/cb-spider/pull/338) )
- Support single VM User with cb-user ([#230](https://github.com/cloud-barista/cb-spider/issues/230))
- Enhance the method of Call Log Elapsed time ([#359](https://github.com/cloud-barista/cb-spider/issues/359) [ref](https://github.com/cloud-barista/cb-spider/wiki/StartVM-and-TerminateVM-Main-Flow-of-Cloud-Drivers))
- Change the OpenStack Go SDK for Improvement ([#368](https://github.com/cloud-barista/cb-spider/pull/368) [#370](https://github.com/cloud-barista/cb-spider/pull/370))
- github.com/rackspace/gophercloud => github.com/gophercloud/gophercloud
- Update the CSP Go sdk package of cloud drivers
- ref) https://github.com/cloud-barista/cb-spider/issues/328
- ref) https://github.com/cloud-barista/cb-spider/wiki/What-is-the-CSP-SDK-API-Version-of-drivers
- SG delimiter 길이 축소: `-delimiter-` => `-deli-`
- 사용자 SG 이름 입력시 '-deli-' 사용 불가
- 사용자 SG 이름 '-deli-' 입력 시: http.StatusInternalServerError(500 error) error, msg: "-deli- cannot be used in Security Group name!!"
- ref) https://github.com/cloud-barista/cb-spider/commit/80b8b2151339d7ff31e2cc58935f365160e496bd
- ref) https://github.com/cloud-barista/cb-spider/commit/144cc274dc3232b47226025dd6e8a24605784136
- 운영 중인 Server endpoint 정보 제공 명령 추가
- Update the CSP Go sdk package of cloud drivers ([#328](https://github.com/cloud-barista/cb-spider/issues/328) [ref](https://github.com/cloud-barista/cb-spider/wiki/What-is-the-CSP-SDK-API-Version-of-drivers))
- Shorten the SG delimiter: `-delimiter-` => `-deli-`
- Support Server Status and Endpoint info
- ./bin/endpoint-info.sh
- SG Source filter 추가
- ref) https://github.com/cloud-barista/cb-spider/issues/355
-**v0.3.14** (2021.06.07.PM16)
- Add SecurityGroup Source filter with CIDR ([#355](https://github.com/cloud-barista/cb-spider/issues/355))
- Integrate tencent driver with current state
- Add REST Basic Auth ([#261](https://github.com/cloud-barista/cb-spider/issues/261) [#412](https://github.com/cloud-barista/cb-spider/pull/412))
- Add cli-dist Make option to build and tar spctl pkg and cli-examples ([c0a902](https://github.com/cloud-barista/cb-spider/commit/c0a902facc468cbf0bf22bdf3182b289484571d2))
- Add Swagger pilot codes ([#418](https://github.com/cloud-barista/cb-spider/pull/418))
- Reflect Dockerfile about cb-user materials
- Update the AdminWeb API Info Page with 0.4.0

<br>

- tencent driver 통합 및 시험 환경 추가 등
- cloudit driver Security Group source CIDR 적용 추가
- alibaba driver client timeout: 15s*2회
- https://github.com/cloud-barista/cb-spider/issues/409
- https://github.com/cloud-barista/cb-spider/pull/411
- Add REST Auth
- https://github.com/cloud-barista/cb-spider/issues/261
- https://github.com/cloud-barista/cb-spider/pull/412
- Add cli-dist Make option and cli-examples
- https://github.com/cloud-barista/cb-spider/commit/c0a902facc468cbf0bf22bdf3182b289484571d2
- https://github.com/cloud-barista/cb-spider/commit/c0a902facc468cbf0bf22bdf3182b289484571d2
- Add Swagger pilot codes
- https://github.com/cloud-barista/cb-spider/pull/418
- Reflect the new cb-store version to the Go Modules
- https://github.com/cloud-barista/cb-spider/commit/cd240f330c1b67b4387686cd06e135924c70cbda

-**v0.3.15** (2021.06.21.PM11)


<br>

-**latest** (now)
***

# v0.3.0-espresso (2020.12.11.)
### API Change
Expand All @@ -89,6 +47,8 @@
- ref) https://github.com/cloud-barista/cb-spider/issues/292
- Add Experimental Features about distributed Spiders PoC(MEERKAT Project)

***

# v0.2.0-cappuccino (2020.06.01.)
### API Change
- CloudO 목록 제공 API 추가
Expand All @@ -107,6 +67,8 @@

### Bug Fix

***

# v0.1.0-americano (2019.12.23.)

### Feature
Expand Down

0 comments on commit 8341b9d

Please sign in to comment.