Skip to content

Commit ad432e1

Browse files
bump version to 2.3.3
1 parent 229a41d commit ad432e1

15 files changed

Lines changed: 128 additions & 117 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif
99

1010
include make/*
1111

12-
VERSION ?= 2.3.2
12+
VERSION ?= 2.3.3
1313
# Image URL to use all building/pushing image targets
1414
IMG ?= quay.io/oceanbase/ob-operator:${VERSION}
1515
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.

charts/ob-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
appVersion: 2.3.2
2+
appVersion: 2.3.3
33
description: A Helm chart for OB-Operator
44
name: ob-operator
55
type: application
6-
version: 2.3.2
6+
version: 2.3.3

charts/ob-operator/templates/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21851,7 +21851,7 @@ spec:
2185121851
env:
2185221852
- name: TELEMETRY_REPORTER
2185321853
value: {{ .Values.reporter }}
21854-
image: quay.io/oceanbase/ob-operator:2.3.2
21854+
image: quay.io/oceanbase/ob-operator:2.3.3
2185521855
livenessProbe:
2185621856
httpGet:
2185721857
path: /healthz

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: quay.io/oceanbase/ob-operator
8-
newTag: 2.3.2
8+
newTag: 2.3.3

deploy/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21864,7 +21864,7 @@ spec:
2186421864
env:
2186521865
- name: TELEMETRY_REPORTER
2186621866
value: ob-operator
21867-
image: quay.io/oceanbase/ob-operator:2.3.2
21867+
image: quay.io/oceanbase/ob-operator:2.3.3
2186821868
livenessProbe:
2186921869
httpGet:
2187021870
path: /healthz

docsite/i18n/zh-Hans/docusaurus-plugin-content-pages/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# 变更日志
22

3+
## 2.3.3 (发布于 2025.09.08)
4+
5+
### 新增特性
6+
1. 支持 S3_COMPATIBLE 类型备份存储配置 addressingModel
7+
2. 支持创建租户时设置变量,用于设置一些无法在创建后修改的变量
8+
39
## 2.3.2 (发布于 2025.06.12)
410

511
### 新增特性

docsite/src/pages/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.3.2 (Release on 2025.06.12)
4+
### New Feature
5+
1. Support setting addressingModel for S3_COMPATIBLE storage.
6+
2. Support setting variables while creating tenant, for setting variables which are not able to be modifed after tenant creation.
7+
38
## 2.3.2 (Release on 2025.06.12)
49
### New Feature
510
1. Support to keep static IP address when using kube-ovn as network plugin

internal/resource/obcluster/obcluster_taskname_gen.go

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/resource/obclusteroperation/obclusteroperation_taskname_gen.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/resource/observer/observer_taskname_gen.go

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)