Skip to content

Commit e3f6cfa

Browse files
Merge pull request #811 from oceanbase/2.3.2_release
2.3.2 release
2 parents 855e435 + 2f4a593 commit e3f6cfa

8 files changed

Lines changed: 24 additions & 7 deletions

File tree

.github/workflows/release-operator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: release operator
33
on:
44
push:
55
tags:
6-
- 'operator-[0-9]+.[0-9]+.[0-9]+'
6+
- 'ob-operator-[0-9]+.[0-9]+.[0-9]+'
77
- '[0-9]+.[0-9]+.[0-9]+'
88

99
env:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include make/*
22

3-
VERSION ?= 2.3.1
3+
VERSION ?= 2.3.2
44
# Image URL to use all building/pushing image targets
55
IMG ?= quay.io/oceanbase/ob-operator:${VERSION}
66
# 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.1
2+
appVersion: 2.3.2
33
description: A Helm chart for OB-Operator
44
name: ob-operator
55
type: application
6-
version: 2.3.1
6+
version: 2.3.2

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.1
21854+
image: quay.io/oceanbase/ob-operator:2.3.2
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.1
8+
newTag: 2.3.2

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.1
21867+
image: quay.io/oceanbase/ob-operator:2.3.2
2186821868
livenessProbe:
2186921869
httpGet:
2187021870
path: /healthz

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

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

3+
## 2.3.2 (发布于 2025.06.12)
4+
5+
### 新增特性
6+
1. 支持在使用 kube-ovn 作为网络插件时固定 observer 的 ip 地址
7+
8+
### 缺陷修复
9+
1. 修复单节点集群升级时连接问题
10+
2. 修复在多 K8s 集群中部署时监控用户密码配置的问题
11+
312
## 2.3.1 (发布于 2024.11.28)
413

514
### 新增特性

docsite/src/pages/changelog.md

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

3+
## 2.3.2 (Release on 2025.06.12)
4+
### New Feature
5+
1. Support to keep static IP address when using kube-ovn as network plugin
6+
7+
### Bugfix
8+
1. Fix connection problem when upgrading single node cluster.
9+
2. Fix monitor password config problem when creating obcluster with obagent in multiple K8s clusters.
10+
311
## 2.3.1 (Release on 2024.11.28)
412

513
### New Feature

0 commit comments

Comments
 (0)