Skip to content

Commit

Permalink
Prepare docs for 0.9.0 release (#364)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Dec 17, 2018
1 parent 922b564 commit ec09341
Show file tree
Hide file tree
Showing 179 changed files with 563 additions and 545 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,28 @@

## [Unreleased](https://github.com/kubedb/cli/tree/HEAD)

[Full Changelog](https://github.com/kubedb/cli/compare/0.9.0-rc.1...HEAD)
[Full Changelog](https://github.com/kubedb/cli/compare/0.9.0...HEAD)

**Merged pull requests:**

- Use git reset in release script. [\#363](https://github.com/kubedb/cli/pull/363) ([tamalsaha](https://github.com/tamalsaha))

## [0.9.0](https://github.com/kubedb/cli/tree/0.9.0) (2018-12-17)
[Full Changelog](https://github.com/kubedb/cli/compare/0.9.0-rc.2...0.9.0)

**Merged pull requests:**

- Prepare 0.9.0 release [\#362](https://github.com/kubedb/cli/pull/362) ([tamalsaha](https://github.com/tamalsaha))
- Revendor dependencies [\#361](https://github.com/kubedb/cli/pull/361) ([tamalsaha](https://github.com/tamalsaha))
- Add delete list for revendor.py [\#360](https://github.com/kubedb/cli/pull/360) ([tamalsaha](https://github.com/tamalsaha))
- Upgraded DB-Tools versions [\#359](https://github.com/kubedb/cli/pull/359) ([the-redback](https://github.com/the-redback))

## [0.9.0-rc.2](https://github.com/kubedb/cli/tree/0.9.0-rc.2) (2018-12-06)
[Full Changelog](https://github.com/kubedb/cli/compare/0.9.0-rc.1...0.9.0-rc.2)

**Merged pull requests:**

- Prepare docs for 0.9.0-rc.2 release [\#358](https://github.com/kubedb/cli/pull/358) ([tamalsaha](https://github.com/tamalsaha))
- Prepase for 0.9.0-rc.2 release [\#357](https://github.com/kubedb/cli/pull/357) ([tamalsaha](https://github.com/tamalsaha))
- Prepare docs for 0.9.0 release [\#356](https://github.com/kubedb/cli/pull/356) ([tamalsaha](https://github.com/tamalsaha))
- Use kutil/tool/cli to send analytics [\#355](https://github.com/kubedb/cli/pull/355) ([tamalsaha](https://github.com/tamalsaha))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Please pick a version of KubeDB that matches your Kubernetes installation.

| KubeDB Version | Docs | Kubernetes Version |
|------------------------------------------------------------------------------------|---------------------------------------------------------------------|--------------------|
| [0.9.0-rc.2](https://github.com/kubedb/cli/releases/tag/0.9.0-rc.2) (uses CRD) | [User Guide](https://github.com/kubedb/cli/tree/0.9.0-rc.2/docs) | 1.9.x + (for qa) |
| [0.9.0](https://github.com/kubedb/cli/releases/tag/0.9.0) (uses CRD) | [User Guide](https://github.com/kubedb/cli/tree/0.9.0/docs) | 1.9.x + (for qa) |
| [0.8.0](https://github.com/kubedb/cli/releases/tag/0.8.0) (uses CRD) | [User Guide](https://kubedb.com/docs/0.8.0/) | 1.9.x + |
| [0.6.0](https://github.com/kubedb/cli/releases/tag/0.6.0) (uses TPR) | [User Guide](https://github.com/kubedb/cli/tree/0.6.0/docs) | 1.5.x - 1.7.x |

Expand Down
4 changes: 2 additions & 2 deletions chart/kubedb-catalog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: 'KubeDB Catalog by AppsCode - Catalog for database versions'
name: kubedb-catalog
version: 0.9.0-rc.2
appVersion: 0.9.0-rc.2
version: 0.9.0
appVersion: 0.9.0
home: https://github.com/kubedb/cli
icon: https://cdn.appscode.com/images/icon/kubedb.png
sources:
Expand Down
4 changes: 2 additions & 2 deletions chart/kubedb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: 'KubeDB by AppsCode - Production ready databases on Kubernetes'
name: kubedb
version: 0.9.0-rc.2
appVersion: 0.9.0-rc.2
version: 0.9.0
appVersion: 0.9.0
home: https://github.com/kubedb/cli
icon: https://cdn.appscode.com/images/icon/kubedb.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion chart/kubedb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The following table lists the configurable parameters of the KubeDB chart and th
| `replicaCount` | Number of kubedb operator replicas to create (only 1 is supported) | `1` |
| `kubedb.registry` | Docker registry used to pull Kubedb operator image | `kubedb` |
| `kubedb.repository` | Kubedb operator container image | `operator` |
| `kubedb.tag` | Kubedb operator container image tag | `0.9.0-rc.2` |
| `kubedb.tag` | Kubedb operator container image tag | `0.9.0` |
| `cleaner.registry` | Docker registry used to pull Webhook cleaner image | `appscode` |
| `cleaner.repository` | Webhook cleaner container image | `kubectl` |
| `cleaner.tag` | Webhook cleaner container image tag | `v1.11` |
Expand Down
2 changes: 1 addition & 1 deletion chart/kubedb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
kubedb:
registry: kubedb
repository: operator
tag: 0.9.0-rc.2
tag: 0.9.0
cleaner:
registry: appscode
repository: kubectl
Expand Down
8 changes: 4 additions & 4 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
title: Contributing | KubeDB
description: Contributing
menu:
docs_0.9.0-rc.2:
docs_0.9.0:
identifier: contributing-cli
name: Contributing
parent: welcome
weight: 10
menu_name: docs_0.9.0-rc.2
menu_name: docs_0.9.0
section_menu_id: welcome
url: /docs/0.9.0-rc.2/welcome/contributing/
url: /docs/0.9.0/welcome/contributing/
aliases:
- /docs/0.9.0-rc.2/CONTRIBUTING/
- /docs/0.9.0/CONTRIBUTING/
---

# Contribution Guidelines
Expand Down
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
title: Welcome | KubeDB
description: Welcome to KubeDB
menu:
docs_0.9.0-rc.2:
docs_0.9.0:
identifier: readme-cli
name: Readme
parent: welcome
weight: -1
menu_name: docs_0.9.0-rc.2
menu_name: docs_0.9.0
section_menu_id: welcome
url: /docs/0.9.0-rc.2/welcome/
url: /docs/0.9.0/welcome/
aliases:
- /docs/0.9.0-rc.2/
- /docs/0.9.0-rc.2/README/
- /docs/0.9.0/
- /docs/0.9.0/README/
---

# Welcome
Expand Down
4 changes: 2 additions & 2 deletions docs/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: KubeDB
menu:
docs_0.9.0-rc.2:
docs_0.9.0:
identifier: welcome
name: Welcome
weight: 10
menu_name: docs_0.9.0-rc.2
menu_name: docs_0.9.0
---
8 changes: 4 additions & 4 deletions docs/concepts/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: Concepts | KubeDB
menu:
docs_0.9.0-rc.2:
docs_0.9.0:
identifier: concepts-readme
name: Readme
parent: concepts
weight: -1
menu_name: docs_0.9.0-rc.2
menu_name: docs_0.9.0
section_menu_id: concepts
url: /docs/0.9.0-rc.2/concepts/
url: /docs/0.9.0/concepts/
aliases:
- /docs/0.9.0-rc.2/concepts/README/
- /docs/0.9.0/concepts/README/
---

# Concepts
Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: Concepts
description: Concepts
menu:
docs_0.9.0-rc.2:
docs_0.9.0:
identifier: concepts
name: Concepts
weight: 20
menu_name: docs_0.9.0-rc.2
menu_name: docs_0.9.0
---
4 changes: 2 additions & 2 deletions docs/concepts/catalog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: KubeDB Catalog | KubeDB
description: Database Version CRD
menu:
docs_0.9.0-rc.2:
docs_0.9.0:
identifier: catalog
parent: concepts
name: Catalog
weight: 20
menu_name: docs_0.9.0-rc.2
menu_name: docs_0.9.0
---
4 changes: 2 additions & 2 deletions docs/concepts/catalog/elasticsearch.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: ElasticsearchVersion
menu:
docs_0.9.0-rc.2:
docs_0.9.0:
identifier: elasticsearh-version
name: ElasticsearchVersion
parent: catalog
weight: 10
menu_name: docs_0.9.0-rc.2
menu_name: docs_0.9.0
section_menu_id: concepts
---

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/catalog/memcached.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: MemcachedVersion
menu:
docs_0.9.0-rc.2:
docs_0.9.0:
identifier: memcached-version
name: MemcachedVersion
parent: catalog
weight: 30
menu_name: docs_0.9.0-rc.2
menu_name: docs_0.9.0
section_menu_id: concepts
---

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/catalog/mongodb.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: MongoDBVersion
menu:
docs_0.9.0-rc.2:
docs_0.9.0:
identifier: mongodb-version
name: MongoDBVersion
parent: catalog
weight: 30
menu_name: docs_0.9.0-rc.2
menu_name: docs_0.9.0
section_menu_id: concepts
---

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/catalog/mysql.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: MySQLVersion
menu:
docs_0.9.0-rc.2:
docs_0.9.0:
identifier: mysql-version
name: MySQLVersion
parent: catalog
weight: 30
menu_name: docs_0.9.0-rc.2
menu_name: docs_0.9.0
section_menu_id: concepts
---

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/catalog/postgres.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: PostgresVersion
menu:
docs_0.9.0-rc.2:
docs_0.9.0:
identifier: postgres-version
name: PostgresVersion
parent: catalog
weight: 30
menu_name: docs_0.9.0-rc.2
menu_name: docs_0.9.0
section_menu_id: concepts
---

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/catalog/redis.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: RedisVersion
menu:
docs_0.9.0-rc.2:
docs_0.9.0:
identifier: redis-version
name: RedisVersion
parent: catalog
weight: 30
menu_name: docs_0.9.0-rc.2
menu_name: docs_0.9.0
section_menu_id: concepts
---

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/databases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: Supported Databases | KubeDB
description: Supported Databases
menu:
docs_0.9.0-rc.2:
docs_0.9.0:
identifier: databases
parent: concepts
name: Supported Databases
weight: 15
menu_name: docs_0.9.0-rc.2
menu_name: docs_0.9.0
---
4 changes: 2 additions & 2 deletions docs/concepts/databases/elasticsearch.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Elasticsearch
menu:
docs_0.9.0-rc.2:
docs_0.9.0:
identifier: elasticsearch-db
name: Elasticsearch
parent: databases
weight: 10
menu_name: docs_0.9.0-rc.2
menu_name: docs_0.9.0
section_menu_id: concepts
---

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/databases/memcached.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Memcached
menu:
docs_0.9.0-rc.2:
docs_0.9.0:
identifier: memcached-db
name: Memcached
parent: databases
weight: 15
menu_name: docs_0.9.0-rc.2
menu_name: docs_0.9.0
section_menu_id: concepts
---

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/databases/mongodb.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: MongoDB
menu:
docs_0.9.0-rc.2:
docs_0.9.0:
identifier: mongodb-db
name: MongoDB
parent: databases
weight: 20
menu_name: docs_0.9.0-rc.2
menu_name: docs_0.9.0
section_menu_id: concepts
---

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/databases/mysql.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: MySQL
menu:
docs_0.9.0-rc.2:
docs_0.9.0:
identifier: mysql-db
name: MySQL
parent: databases
weight: 25
menu_name: docs_0.9.0-rc.2
menu_name: docs_0.9.0
section_menu_id: concepts
---

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/databases/postgres.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Postgres
menu:
docs_0.9.0-rc.2:
docs_0.9.0:
identifier: postgres-db
name: Postgres
parent: databases
weight: 30
menu_name: docs_0.9.0-rc.2
menu_name: docs_0.9.0
section_menu_id: concepts
---

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/databases/redis.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Redis
menu:
docs_0.9.0-rc.2:
docs_0.9.0:
identifier: redis-db
name: Redis
parent: databases
weight: 35
menu_name: docs_0.9.0-rc.2
menu_name: docs_0.9.0
section_menu_id: concepts
---

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/snapshot.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Snapshot
menu:
docs_0.9.0-rc.2:
docs_0.9.0:
identifier: snapshot-concepts
name: Snapshot
parent: concepts
weight: 35
menu_name: docs_0.9.0-rc.2
menu_name: docs_0.9.0
section_menu_id: concepts
---

Expand Down
Loading

0 comments on commit ec09341

Please sign in to comment.