2.3.2 (Release on 2025.06.12)
New Feature
Support to keep static IP address when using kube-ovn as network plugin
Bugfix
- Fix connection problem when upgrading single node cluster.
- Fix monitor password config problem when creating obcluster with obagent in multiple K8s clusters.
V2.3.1 (Release on 2024.11.28)
New Feature
Support tenant variable and parameter management.
Bugfix
- Fix obagent deployment with service or standalone mode.
- Fix sql execution failure when adding server to the cluster in certain scenario.
Enhancement
Add image and store config to the output of obcluster resource.
V2.3.0 (Release on 2024.10.14)
New Features
- Support for scheduling OceanBase cluster across multiple K8s clusters.
- Support for backing up to Tencent COS, AWS s3 and s3 compatible storage.
- Support for deleting specific OBServer.
- Support for optimizing parameters and variables by scenario.
- Support for setting most of native fields of Pods to OBServer.
Bug fixes
Fixed the issue that it get stuck when a 2-2-2 cluster rolling replace its OBServer pods.
Optimization
Supplement several new types of OBTenantOperation to perform common operations like creating or deleting resource pools, setting unit number and so on.
V2.2.2 (Release on 2024.06.18)
New Features
- Support for default storage class by leaving
storageClassfields empty. - Support for pausing reconciling CRD through
/pause-reconciling: "true"annotation. Which may become a solution of issue. - Support for changing storage class of running OBClusters.
- New CRD
OBClusterOperationfor common operations of OBClusters.
Bug fixes
Fixed issue that cluster may get deactivated after being shrunk by half.
V2.2.1 (Released on 2024.05.15)
New features
- Support for customizing configuration of ob-operator by setting environment variables.
- Support for attaching backup volume after OceanBase cluster started if static ip is supported.
- Support for deleting protection of important resources by adding annotation.
- Support for migrating OceanBase cluster to be managed by ob-operator.
Bug fixes
- Fixed issue when creating backup tenant across namespace.
- Fixed issue when recover observer if OceanBase cluster is not accessible.
Optimization
- Checked log storage volume fit OceanBase's requirement before actually create the cluster.
- Optimized version check when creating OceanBase cluster in service mode.
V2.2.0 (Released on 2024.03.28)
New features
- Support for binding static IP address of observer without depending on certain CNI by introducing the
servicemode of OBCluster. - Support for correcting
Statusof OceanBase related resources usingdelete,reset,skipandretryoperations offered by CRDOBResourceRescue. - Support for expanding PVCs dynamically when the OBCluster is running.
Bug fixes
Fixed infinite retry when creating a tenant that requires resource (CPU, Memory etc.) more than available.
Optimization
- Accelerated reconciliation when sub resource changes.
- Exposed metrics of controller manager through prometheus standard interface.
V2.1.2 (Released on 2024.01.24)
New features
- Support for creating OceanBase clusters in standalone mode by adding annotation
"oceanbase.oceanbase.com/mode": "standalone". - Support for scaling cluster's resources (CPU and Memory) in place in standalone mode.
- Support for binding single PVC with pods by setting annotation
"oceanbase.oceanbase.com/single-pvc": "true". - Support for binding a service account with pods by configuring
spec.serviceAccountfor OBCluster.
Bug fixes
- Fixed unexpected behavior when ob-operator restarts during observer recovery.
- Avoided random deletion of OBServer when modifying OBZone replicas.
Optimization
- Optimized task manager by adding token pool to limit maximum number of concurrent running tasks.
- Optimized database connection pool by replacing
sync.Mapwith expirable LRU cache. - Reduced required user credentials to create OBCluster. Automatically create credentials for user
proxyro,monitorandoperatorif not specified. - Reduced required user credentials to create OBTenant. Automatically create credentials for user
rootandstandbyroif not specified. - Ensured the deploying image is ready before the OceanBase cluster is actually created.
V2.1.1 (Released on 2023.12.20)
New features
- Support for adding annotation
oceanbase.oceanbase.com/independent-pvc-lifecycleto theOBClusterresource to make PVC remain after theOBClusterresource is deleted. - Support for tenant upgrade with the
OBTenantOperationresource, which is a feature introduced since OceanBase Database V4.1. - Support for setting cluster parameters with
optstrin startup command ofobserver.
Bug fixes
- Fixed the issue of unrestricted memory consumption in some container runtimes by explicitly setting the
memory_limitparameter. - Avoided long waits for changes to take effect when parameters are altered after cluster bootstraps by setting these parameters during startup.
Optimization
- Reduced initial value of
datafile_sizeand use incremental step to scale up when needed. - Enhanced resource validation, especially for
OBClusterandOBTenantresources.
V2.1.0 (Released on 2023.11.20)
New features
- Added toleration and affinity options to cluster parameters.
- Support for restoring tenant and creating standby tenant from backup data.
- The ARM image is now provided.
Bug fixes
- Fixed issues that may be caused by concurrent writes to map.
- Fixed the issue where expired database connections were used during tenant backup.
- Fixed the issue of SQL syntax compatibility with OceanBase Database 4.2.1.
Optimization
- Optimized failed task retry with backoff.
- Added event logging and improved log outputs.
V2.0.0 (Released on 2023.09.26)
New features
- Support OceanBase Cluster management.
- Support Oceanbase Tenant management.
- Support for monitoring OceanBase database with OBAgent.