Releases: pingcap/tidb-operator
v2.1.0-alpha.16
What's Changed
- feat: implement primary transfer functionality for Resource Manager by @okJiang in #6661
- chore: update release-v1.yaml for running action successfully by @lybcodes in #6694
- Add operator build info metric by @SuperQ in #6680
- chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /tools/helm by @dependabot[bot] in #6695
- chore(deps): bump the aws group across 1 directory with 11 updates by @dependabot[bot] in #6670
- pd: support router micro service in tidb-operator by @bufferflies in #6683
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.284.0 to 1.285.0 in the aws group across 1 directory by @dependabot[bot] in #6698
- fix(store): set offline if the instance has been deleting by @liubog2008 in #6692
- chore(deps): bump golang from 1.25.5 to 1.25.6 in /image by @dependabot[bot] in #6700
- chore(deps): bump the ginkgo group across 4 directories with 2 updates by @dependabot[bot] in #6655
- chore(deps): bump golang from
ce63a16to0c87ea6in /image by @dependabot[bot] in #6706 - fix(br): return if object is not found by @liubog2008 in #6705
- chore(deps): bump github.com/onsi/gomega from 1.39.0 to 1.39.1 in /tests/validation in the ginkgo group across 1 directory by @dependabot[bot] in #6707
- chore(deps): bump pingcap-qe/bases/pingcap-base from v1.11.0 to v1.11.1 in /image by @dependabot[bot] in #6710
- chore(deps): bump golang from
0c87ea6to06d1251in /image by @dependabot[bot] in #6711 - chore(hack): add script to update go modules by @liubog2008 in #6713
- chore(dep): update go modules by @liubog2008 in #6718
- chore(hack): avoid updating some unversioned modules by @liubog2008 in #6719
- chore(deps): bump golang from 1.25.6 to 1.25.7 in /image by @dependabot[bot] in #6724
- chore(deps): bump the k8s group across 7 directories with 12 updates by @dependabot[bot] in #6729
- chore(deps): bump the aws group across 1 directory with 14 updates by @dependabot[bot] in #6755
- chore(deps): bump pingcap-qe/bases/pingcap-base from
24ecefctobf0bb17in /image by @dependabot[bot] in #6758 - chore(deps): bump pingcap-qe/bases/pingcap-base from v1.11.1 to v1.11.2 in /image by @dependabot[bot] in #6788
- chore(deps): bump the k8s group across 7 directories with 12 updates by @dependabot[bot] in #6747
- chore(deps): bump the aws group across 1 directory with 13 updates by @dependabot[bot] in #6785
- chore(dep): update go version to v1.25.8 by @liubog2008 in #6790
- fix(e2e): no need to apply crds manually by @liubog2008 in #6793
- feat: support independent kvengine remote worker and compactor worker by @liubog2008 in #6787
- tidb,tiproxy: expose max surge on tidb/tiproxygroup spec by @YangKeao in #6797
- chore(dep): update go modules by @liubog2008 in #6799
New Contributors
Full Changelog: v2.1.0-alpha.15...v2.1.0-alpha.16
v2.0.1
What's Changed
- fix(cluster): cluster is not suspended if no components (#6639) by @ti-chi-bot in #6640
- fix(hack): make get-grafana-dashboards.sh more robust (#6643) by @ti-chi-bot in #6645
- cp(6692): set offline if the instance has been deleting by @liubog2008 in #6704
- fix(br): return if object is not found (#6705) by @ti-chi-bot in #6708
- chore(hack): add script to update go modules (#6713) by @ti-chi-bot in #6716
- chore(hack): avoid updating some unversioned modules (#6719) by @ti-chi-bot in #6723
- chore(dep): update go modules by @liubog2008 in #6782
Full Changelog: v2.0.0...v2.0.1
v1.6.5
We're glad to announce the v1.6.5 release of the TiDB Operator!
Please refer to the CHANGELOG for all the changes in this release and our official documents to learn how to use TiDB Operator to manage TiDB clusters in Kubernetes.
Docker images:
docker pull pingcap/tidb-operator:v1.6.5
docker pull pingcap/tidb-backup-manager:v1.6.5
Helm Charts:
# helm repo add pingcap https://charts.pingcap.org/
# helm search repo pingcap --version=v1.6.5
NAME CHART VERSION APP VERSION DESCRIPTION
pingcap/tidb-operator v1.6.5 v1.6.5 tidb-operator Helm chart for Kubernetes
v2.1.0-alpha.15
What's Changed
- chore(deps): bump golang from
0f406d3to8bbd140in /image by @dependabot[bot] in #6659 - fix(syncer): close metrics server for resource syncer by @liubog2008 in #6664
- fix(crd): fix invalid gv config when applying crds by @liubog2008 in #6667
- fix(store): server labels are reloadable by @liubog2008 in #6668
Full Changelog: v2.1.0-alpha.14...v2.1.0-alpha.15
v2.1.0-alpha.14
What's Changed
- fix(cluster): cluster is not suspended if no components by @liubog2008 in #6639
- feat(store): support server labels for store by @liubog2008 in #6638
- fix(dep): fix toolchain updation by @liubog2008 in #6642
- fix(hack): make get-grafana-dashboards.sh more robust by @fgksgf in #6643
- chore(deps): bump golang from
36b4f45tob6ba523in /image by @dependabot[bot] in #6636 - feat(updater): support manually specifying priority by @liubog2008 in #6641
- chore(deps): bump github.com/golangci/golangci-lint/v2 from 2.7.2 to 2.8.0 in /tools/golangci-lint by @dependabot[bot] in #6646
- feat: add resource-manager support to PD microservices by @okJiang in #6635
- feat(crd): support applying crd by operator by @liubog2008 in #6644
- chore(deps): bump golang from
6cc2338to0f406d3in /image by @dependabot[bot] in #6654 - test(e2e): check panic count by @liubog2008 in #6652
- chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.20.0 to 1.21.0 in the azure group across 1 directory by @dependabot[bot] in #6657
New Contributors
Full Changelog: v2.1.0-alpha.13...v2.1.0-alpha.14
v2.1.0-alpha.13
What's Changed
- chore(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.10 by @dependabot[bot] in #6578
- chore(deps): bump github.com/go-logr/logr from 1.4.2 to 1.4.3 by @dependabot[bot] in #6581
- chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.17.0 to 1.20.0 by @dependabot[bot] in #6580
- chore(tools): support using go tools by @liubog2008 in #6584
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.177.3 to 1.275.1 by @dependabot[bot] in #6579
- feat(syncer): add resource syncer by @liubog2008 in #6595
- chore(dep): update dependabot and support post update action by @liubog2008 in #6598
- chore(deps): bump the k8s group across 6 directories with 14 updates by @dependabot[bot] in #6599
- feat: add new github action for tidb-operator-release v1.x by @lybcodes in #6606
- feat(ticdc): support dynamic secret syncer by @liubog2008 in #6608
- chore(deps): bump the k8s group across 7 directories with 12 updates by @dependabot[bot] in #6613
- chore(dep): support update dockerfile and fix post dependabot action by @liubog2008 in #6614
- chore(deps): bump github.com/apache/skywalking-eyes from 0.7.1-0.20250707035003-049742de2276 to 0.8.0 in /tools/license-eye by @dependabot[bot] in #6605
- chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.10.1 to 1.13.1 in the azure group across 1 directory by @dependabot[bot] in #6601
- chore(deps): bump the ginkgo group across 4 directories with 2 updates by @dependabot[bot] in #6602
- chore(deps): bump helm.sh/helm/v3 from 3.17.3 to 3.17.4 in /tools/helm by @dependabot[bot] in #6604
- chore(deps): bump pingcap-qe/bases/pingcap-base from v1.10.0 to v1.11.0 in /image by @dependabot[bot] in #6616
- chore(deps): bump the aws group across 1 directory with 11 updates by @dependabot[bot] in #6600
- chore(deps): bump github.com/golangci/golangci-lint/v2 from 2.1.6 to 2.7.2 in /tools/golangci-lint by @dependabot[bot] in #6603
- chore(lint): fix some lint issues by @liubog2008 in #6617
- chore(deps): bump github.com/onsi/gomega from 1.38.2 to 1.38.3 in /tests/validation in the ginkgo group across 1 directory by @dependabot[bot] in #6620
- refactor(finalizer): combine instance finalizer task by @liubog2008 in #6619
- feat(tikvworker): support tikv worker by @liubog2008 in #6621
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.278.0 to 1.279.0 in the aws group across 1 directory by @dependabot[bot] in #6623
- chore(dep): update toolchain when dockerfile is updating by @liubog2008 in #6625
- feat(tikv): add worker ref by @liubog2008 in #6624
- chore(deps): bump golang from 1.25.4 to 1.25.5 in /image by @dependabot[bot] in #6615
- feat(tikv): change tikv worker ref api by @liubog2008 in #6626
- feat(cluster): support using FQDN by @liubog2008 in #6627
- fix(tikvworker): watch tikvworkergroup in cluster controller by @liubog2008 in #6628
- feat(client): support ignore diff annotation by @liubog2008 in #6631
- fix(e2e): change short time to long when import by @liubog2008 in #6632
- chore(dep): support auto update golang.org/* dep by @liubog2008 in #6633
Full Changelog: v2.1.0-alpha.12...v2.1.0-alpha.13
v2.1.0-alpha.12
What's Changed
- fix(image): auto clean buildx local build cache by @liubog2008 in #6566
- fix(version): fix dirty version of binaries by @liubog2008 in #6570
- fix(timanager): fix lost event issue by @liubog2008 in #6572
- chore(dep): add dependabot for k8s dependencies by @liubog2008 in #6576
- chore(deps): bump the k8s group across 3 directories with 9 updates by @dependabot[bot] in #6577
- fix(tidb): unexpectedly use secret for sem config by @liubog2008 in #6573
Full Changelog: v2.1.0-alpha.11...v2.1.0-alpha.12
v2.0.0
What's Changed
- fix(tikv): fix unexpected hangs (#6459) by @ti-chi-bot in #6460
- Opt: change default wait duration from 6 hours to 15 seconds for Azure (#6489) by @ti-chi-bot in #6490
- manually cherry pick features to release-2.0 by @liubog2008 in #6545
- cherrypick: feat(go): change main module to v2 (#6543) by @liubog2008 in #6547
- fix(version): built version is always dirty (#6544) by @ti-chi-bot in #6546
- fix(cluster): fix deletion when pd addr is not updated (#6548) by @ti-chi-bot in #6550
- cp: fix(version): fix dirty version of binaries by @liubog2008 in #6571
- fix(timanager): fix lost event issue (#6572) by @liubog2008 in #6575
Full Changelog: v2.0.0-beta.9...v2.0.0
v2.0.0-beta.10
What's Changed
- fix(tikv): fix unexpected hangs (#6459) by @ti-chi-bot in #6460
- Opt: change default wait duration from 6 hours to 15 seconds for Azure (#6489) by @ti-chi-bot in #6490
- manually cherry pick features to release-2.0 by @liubog2008 in #6545
- cherrypick: feat(go): change main module to v2 (#6543) by @liubog2008 in #6547
- fix(version): built version is always dirty (#6544) by @ti-chi-bot in #6546
- fix(cluster): fix deletion when pd addr is not updated (#6548) by @ti-chi-bot in #6550
- cp: fix(version): fix dirty version of binaries by @liubog2008 in #6571
- fix(timanager): fix lost event issue (#6572) by @liubog2008 in #6575
Full Changelog: v2.0.0-beta.9...v2.0.0-beta.10
v1.6.4
We're glad to announce the v1.6.4 release of the TiDB Operator!
Please refer to the CHANGELOG for all the changes in this release and our official documents to learn how to use TiDB Operator to manage TiDB clusters in Kubernetes.
Docker images:
docker pull pingcap/tidb-operator:v1.6.4
docker pull pingcap/tidb-backup-manager:v1.6.4
Helm Charts:
# helm repo add pingcap https://charts.pingcap.org/
# helm search repo pingcap --version=v1.6.4
NAME CHART VERSION APP VERSION DESCRIPTION
pingcap/tidb-operator v1.6.4 v1.6.4 tidb-operator Helm chart for Kubernetes