Skip to content

Commit

Permalink
docs: Update for v0.7.0-cortado release
Browse files Browse the repository at this point in the history
  • Loading branch information
itnpeople committed Nov 25, 2022
1 parent 63b5180 commit cc920d2
Show file tree
Hide file tree
Showing 7 changed files with 697 additions and 8 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# Cloud-Barista Multi-Cloud Kubernetes Service Framework (CB-MCKS) ChangeLog

## v0.7.0 (Cortado, 2022.11.25.)

### Tested with

- CB-Spider (https://github.com/cloud-barista/cb-spider/releases/tag/v0.7.0)
- CB-Tumblebug (https://github.com/cloud-barista/cb-tumblebug/releases/tag/v0.7.0)

### API Change

- Create a cluster api request structure [#154](https://github.com/cloud-barista/cb-mcks/pull/156)

### Feature

- Add support for storageclass nfs featurenew feature [#141](https://github.com/cloud-barista/cb-mcks/pull/141)
- Add GuestOs to openstack image search condition enhancementNew feature or request [#142](https://github.com/cloud-barista/cb-mcks/pull/142)
- Add support for loadbalancer NLB enhancement New feature or requestfeaturenew feature [#144](https://github.com/cloud-barista/cb-mcks/pull/144)
- Add RootDiskType & RootDiskSize param to Create Cluster enhancementNew feature or request [#146](https://github.com/cloud-barista/cb-mcks/pull/146)
- Implements NLB for create a cluster [#149](https://github.com/cloud-barista/cb-mcks/pull/149)
- Supported external etcd topology [#156](https://github.com/cloud-barista/cb-mcks/pull/156)
- Add support for Naver Cloud Platform [#158](https://github.com/cloud-barista/cb-mcks/pull/158)
- Add support for NHN Cloud [#160](https://github.com/cloud-barista/cb-mcks/pull/160)

### Bug Fix

- boostrap.sh output check [#150](https://github.com/cloud-barista/cb-mcks/pull/150)
- Set default account(cb-user) for VM [#152](https://github.com/cloud-barista/cb-mcks/pull/152)
- SSH handshake logs [#152](https://github.com/cloud-barista/cb-mcks/pull/152)
- boostrap.sh "permission" error log hidden [#152](https://github.com/cloud-barista/cb-mcks/pull/152)
- datastore "bucket not" error [#152](https://github.com/cloud-barista/cb-mcks/pull/152)

### Refactoring

- Upgrade to go 1.19 & Update go.mod dependenciesPull requests that update a dependency file [#145](https://github.com/cloud-barista/cb-mcks/pull/145)
- Create a cluster api request structure [#154](https://github.com/cloud-barista/cb-mcks/pull/156)

### Dependencies

- bump github.com/labstack/echo/v4 from 4.7.2 to 4.9.0 [#147](https://github.com/cloud-barista/cb-mcks/pull/147)
- Clean up dependencies [#148](https://github.com/cloud-barista/cb-mcks/pull/148)

### Note

- Full Changelog: https://github.com/cloud-barista/cb-mcks/compare/v0.6.0...v0.7.0

***


## v0.6.0 (CafeLatte, 2022.07.08.)

### Tested with
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

```
[NOTE]
CB-MCKS is currently under development. (The latest version is v0.6.0 (Cafe Latte))
CB-MCKS is currently under development. (The latest version is v0.7.0 (Cortado))
So, we do not recommend using the current release in production.
Please note that the functionalities of CB-MCKS are not stable and secure yet.
If you have any difficulties in using CB-MCKS, please let us know.
Expand All @@ -23,12 +23,12 @@ If you have any difficulties in using CB-MCKS, please let us know.

### Preparation

* Golang 1.16.+ ([Download and install](https://golang.org/doc/install))
* Golang 1.19.+ ([Download and install](https://golang.org/doc/install))

### Dependencies

* CB-Tumblebug [v0.6.0](https://github.com/cloud-barista/cb-tumblebug/releases/tag/v0.6.0)
* CB-Spider [v0.6.0](https://github.com/cloud-barista/cb-spider/releases/tag/v0.6.0)
* CB-Tumblebug [v0.7.0](https://github.com/cloud-barista/cb-tumblebug/releases/tag/v0.7.0)
* CB-Spider [v0.7.0](https://github.com/cloud-barista/cb-spider/releases/tag/v0.7.0)


### Clone
Expand Down
2 changes: 1 addition & 1 deletion docs/design/cluster-create.puml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@startuml

header **Cloud-Barista MCKS** (v0.6.0-cafelatte)
header **Cloud-Barista MCKS** (v0.7.0-cortado)
title Create a cluster
hide footbox

Expand Down
2 changes: 1 addition & 1 deletion docs/design/cluster-delete.puml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@startuml

header **Cloud-Barista MCKS** (v0.6.0-cafelatte)
header **Cloud-Barista MCKS** (v0.7.0-cortado)
title Delete a cluster
hide footbox

Expand Down
2 changes: 1 addition & 1 deletion docs/design/node-remove.puml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@startuml

header **Cloud-Barista MCKS** (v0.6.0-cafelatte)
header **Cloud-Barista MCKS** (v0.7.0-cortado)
title Remove a node
hide footbox

Expand Down
2 changes: 1 addition & 1 deletion docs/design/nodes-add.puml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@startuml

header **Cloud-Barista MCKS** (v0.6.0-cafelatte)
header **Cloud-Barista MCKS** (v0.7.0-cortado)
title Add nodes
hide footbox

Expand Down
Loading

0 comments on commit cc920d2

Please sign in to comment.