Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif

include make/*

VERSION ?= 2.3.2
VERSION ?= 2.3.3
# Image URL to use all building/pushing image targets
IMG ?= quay.io/oceanbase/ob-operator:${VERSION}
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
Expand Down
4 changes: 2 additions & 2 deletions charts/ob-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 2.3.2
appVersion: 2.3.3
description: A Helm chart for OB-Operator
name: ob-operator
type: application
version: 2.3.2
version: 2.3.3
2 changes: 1 addition & 1 deletion charts/ob-operator/templates/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21851,7 +21851,7 @@ spec:
env:
- name: TELEMETRY_REPORTER
value: {{ .Values.reporter }}
image: quay.io/oceanbase/ob-operator:2.3.2
image: quay.io/oceanbase/ob-operator:2.3.3
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/oceanbase/ob-operator
newTag: 2.3.2
newTag: 2.3.3
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21864,7 +21864,7 @@ spec:
env:
- name: TELEMETRY_REPORTER
value: ob-operator
image: quay.io/oceanbase/ob-operator:2.3.2
image: quay.io/oceanbase/ob-operator:2.3.3
livenessProbe:
httpGet:
path: /healthz
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 变更日志

## 2.3.3 (发布于 2025.09.08)

### 新增特性
1. 支持 S3_COMPATIBLE 类型备份存储配置 addressingModel
2. 支持创建租户时设置变量,用于设置一些无法在创建后修改的变量

## 2.3.2 (发布于 2025.06.12)

### 新增特性
Expand Down
5 changes: 5 additions & 0 deletions docsite/src/pages/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.3.2 (Release on 2025.06.12)
### New Feature
1. Support setting addressingModel for S3_COMPATIBLE storage.
2. Support setting variables while creating tenant, for setting variables which are not able to be modifed after tenant creation.

## 2.3.2 (Release on 2025.06.12)
### New Feature
1. Support to keep static IP address when using kube-ovn as network plugin
Expand Down
62 changes: 31 additions & 31 deletions internal/resource/obcluster/obcluster_taskname_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions internal/resource/observer/observer_taskname_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 22 additions & 22 deletions internal/resource/obtenant/obtenant_taskname_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 22 additions & 22 deletions internal/resource/obzone/obzone_taskname_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading