Skip to content

Releases: oceanbase/ob-operator

oceanbase-dashboard-0.3.1

06 Sep 09:13
d4336bf
Compare
Choose a tag to compare

Helm chart for OceanBase dashboard v0.3.1

What's Changed

Features

  1. Added access control module #413

Bugfix

  1. Fixed the bug where storage values are printed in byte unit

How to use

helm repo add ob-operator https://oceanbase.github.io/ob-operator/
helm repo update ob-operator
# Install 
helm install oceanbase-dashboard ob-operator/oceanbase-dashboard --version=0.3.1
# Upgrade
helm upgrade oceanbase-dashboard ob-operator/oceanbase-dashboard --version=0.3.1

oceanbase-cluster-4.2.3-sp.1-101000032024061316

20 Jun 08:30
58407d8
Compare
Choose a tag to compare

A Helm chart for Kubernetes to deploy OceanBase cluster

ob-operator-2.2.2

18 Jun 02:46
9e664cd
Compare
Choose a tag to compare

New Features

  1. Support for default storage class by leaving storageClass fields empty. #389
  2. Support for pausing reconciling CRD through /pause-reconciling: "true" annotation. Which may become a solution of issue #181
  3. Support for changing storage class of running OBClusters. #382
  4. New CRD OBClusterOperation for common operations of OBClusters. #114

Bug fixes

  1. Fixed issue that cluster may get deactivated after being shrunk by half.

oceanbase-dashboard-0.3.0

28 Jun 10:09
0d6948c
Compare
Choose a tag to compare

Helm chart for OceanBase dashboard v0.3.0

What's Changed

Features

  1. Added support for Alarm management #229
  2. Added support for OBProxy management #171
  3. Added support for connecting to database via ODC temporary session #371

Bugfix

  1. Fixed the bug where tenant's topology diagram show spec instead of status #331

How to use

helm repo add ob-operator https://oceanbase.github.io/ob-operator/
helm repo update ob-operator
# Install 
helm install oceanbase-dashboard ob-operator/oceanbase-dashboard --version=0.3.0
# Upgrade
helm upgrade oceanbase-dashboard ob-operator/oceanbase-dashboard --version=0.3.0

oceanbase-cluster-4.2.1-sp.7-107000162024060611

06 Jun 12:17
5645e56
Compare
Choose a tag to compare

A Helm chart for Kubernetes to deploy OceanBase cluster

oceanbase-cluster-4.3.1-sp.0-100000032024051615

22 May 11:22
f5cf1b3
Compare
Choose a tag to compare

A Helm chart for Kubernetes to deploy OceanBase cluster

oceanbase-cluster-4.2.1-sp.6-106000012024042515

20 May 04:00
3aeead6
Compare
Choose a tag to compare

A Helm chart for Kubernetes to deploy OceanBase cluster

ob-operator-2.2.1

15 May 03:55
9885847
Compare
Choose a tag to compare

New features

  1. Support for customizing configuration of ob-operator by setting environment variables.
  2. Support for attaching backup volume after OceanBase cluster started if static ip is supported.
  3. Support for deleting protection of important resources by adding annotation.
  4. Support for migrating OceanBase cluster to be managed by ob-operator.

Bug fixes

  1. Fixed issue when creating backup tenant across namespace.
  2. Fixed issue when recover observer if OceanBase cluster is not accessible.

Optimization

  1. Checked log storage volume fit OceanBase's requirement before actually create the cluster.
  2. Optimized version check when creating OceanBase cluster in service mode.

oceanbase-dashboard-0.2.1

25 Apr 12:32
a137a7d
Compare
Choose a tag to compare

Helm Chart for OceanBase dashboard v0.2.1

What's Changed

Features

  1. Added support for connecting cluster sys and tenant in Connection tab #191

Bugfix

  1. Fixed wrong IP displays in OBCluster with service mode #307
  2. Removed restriction for tenant name that digits are not permitted #321
  3. Fixed error that occurs when syncing a primary tenant after restoring from backup data

How to use

helm repo add ob-operator https://oceanbase.github.io/ob-operator/
helm repo update ob-operator
# Install 
helm install oceanbase-dashboard ob-operator/oceanbase-dashboard --version=0.2.1
# Upgrade
helm upgrade oceanbase-dashboard ob-operator/oceanbase-dashboard --version=0.2.1

oceanbase-cluster-4.3.0-sp.1-100000242024032211

16 Apr 06:22
6f9e689
Compare
Choose a tag to compare

A Helm chart for Kubernetes to deploy OceanBase cluster