Skip to content

Commit

Permalink
en,zh: update what's new title (#636)
Browse files Browse the repository at this point in the history
Signed-off-by: Ran <huangran@pingcap.com>
  • Loading branch information
ran-huang authored Aug 14, 2020
1 parent 05dc932 commit 227b335
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions en/whats-new-in-v1.1.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
title: What's New in v1.1
summary: Learn the new features in TiDB Operator v1.1.
title: What's New in TiDB Operator 1.1
summary: Learn the new features in TiDB Operator 1.1.
aliases: ['/docs/tidb-in-kubernetes/dev/whats-new-in-v1.1/']
---

# What's New in v1.1
# What's New in TiDB Operator 1.1

Based on v1.0, TiDB Operator v1.1 has several new features, including TiDB 4.0 support, TiKV data encryption, and TLS certificate configuration. TiDB Operator v1.1 also supports deploying new components such as TiFlash and TiCDC.
Based on 1.0, TiDB Operator 1.1 has several new features, including TiDB 4.0 support, TiKV data encryption, and TLS certificate configuration. TiDB Operator v1.1 also supports deploying new components such as TiFlash and TiCDC.

TiDB Operator 1.1 also makes improvements in usability, providing the user experience that is consistent with the Kubernetes native resources.

## Extensibility

- TidbCluster CR supports deploying and managing the PD Discovery component, which is fully capable of replacing tidb-cluster chart to manage the TiDB cluster.
- `TidbCluster` CR supports deploying and managing the PD Discovery component, which is fully capable of replacing tidb-cluster chart to manage the TiDB cluster.

- TidbCluster CR adds support for Pump, TiFlash, TiCDC, and TiDB Dashboard.
- `TidbCluster` CR adds support for Pump, TiFlash, TiCDC, and TiDB Dashboard.

- Add the [Admission Controller](enable-admission-webhook.md) (optional) to improve the user experience of upgrade and scaling, and to provide the canary release feature.

Expand All @@ -24,11 +24,11 @@ TiDB Operator 1.1 also makes improvements in usability, providing the user exper

## Usability

- Add TidbMonitor CR to deploy the cluster monitoring.
- Add `TidbMonitor` CR to deploy the cluster monitoring.

- Add TidbInitializer CR to initialize the cluster.
- Add `TidbInitializer` CR to initialize the cluster.

- Add Backup, BackupSchedule, and Restore CR to back up and restore the cluster, which supports using Amazon S3 or GCS as the remote storage.
- Add `Backup`, `BackupSchedule`, and `Restore` CR to back up and restore the cluster, which supports using Amazon S3 or GCS as the remote storage.

- Support gracefully restart a component in the TiDB cluster.

Expand Down
6 changes: 3 additions & 3 deletions zh/whats-new-in-v1.1.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: What's New in v1.1
title: What's New in TiDB Operator 1.1
aliases: ['/docs-cn/tidb-in-kubernetes/dev/whats-new-in-v1.1/']
---

# What's New in v1.1
# What's New in TiDB Operator 1.1

TiDB Operator v1.1 在 v1.0 基础上新增 TiDB 4.0 功能特性支持,TiKV 数据加密、TLS 证书配置等。新增 TiFlash、TiCDC 新组件部署支持,同时在易用性上做了许多改进,提供与 Kubernetes 原生资源一致的用户体验。以下是主要变化:
TiDB Operator 1.1 在 1.0 基础上新增 TiDB 4.0 功能特性支持,TiKV 数据加密、TLS 证书配置等。新增 TiFlash、TiCDC 新组件部署支持,同时在易用性上做了许多改进,提供与 Kubernetes 原生资源一致的用户体验。以下是主要变化:

## 扩展性

Expand Down

0 comments on commit 227b335

Please sign in to comment.