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

v1.1.3 release notes #3022

Merged
merged 8 commits into from
Jul 27, 2020
Merged
Changes from 2 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
36 changes: 36 additions & 0 deletions CHANGELOG-1.1.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
# TiDB Operator v1.1.3 Release Notes

## Action Required

- Add a field `cleanPolicy` in `BackupSpec` to denote clean policy for backup data before the object is deleted from the cluster (defaults to `Retain`). If you want to clean backup data as before, please set `spec.cleanPolicy` in `Backup` yaml or `spec.backupTemplate.cleanPolicy` in `BackupSchedule` yaml to `Delete`. ([#3002](https://github.com/pingcap/tidb-operator/pull/3002), [@lichunzhu](https://github.com/lichunzhu))
cofyc marked this conversation as resolved.
Show resolved Hide resolved
- Replace `mydumper` with `dumpling` for backup.
If `spec.mydumper` is configured in the Backup CR or `spec.backupTemplate.mydumper` is configured in the BackupSchedule CR, please migrate it to `spec.dumpling` or `spec.backupTemplate.dumpling` after you upgrade TiDB Operator to v1.1.3, please note that the `spec.mydumper` or `spec.backupTemplate.mydumper` will be lost after the upgrade. ([#2870](https://github.com/pingcap/tidb-operator/pull/2870), [@lichunzhu](https://github.com/lichunzhu))
cofyc marked this conversation as resolved.
Show resolved Hide resolved


## Other Notable Changes

- Update tools in backup manager to v4.0.3 ([#3019](https://github.com/pingcap/tidb-operator/pull/3019), [@lichunzhu](https://github.com/lichunzhu))
- Support cleanPolicy for backup CR to define the clean behavior of the backup data in the remote storage when the backup CR is deleted ([#3002](https://github.com/pingcap/tidb-operator/pull/3002), [@lichunzhu](https://github.com/lichunzhu))
cofyc marked this conversation as resolved.
Show resolved Hide resolved
- TLS support for TiCDC ([#3011](https://github.com/pingcap/tidb-operator/pull/3011), [@weekface](https://github.com/weekface))
cofyc marked this conversation as resolved.
Show resolved Hide resolved
- Add TLS support between drainer and downstream database server ([#2993](https://github.com/pingcap/tidb-operator/pull/2993), [@lichunzhu](https://github.com/lichunzhu))
cofyc marked this conversation as resolved.
Show resolved Hide resolved
- Support specifying mysqlNodePort and statusNodePort for TiDB Service Spec. ([#2941](https://github.com/pingcap/tidb-operator/pull/2941), [@lichunzhu](https://github.com/lichunzhu))
cofyc marked this conversation as resolved.
Show resolved Hide resolved
- Fix drainer values.yaml `initialCommitTs` bug ([#2857](https://github.com/pingcap/tidb-operator/pull/2857), [@weekface](https://github.com/weekface))
cofyc marked this conversation as resolved.
Show resolved Hide resolved
- Add `backup` config for TiKV server, add `enable-telemetry` and deprecate `disable-telemetry` config for PD server ([#2964](https://github.com/pingcap/tidb-operator/pull/2964), [@lichunzhu](https://github.com/lichunzhu))
cofyc marked this conversation as resolved.
Show resolved Hide resolved
- Add commitTS info column in `get restore` command ([#2926](https://github.com/pingcap/tidb-operator/pull/2926), [@lichunzhu](https://github.com/lichunzhu))
- Update used grafana version from v6.0.1 to v6.1.6 ([#2923](https://github.com/pingcap/tidb-operator/pull/2923), [@lichunzhu](https://github.com/lichunzhu))
cofyc marked this conversation as resolved.
Show resolved Hide resolved
- Support show commitTS in restore status. ([#2899](https://github.com/pingcap/tidb-operator/pull/2899), [@lichunzhu](https://github.com/lichunzhu))
cofyc marked this conversation as resolved.
Show resolved Hide resolved
- Exit without error if the backup data we try to clean does not exist ([#2916](https://github.com/pingcap/tidb-operator/pull/2916), [@lichunzhu](https://github.com/lichunzhu))
cofyc marked this conversation as resolved.
Show resolved Hide resolved
- Support Auto-scaling by Storage for TiKV in TidbClusterAutoScaler ([#2884](https://github.com/pingcap/tidb-operator/pull/2884), [@Yisaer](https://github.com/Yisaer))
cofyc marked this conversation as resolved.
Show resolved Hide resolved
- Clean temporary files in `Backup` job with `Dumpling` to save space ([#2897](https://github.com/pingcap/tidb-operator/pull/2897), [@lichunzhu](https://github.com/lichunzhu))
- Fail the backup job if existing PVC size is smaller than the storage request in the backup job ([#2894](https://github.com/pingcap/tidb-operator/pull/2894), [@lichunzhu](https://github.com/lichunzhu))
cofyc marked this conversation as resolved.
Show resolved Hide resolved
- Support scaling and auto-failover even if a TiKV store fails in upgrading ([#2886](https://github.com/pingcap/tidb-operator/pull/2886), [@cofyc](https://github.com/cofyc))
- Fixed a bug where TidbMonitor resource could not be set ([#2878](https://github.com/pingcap/tidb-operator/pull/2878), [@weekface](https://github.com/weekface))
cofyc marked this conversation as resolved.
Show resolved Hide resolved
- <(.Values.monitor.create) and (.Values.monitor.grafana.create)>: can't give argument to non-function .Values.monitor.create ([#2869](https://github.com/pingcap/tidb-operator/pull/2869), [@8398a7](https://github.com/8398a7))
cofyc marked this conversation as resolved.
Show resolved Hide resolved
- Remove `readyToScaleThresholdSeconds` in `TidbClusterAutoScaler`, Operator won't support de-noise in `TidbClusterAutoScaler` ([#2862](https://github.com/pingcap/tidb-operator/pull/2862), [@Yisaer](https://github.com/Yisaer))
cofyc marked this conversation as resolved.
Show resolved Hide resolved
- Update the lightning used in tidb-backup-manager from v3.0.15 to v4.0.2 ([#2865](https://github.com/pingcap/tidb-operator/pull/2865), [@lichunzhu](https://github.com/lichunzhu))
cofyc marked this conversation as resolved.
Show resolved Hide resolved
- Collect metrics for TiCDC, TiDB Lightning and TiKV Importer ([#2835](https://github.com/pingcap/tidb-operator/pull/2835), [@weekface](https://github.com/weekface))
- Update PD/TiDB/TiKV config to v4.0.2 ([#2828](https://github.com/pingcap/tidb-operator/pull/2828), [@DanielZhangQD](https://github.com/DanielZhangQD))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is change in v1.1.2.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

L31-L35 are all introduced in v1.1.2

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these are added by mistake
fixed

- Fix the bug that `PD` Member may still be remained after scaling-in ([#2793](https://github.com/pingcap/tidb-operator/pull/2793), [@Yisaer](https://github.com/Yisaer))
- Support Auto-Scaler Reference in `TidbCluster` Status when there existed `TidbClusterAutoScaler` ([#2791](https://github.com/pingcap/tidb-operator/pull/2791), [@Yisaer](https://github.com/Yisaer))
cofyc marked this conversation as resolved.
Show resolved Hide resolved


# TiDB Operator v1.1.2 Release Notes

## Action Required
Expand Down