Skip to content

Commit

Permalink
bump TiDB Operator to 1.6.1 and TiDB to 8.5.0 (#5990)
Browse files Browse the repository at this point in the history
Co-authored-by: csuzhangxc <[email protected]>
  • Loading branch information
ti-chi-bot and csuzhangxc authored Dec 20, 2024
1 parent 7285ec1 commit ce7a8ef
Show file tree
Hide file tree
Showing 86 changed files with 105 additions and 109 deletions.
2 changes: 1 addition & 1 deletion charts/br-federation/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rbac:
# timezone is the default system timzone
timezone: UTC

image: pingcap/br-federation-manager:v1.6.0
image: pingcap/br-federation-manager:v1.6.1
imagePullPolicy: IfNotPresent
# imagePullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion charts/tidb-drainer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ timezone: UTC

# clusterName is the TiDB cluster name that should backup from or restore to.
clusterName: demo
clusterVersion: v8.1.0
clusterVersion: v8.5.0

baseImage: pingcap/tidb-binlog
imagePullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion charts/tidb-lightning/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# timezone is the default system timzone
timezone: UTC

image: pingcap/tidb-lightning:v8.1.0
image: pingcap/tidb-lightning:v8.5.0
imagePullPolicy: IfNotPresent
# imagePullSecrets: []

Expand Down
4 changes: 2 additions & 2 deletions charts/tidb-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ rbac:
timezone: UTC

# operatorImage is TiDB Operator image
operatorImage: pingcap/tidb-operator:v1.6.0
operatorImage: pingcap/tidb-operator:v1.6.1
imagePullPolicy: IfNotPresent
# imagePullSecrets: []

# tidbBackupManagerImage is tidb backup manager image
tidbBackupManagerImage: pingcap/tidb-backup-manager:v1.6.0
tidbBackupManagerImage: pingcap/tidb-backup-manager:v1.6.1

#
# Enable or disable tidb-operator features:
Expand Down
4 changes: 2 additions & 2 deletions cmd/http-service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/gin-gonic/gin v1.10.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0
github.com/pingcap/log v1.1.1-0.20240314023424-862ccc32f18d
github.com/pingcap/tidb-operator/pkg/apis v1.6.0
github.com/pingcap/tidb-operator/pkg/client v1.6.0
github.com/pingcap/tidb-operator/pkg/apis v1.6.1
github.com/pingcap/tidb-operator/pkg/client v1.6.1
go.uber.org/zap v1.27.0
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/grpc v1.67.1
Expand Down
2 changes: 1 addition & 1 deletion deploy/aliyun/manifests/db-monitor.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
# requests:
# cpu: 50m
# memory: 64Mi
version: v8.1.0
version: v8.5.0
kubePrometheusURL: ""
nodeSelector: {}
persistent: true
Expand Down
2 changes: 1 addition & 1 deletion deploy/aliyun/manifests/db.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ spec:
timezone: UTC
tlsCluster:
enabled: false
version: v8.1.0
version: v8.5.0
4 changes: 2 additions & 2 deletions deploy/aliyun/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "bastion_cpu_core_count" {

variable "operator_version" {
type = string
default = "v1.6.0"
default = "v1.6.1"
}

variable "operator_helm_values" {
Expand All @@ -36,7 +36,7 @@ variable "cluster_name" {

variable "tidb_version" {
description = "TiDB cluster version"
default = "v8.1.0"
default = "v8.5.0"
}
variable "tidb_cluster_chart_version" {
description = "tidb-cluster chart version"
Expand Down
2 changes: 1 addition & 1 deletion deploy/aws/manifests/db-monitor.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
# requests:
# cpu: 50m
# memory: 64Mi
version: v8.1.0
version: v8.5.0
kubePrometheusURL: ""
nodeSelector: {}
persistent: true
Expand Down
2 changes: 1 addition & 1 deletion deploy/aws/manifests/db.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ spec:
timezone: UTC
tlsCluster:
enabled: false
version: v8.1.0
version: v8.5.0
4 changes: 2 additions & 2 deletions deploy/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ variable "eks_version" {

variable "operator_version" {
description = "TiDB operator version"
default = "v1.6.0"
default = "v1.6.1"
}

variable "operator_values" {
Expand Down Expand Up @@ -80,7 +80,7 @@ variable "bastion_instance_type" {

# For aws tutorials compatiablity
variable "default_cluster_version" {
default = "v8.1.0"
default = "v8.5.0"
}

variable "default_cluster_pd_count" {
Expand Down
2 changes: 1 addition & 1 deletion deploy/gcp/manifests/db-monitor.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
# requests:
# cpu: 50m
# memory: 64Mi
version: v8.1.0
version: v8.5.0
kubePrometheusURL: ""
nodeSelector: {}
persistent: true
Expand Down
2 changes: 1 addition & 1 deletion deploy/gcp/manifests/db.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
helper:
image: busybox:1.34.1
version: v8.1.0
version: v8.5.0
timezone: UTC
pvReclaimPolicy: Retain
schedulerName: tidb-scheduler
Expand Down
4 changes: 2 additions & 2 deletions deploy/gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ variable "node_locations" {

variable "tidb_version" {
description = "TiDB version"
default = "v8.1.0"
default = "v8.5.0"
}

variable "tidb_operator_version" {
default = "v1.6.0"
default = "v1.6.1"
}

variable "tidb_operator_chart_version" {
Expand Down
2 changes: 1 addition & 1 deletion deploy/modules/aliyun/tidb-cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variable "image_id" {

variable "tidb_version" {
description = "TiDB cluster version"
default = "v8.1.0"
default = "v8.5.0"
}

variable "tidb_cluster_chart_version" {
Expand Down
2 changes: 1 addition & 1 deletion deploy/modules/aws/tidb-cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ variable "cluster_name" {

variable "cluster_version" {
type = string
default = "v8.1.0"
default = "v8.5.0"
}

variable "ssh_key_name" {
Expand Down
2 changes: 1 addition & 1 deletion deploy/modules/gcp/tidb-cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variable "tidb_operator_id" {
variable "cluster_name" {}
variable "cluster_version" {
description = "The TiDB cluster version"
default = "v8.1.0"
default = "v8.5.0"
}
variable "tidb_cluster_chart_version" {
description = "The TiDB cluster chart version"
Expand Down
2 changes: 1 addition & 1 deletion deploy/modules/share/tidb-cluster-release/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "cluster_name" {

variable "cluster_version" {
type = string
default = "v8.1.0"
default = "v8.5.0"
}

variable "pd_count" {
Expand Down
2 changes: 1 addition & 1 deletion examples/advanced-statefulset/tidb-cluster-scaled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
tikv.tidb.pingcap.com/delete-slots: '[1]'
name: asts
spec:
version: v8.1.0
version: v8.5.0
timezone: UTC
pvReclaimPolicy: Retain
enableDynamicConfiguration: true
Expand Down
2 changes: 1 addition & 1 deletion examples/advanced-statefulset/tidb-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: TidbCluster
metadata:
name: asts
spec:
version: v8.1.0
version: v8.5.0
timezone: UTC
pvReclaimPolicy: Retain
enableDynamicConfiguration: true
Expand Down
14 changes: 7 additions & 7 deletions examples/advanced/tidb-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
#######################

## TiDB cluster version
version: "v8.1.0"
version: "v8.5.0"

## Time zone of TiDB cluster Pods
timezone: UTC
Expand Down Expand Up @@ -218,7 +218,7 @@ spec:
#############################

## The following block overwrites TiDB cluster-level configurations in `spec`
# version: "v8.1.0"
# version: "v8.5.0"
# imagePullPolicy: IfNotPresent
# imagePullSecrets:
# - name: secretName
Expand Down Expand Up @@ -408,7 +408,7 @@ spec:
###############################

## The following block overwrites TiDB cluster-level configurations in `spec`
# version: "v8.1.0"
# version: "v8.5.0"
# imagePullPolicy: IfNotPresent
# imagePullSecrets:
# - name: secretName
Expand Down Expand Up @@ -619,7 +619,7 @@ spec:
###############################

## The following block overwrites TiDB cluster-level configurations in `spec`
# version: "v8.1.0"
# version: "v8.5.0"
# imagePullPolicy: IfNotPresent
# imagePullSecrets:
# - name: secretName
Expand Down Expand Up @@ -803,7 +803,7 @@ spec:
## Ref: https://docs.pingcap.com/tidb-in-kubernetes/stable/deploy-tidb-binlog/#deploy-pump
# pump:
# baseImage: pingcap/tidb-binlog
# version: "v8.1.0"
# version: "v8.5.0"
# replicas: 1
# storageClassName: local-storage
# requests:
Expand Down Expand Up @@ -848,7 +848,7 @@ spec:
## Ref: https://docs.pingcap.com/tidb-in-kubernetes/stable/deploy-ticdc/
# ticdc:
# baseImage: pingcap/ticdc
# version: "v8.1.0"
# version: "v8.5.0"
# replicas: 3
# storageClassName: local-storage
# requests:
Expand Down Expand Up @@ -897,7 +897,7 @@ spec:
# # Basic TiFlash Configuration #
# ###############################
# baseImage: pingcap/tiflash
# version: "v8.1.0"
# version: "v8.5.0"
# replicas: 1
# # limits:
# # cpu: 2000m
Expand Down
2 changes: 1 addition & 1 deletion examples/advanced/tidb-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ spec:
## ImagePullPolicy of initializer.
# imagePullPolicy: IfNotPresent
## Initializer version.
version: v8.1.0
version: v8.5.0

## Describes the compute resource requirements and limits of initializer.
## Ref: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
Expand Down
2 changes: 1 addition & 1 deletion examples/aks/tidb-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: TidbCluster
metadata:
name: basic
spec:
version: v8.1.0
version: v8.5.0
timezone: UTC
configUpdateStrategy: RollingUpdate
pvReclaimPolicy: Retain
Expand Down
2 changes: 1 addition & 1 deletion examples/aks/tidb-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
initializer:
baseImage: pingcap/tidb-monitor-initializer
imagePullPolicy: IfNotPresent
version: v8.1.0
version: v8.5.0
kubePrometheusURL: ""
persistent: true
prometheus:
Expand Down
2 changes: 1 addition & 1 deletion examples/auto-scale/tidb-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: TidbCluster
metadata:
name: auto-scaling-demo
spec:
version: v8.1.0
version: v8.5.0
timezone: UTC
pvReclaimPolicy: Retain
enableDynamicConfiguration: true
Expand Down
2 changes: 1 addition & 1 deletion examples/auto-scale/tidb-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
version: 7.5.11
initializer:
baseImage: pingcap/tidb-monitor-initializer
version: v8.1.0
version: v8.5.0
reloader:
baseImage: pingcap/tidb-monitor-reloader
version: v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion examples/aws/tidb-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: TidbCluster
metadata:
name: basic
spec:
version: v8.1.0
version: v8.5.0
timezone: UTC
configUpdateStrategy: RollingUpdate
pvReclaimPolicy: Retain
Expand Down
2 changes: 1 addition & 1 deletion examples/aws/tidb-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
initializer:
baseImage: pingcap/tidb-monitor-initializer
imagePullPolicy: IfNotPresent
version: v8.1.0
version: v8.5.0
kubePrometheusURL: ""
persistent: true
prometheus:
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-cn/tidb-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kind: TidbCluster
metadata:
name: basic
spec:
version: v8.1.0
version: v8.5.0
timezone: UTC
pvReclaimPolicy: Retain
enableDynamicConfiguration: true
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-cn/tidb-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
version: 7.5.11
initializer:
baseImage: uhub.service.ucloud.cn/pingcap/tidb-monitor-initializer
version: v8.1.0
version: v8.5.0
reloader:
baseImage: uhub.service.ucloud.cn/pingcap/tidb-monitor-reloader
version: v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-random-password/tidb-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kind: TidbCluster
metadata:
name: basic
spec:
version: v8.1.0
version: v8.5.0
timezone: UTC
pvReclaimPolicy: Retain
enableDynamicConfiguration: true
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-storagevolumes/tidb-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kind: TidbCluster
metadata:
name: basic
spec:
version: v8.1.0
version: v8.5.0
timezone: UTC
pvReclaimPolicy: Retain
enableDynamicConfiguration: true
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-storagevolumes/tidb-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
version: 7.5.11
initializer:
baseImage: uhub.service.ucloud.cn/pingcap/tidb-monitor-initializer
version: v8.1.0
version: v8.5.0
reloader:
baseImage: uhub.service.ucloud.cn/pingcap/tidb-monitor-reloader
version: v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-tls/tidb-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
tlsCluster:
enabled: true
version: v8.1.0
version: v8.5.0
timezone: UTC
pvReclaimPolicy: Delete
enableDynamicConfiguration: true
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-tls/tidb-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
version: 7.5.11
initializer:
baseImage: pingcap/tidb-monitor-initializer
version: v8.1.0
version: v8.5.0
reloader:
baseImage: pingcap/tidb-monitor-reloader
version: v1.0.1
Expand Down
Loading

0 comments on commit ce7a8ef

Please sign in to comment.