-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.yaml
More file actions
55 lines (54 loc) · 1.87 KB
/
metadata.yaml
File metadata and controls
55 lines (54 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Copyright 2025 OpenSaola Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: PostgreSQL # Middleware type
version: 2.8.2-1.0.0 # Package version
app:
version: # Supported middleware versions
- "16.1"
- "14.13"
- "14.7"
- "14.2"
- "13.8"
- "13.6"
- "13.5"
- "12.10"
- "11.15"
# deprecatedVersion: # Deprecated versions
# - v1
owner: HarmonyCloud # Vendor
type: db # Type
chartType: PostgreSQL
description: PostgreSQL DataBase # Description
changes: |
2.5.2-1.4.0
2025.10.14: Modified dual-active mode naming
Support audit logging
2025.10.16: Operator default recommended resource specifications
2025.10.20: Added random IP pool
2025.10.22: Modified audit logging configuration
2025.11.04: Modified failover command
2025.12.02: Add i18n translation files
2.5.2-1.5.0
2025.12.11: Add rebuild action
2025.12.15: 删除默认密码
2025.12.18: 修复监控告警规则未使用模版的问题 (需要配合4.10正式版的dataservice-operator使用)
2.5.2-1.5.1
2026.1.19: 支持节点迁移
2026.1.20: 添加字符集配置
2026.1.26: 去除存储大小错误提示
2026.1.27: 中间件密码运行使用特殊字符/ ~ % _ . ^ + = - [ ] :
2.8.2-1.0.0
2026.3.4: 适配 2.8.2
修复clusterRole名称和helm不同的问题
修复参数没有动态渲染的问题