CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 517
Releases: pingcap/tidb-operator
v2.0.0-beta.2
e70b7ae
Compare
What's Changed
- Fix cannot del tiflash/tikv instance if pod is deleted (#6298) by @ti-chi-bot in #6299
- fix(store): fail if pd is not ready (#6275) by @ti-chi-bot in #6301
- fix(tikv): evict all leaders before deleting tikv (#6311) by @ti-chi-bot in #6316
- fix(pd): del boot anno after pd is ready (#6318) by @ti-chi-bot in #6319
- fix deploy tiproxy when enable cluster tls (#6328) by @ti-chi-bot in #6329
- Fix(pd): add feature gate check before calling GetMemberReady (#6330) by @ti-chi-bot in #6331
Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2
Assets 4
v1.6.3
49c3202
Compare
We're glad to announce the v1.6.3 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.3
docker pull pingcap/tidb-backup-manager:v1.6.3
Helm Charts:
# helm repo add pingcap https://charts.pingcap.org/
# helm search repo pingcap --version=v1.6.3
NAME CHART VERSION APP VERSION DESCRIPTION
pingcap/tidb-lightning v1.6.3 A Helm chart for TiDB Lightning
pingcap/tidb-operator v1.6.3 v1.6.3 tidb-operator Helm chart for Kubernetes
Assets 2
v1.6.2
5304e41
Compare
We're glad to announce the v1.6.2 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.2
docker pull pingcap/tidb-backup-manager:v1.6.2
Helm Charts:
# helm repo add pingcap https://charts.pingcap.org/
# helm search repo pingcap --version=v1.6.2
NAME CHART VERSION APP VERSION DESCRIPTION
pingcap/tidb-lightning v1.6.2 A Helm chart for TiDB Lightning
pingcap/tidb-operator v1.6.2 v1.6.2 tidb-operator Helm chart for Kubernetes
Assets 2
v2.0.0-beta.1
85cda66
Compare
What's Changed
- fix(updater): fix scale issues because of read-after-write inconsistency (#6287) by @ti-chi-bot in #6292
- Fix do not retry when
GetMemberReady
fail (#6293) by @ti-chi-bot in #6297
Full Changelog: v2.0.0-beta.0...v2.0.0-beta.1
Assets 4
v2.0.0-beta.0
c4fedd2
Compare
What's Changed
- fix(image): change default prestop hook image by @liubog2008 in #6289
- Chore: update the version to v8.5.2 in examples and add tiproxy yaml by @fgksgf in #6290
- Add a feature gate to use PD's ready API as the readiness probe by @fgksgf in #6282
Full Changelog: v2.0.0-alpha.5...v2.0.0-beta.0
Assets 4
v2.0.0-alpha.6
3e3a0fd
Compare
What's Changed
- feat(log): add id for report and use logger from ctx by @liubog2008 in #6276
- Test: add a basic upgrade e2e test by @fgksgf in #6264
- Opt: polish crd-modifier by @fgksgf in #6278
- feat(semver): add compatibility pkg to check component semver by @liubog2008 in #6279
- chore(group): refactor and remove unused code by @liubog2008 in #6280
- feat(kube): upgrade kubernetes api to v1.32 by @liubog2008 in #6284
- fix(tidb): remove unused service field in tidbgroup by @liubog2008 in #6286
Full Changelog: v2.0.0-alpha.4...v2.0.0-alpha.6
Assets 4
v2.0.0-alpha.5
3e3a0fd
Compare
What's Changed
- feat(log): add id for report and use logger from ctx by @liubog2008 in #6276
- Test: add a basic upgrade e2e test by @fgksgf in #6264
- Opt: polish crd-modifier by @fgksgf in #6278
- feat(semver): add compatibility pkg to check component semver by @liubog2008 in #6279
- chore(group): refactor and remove unused code by @liubog2008 in #6280
- feat(kube): upgrade kubernetes api to v1.32 by @liubog2008 in #6284
- fix(tidb): remove unused service field in tidbgroup by @liubog2008 in #6286
Full Changelog: v2.0.0-alpha.4...v2.0.0-alpha.5
Assets 4
v2.0.0-alpha.4
f8d71dd
Compare
What's Changed
- Opt: extract a common task to set server labels by @fgksgf in #6238
- Chore: fix gocritic, gosec, testifylint, errcheck linters by @fgksgf in #6248
- Chore: Rename
VolumeAttributeClass
toVolumeAttributesClass
by @fgksgf in #6253 - feat(tso): support transfer leader of tso by @liubog2008 in #6259
- Opt: add more validation rules by @fgksgf in #6249
- Opt: Add a ValidatingAdmissionPolicy for volume storage by @fgksgf in #6266
- Chore: fix
lll
andunparam
linters by @fgksgf in #6265 - fix(store): fix deletion bug when del tikv or tiflash by @liubog2008 in #6273
Full Changelog: v2.0.0-alpha.3...v2.0.0-alpha.4
Assets 4
v2.0.0-alpha.3
b7bbed4
Compare
What's Changed
- fix(release): fix permission of release action by @liubog2008 in #6240
Full Changelog: v2.0.0-alpha.2...v2.0.0-alpha.3
Assets 4
v2.0.0-alpha.2
4572617
Compare
What's Changed
- fix(br): rename backup-manager to tidb-backup-manager by @liubog2008 in #6200
- doc(rfc): add feature gates design by @liubog2008 in #6199
- doc(rfc): add a design doc about tiproxy by @fgksgf in #6198
- fix(instance): wait until pd addr is registered into cluster status by @liubog2008 in #6201
- Feat: add tiproxy CRD by @fgksgf in #6196
- fix(updater): support scale in/out to replace update by @liubog2008 in #6203
- fix(br): mount gcp credentials directly into br jobs by @liubog2008 in #6211
- feat(group): support scale subresource by @liubog2008 in #6213
- feat(tidb): support setting server labels dynamically by @fgksgf in #6202
- Chore: bump golangci-lint to v2 by @fgksgf in #6215
- feat(validation): cannot overlay pod labels starting with pingcap.com/ by @liubog2008 in #6216
- feat(pd): add log for pd by @liubog2008 in #6218
- Feat: add tiproxy controllers by @fgksgf in #6214
- Feat: define TiBR CRDs by @grovecai in #6217
- Fix: register TiProxy and TiProxyGroup controllers by @fgksgf in #6221
- Fix(scheduler): add the task to sync the instance condition of
Synced
by @fgksgf in #6219 - Chore: add a script to get all grafana dashboards and fix helm chart's version verification by @fgksgf in #6225
- add tibr controller by @grovecai in #6223
- feat(pkg): support modifying feature gates by @liubog2008 in #6226
- add TiBR design doc by @grovecai in #6220
- Chore: do not use tc as the category by @fgksgf in #6232
- Fix(tikv): wait for leaders to transfer back during rolling restart by @fgksgf in #6229
- fix(tikv): check the leader count based on the total region count by @fgksgf in #6235
- feat(charts): support release charts to ghcr.io by @liubog2008 in #6236
New Contributors
Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.2