Skip to content

Commit

Permalink
Prepare docs for 0.9.0-rc.1 release (#351)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 3, 2018
1 parent f66683e commit 0629d97
Show file tree
Hide file tree
Showing 179 changed files with 549 additions and 549 deletions.
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.0](https://github.com/kubedb/cli/releases/tag/0.9.0-rc.0) (uses CRD) | [User Guide](https://github.com/kubedb/cli/tree/0.9.0-rc.0/docs) | 1.9.x + (for qa) |
| [0.9.0-rc.1](https://github.com/kubedb/cli/releases/tag/0.9.0-rc.1) (uses CRD) | [User Guide](https://github.com/kubedb/cli/tree/0.9.0-rc.1/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.0
appVersion: 0.9.0-rc.0
version: 0.9.0-rc.1
appVersion: 0.9.0-rc.1
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.0
appVersion: 0.9.0-rc.0
version: 0.9.0-rc.1
appVersion: 0.9.0-rc.1
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.0` |
| `kubedb.tag` | Kubedb operator container image tag | `0.9.0-rc.1` |
| `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.0
tag: 0.9.0-rc.1
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.0:
docs_0.9.0-rc.1:
identifier: contributing-cli
name: Contributing
parent: welcome
weight: 10
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
section_menu_id: welcome
url: /docs/0.9.0-rc.0/welcome/contributing/
url: /docs/0.9.0-rc.1/welcome/contributing/
aliases:
- /docs/0.9.0-rc.0/CONTRIBUTING/
- /docs/0.9.0-rc.1/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.0:
docs_0.9.0-rc.1:
identifier: readme-cli
name: Readme
parent: welcome
weight: -1
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
section_menu_id: welcome
url: /docs/0.9.0-rc.0/welcome/
url: /docs/0.9.0-rc.1/welcome/
aliases:
- /docs/0.9.0-rc.0/
- /docs/0.9.0-rc.0/README/
- /docs/0.9.0-rc.1/
- /docs/0.9.0-rc.1/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.0:
docs_0.9.0-rc.1:
identifier: welcome
name: Welcome
weight: 10
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
---
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.0:
docs_0.9.0-rc.1:
identifier: concepts-readme
name: Readme
parent: concepts
weight: -1
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
section_menu_id: concepts
url: /docs/0.9.0-rc.0/concepts/
url: /docs/0.9.0-rc.1/concepts/
aliases:
- /docs/0.9.0-rc.0/concepts/README/
- /docs/0.9.0-rc.1/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.0:
docs_0.9.0-rc.1:
identifier: concepts
name: Concepts
weight: 20
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
---
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.0:
docs_0.9.0-rc.1:
identifier: catalog
parent: concepts
name: Catalog
weight: 20
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
---
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.0:
docs_0.9.0-rc.1:
identifier: elasticsearh-version
name: ElasticsearchVersion
parent: catalog
weight: 10
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
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.0:
docs_0.9.0-rc.1:
identifier: memcached-version
name: MemcachedVersion
parent: catalog
weight: 30
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
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.0:
docs_0.9.0-rc.1:
identifier: mongodb-version
name: MongoDBVersion
parent: catalog
weight: 30
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
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.0:
docs_0.9.0-rc.1:
identifier: mysql-version
name: MySQLVersion
parent: catalog
weight: 30
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
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.0:
docs_0.9.0-rc.1:
identifier: postgres-version
name: PostgresVersion
parent: catalog
weight: 30
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
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.0:
docs_0.9.0-rc.1:
identifier: redis-version
name: RedisVersion
parent: catalog
weight: 30
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
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.0:
docs_0.9.0-rc.1:
identifier: databases
parent: concepts
name: Supported Databases
weight: 15
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
---
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.0:
docs_0.9.0-rc.1:
identifier: elasticsearch-db
name: Elasticsearch
parent: databases
weight: 10
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
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.0:
docs_0.9.0-rc.1:
identifier: memcached-db
name: Memcached
parent: databases
weight: 15
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
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.0:
docs_0.9.0-rc.1:
identifier: mongodb-db
name: MongoDB
parent: databases
weight: 20
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
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.0:
docs_0.9.0-rc.1:
identifier: mysql-db
name: MySQL
parent: databases
weight: 25
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
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.0:
docs_0.9.0-rc.1:
identifier: postgres-db
name: Postgres
parent: databases
weight: 30
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
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.0:
docs_0.9.0-rc.1:
identifier: redis-db
name: Redis
parent: databases
weight: 35
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
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.0:
docs_0.9.0-rc.1:
identifier: snapshot-concepts
name: Snapshot
parent: concepts
weight: 35
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
section_menu_id: concepts
---

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/what-is-kubedb/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: What is KubeDB
description: What is KubeDB
menu:
docs_0.9.0-rc.0:
docs_0.9.0-rc.1:
identifier: what-is-kubedb
parent: concepts
name: What is KubeDB
weight: 10
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
---
4 changes: 2 additions & 2 deletions docs/concepts/what-is-kubedb/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
title: KubeDB Overview
description: KubeDB Overview
menu:
docs_0.9.0-rc.0:
docs_0.9.0-rc.1:
identifier: overview-concepts
name: Overview
parent: what-is-kubedb
weight: 10
menu_name: docs_0.9.0-rc.0
menu_name: docs_0.9.0-rc.1
section_menu_id: concepts
---

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/postgres/custom-version/postgresversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ spec:
db:
image: "myco/postgres:timescale-0.9.1"
exporter:
image: "kubedb/operator:0.9.0-rc.0"
image: "kubedb/operator:0.9.0-rc.1"
tools:
image: "kubedb/postgres-tools:10.2-v1"
Loading

0 comments on commit 0629d97

Please sign in to comment.