Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 0.12.0 release #436

Merged
merged 2 commits into from
May 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11.0
appVersion: 0.11.0
version: 0.12.0
appVersion: 0.12.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.11.0
appVersion: 0.11.0
version: 0.12.0
appVersion: 0.12.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 @@ -47,7 +47,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.11.0` |
| `kubedb.tag` | KubeDB operator container image tag | `0.12.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.12` |
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.11.0
tag: 0.12.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.11.0:
docs_0.12.0:
identifier: contributing-cli
name: Contributing
parent: welcome
weight: 10
menu_name: docs_0.11.0
menu_name: docs_0.12.0
section_menu_id: welcome
url: /docs/0.11.0/welcome/contributing/
url: /docs/0.12.0/welcome/contributing/
aliases:
- /docs/0.11.0/CONTRIBUTING/
- /docs/0.12.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.11.0:
docs_0.12.0:
identifier: readme-cli
name: Readme
parent: welcome
weight: -1
menu_name: docs_0.11.0
menu_name: docs_0.12.0
section_menu_id: welcome
url: /docs/0.11.0/welcome/
url: /docs/0.12.0/welcome/
aliases:
- /docs/0.11.0/
- /docs/0.11.0/README/
- /docs/0.12.0/
- /docs/0.12.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.11.0:
docs_0.12.0:
identifier: welcome
name: Welcome
weight: 10
menu_name: docs_0.11.0
menu_name: docs_0.12.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.11.0:
docs_0.12.0:
identifier: concepts-readme
name: Readme
parent: concepts
weight: -1
menu_name: docs_0.11.0
menu_name: docs_0.12.0
section_menu_id: concepts
url: /docs/0.11.0/concepts/
url: /docs/0.12.0/concepts/
aliases:
- /docs/0.11.0/concepts/README/
- /docs/0.12.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.11.0:
docs_0.12.0:
identifier: concepts
name: Concepts
weight: 20
menu_name: docs_0.11.0
menu_name: docs_0.12.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.11.0:
docs_0.12.0:
identifier: catalog
parent: concepts
name: Catalog
weight: 20
menu_name: docs_0.11.0
menu_name: docs_0.12.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.11.0:
docs_0.12.0:
identifier: elasticsearh-version
name: ElasticsearchVersion
parent: catalog
weight: 10
menu_name: docs_0.11.0
menu_name: docs_0.12.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.11.0:
docs_0.12.0:
identifier: memcached-version
name: MemcachedVersion
parent: catalog
weight: 30
menu_name: docs_0.11.0
menu_name: docs_0.12.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.11.0:
docs_0.12.0:
identifier: mongodb-version
name: MongoDBVersion
parent: catalog
weight: 30
menu_name: docs_0.11.0
menu_name: docs_0.12.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.11.0:
docs_0.12.0:
identifier: mysql-version
name: MySQLVersion
parent: catalog
weight: 30
menu_name: docs_0.11.0
menu_name: docs_0.12.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.11.0:
docs_0.12.0:
identifier: postgres-version
name: PostgresVersion
parent: catalog
weight: 30
menu_name: docs_0.11.0
menu_name: docs_0.12.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.11.0:
docs_0.12.0:
identifier: redis-version
name: RedisVersion
parent: catalog
weight: 30
menu_name: docs_0.11.0
menu_name: docs_0.12.0
section_menu_id: concepts
---

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/database-monitoring/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: Database Monitoring | KubeDB
description: Database Monitoring
menu:
docs_0.11.0:
docs_0.12.0:
identifier: database-monitoring
parent: concepts
name: Database Monitoring
weight: 30
menu_name: docs_0.11.0
menu_name: docs_0.12.0
---
4 changes: 2 additions & 2 deletions docs/concepts/database-monitoring/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
title: Database Monitoring Overview
description: Database Monitoring Overview
menu:
docs_0.11.0:
docs_0.12.0:
identifier: database-monitoring-overview
name: Overview
parent: database-monitoring
weight: 10
menu_name: docs_0.11.0
menu_name: docs_0.12.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.11.0:
docs_0.12.0:
identifier: databases
parent: concepts
name: Supported Databases
weight: 15
menu_name: docs_0.11.0
menu_name: docs_0.12.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.11.0:
docs_0.12.0:
identifier: elasticsearch-db
name: Elasticsearch
parent: databases
weight: 10
menu_name: docs_0.11.0
menu_name: docs_0.12.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.11.0:
docs_0.12.0:
identifier: memcached-db
name: Memcached
parent: databases
weight: 15
menu_name: docs_0.11.0
menu_name: docs_0.12.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.11.0:
docs_0.12.0:
identifier: mongodb-db
name: MongoDB
parent: databases
weight: 20
menu_name: docs_0.11.0
menu_name: docs_0.12.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.11.0:
docs_0.12.0:
identifier: mysql-db
name: MySQL
parent: databases
weight: 25
menu_name: docs_0.11.0
menu_name: docs_0.12.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.11.0:
docs_0.12.0:
identifier: postgres-db
name: Postgres
parent: databases
weight: 30
menu_name: docs_0.11.0
menu_name: docs_0.12.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.11.0:
docs_0.12.0:
identifier: redis-db
name: Redis
parent: databases
weight: 35
menu_name: docs_0.11.0
menu_name: docs_0.12.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.11.0:
docs_0.12.0:
identifier: snapshot-concepts
name: Snapshot
parent: concepts
weight: 35
menu_name: docs_0.11.0
menu_name: docs_0.12.0
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.11.0:
docs_0.12.0:
identifier: what-is-kubedb
parent: concepts
name: What is KubeDB
weight: 10
menu_name: docs_0.11.0
menu_name: docs_0.12.0
---
Loading