Skip to content

Commit 0d0cc18

Browse files
committed
chore: update release notes
1 parent 836a4b0 commit 0d0cc18

File tree

4 files changed

+84
-84
lines changed

4 files changed

+84
-84
lines changed

blogs/en/announcing-kubeblocks-v0-9-5.mdx

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,49 +15,49 @@ We are delighted to announce the release of KubeBlocks v0.9.5. This release incl
1515

1616
### Features
1717

18-
- **Improve the settings of the manager** - Improves performance, stability, and configurability of KubeBlocks Operator. [#9595](https://github.com/apecloud/kubeblocks/pull/9595)
19-
- **Specify allowed symbols in password generation** - Allows customization of symbols used in generated passwords. [#9489](https://github.com/apecloud/kubeblocks/pull/9489)
20-
- **OpsDefinition supports image mapping for multi service version** - Enables image mapping for different service versions in operations definitions. [#9607](https://github.com/apecloud/kubeblocks/pull/9607)
21-
- **Support resize subresource in InPlacePodVerticalScaling** - Improves resource resizing handling for K8s v1.32 and above. [#9536](https://github.com/apecloud/kubeblocks/pull/9536) [#9545](https://github.com/apecloud/kubeblocks/pull/9545)
22-
- **Add azureblob storage provider** - Adds Azure Blob storage provider support. [#9492](https://github.com/apecloud/kubeblocks/pull/9492)
18+
- **Improve the settings of the manager** - Improves performance, stability, and configurability of KubeBlocks Operator. ([#9595](https://github.com/apecloud/kubeblocks/pull/9595))
19+
- **Specify allowed symbols in password generation** - Allows customization of symbols used in generated passwords. ([#9489](https://github.com/apecloud/kubeblocks/pull/9489))
20+
- **OpsDefinition supports image mapping for multi service version** - Enables image mapping for different service versions in operations definitions. ([#9607](https://github.com/apecloud/kubeblocks/pull/9607))
21+
- **Support resize subresource in InPlacePodVerticalScaling** - Improves resource resizing handling for K8s v1.32 and above. ([#9536](https://github.com/apecloud/kubeblocks/pull/9536), [#9545](https://github.com/apecloud/kubeblocks/pull/9545))
22+
- **Add azureblob storage provider** - Adds Azure Blob storage provider support. ([#9492](https://github.com/apecloud/kubeblocks/pull/9492))
2323

2424
## KubeBlocks Addons
2525

2626
### MySQL Variants (MySQL, GreatSQL)
27-
- Support greatsql. [#1793](https://github.com/apecloud/kubeblocks-addons/pull/1793)
28-
- Support mysql audit log config. [#1890](https://github.com/apecloud/kubeblocks-addons/pull/1890)
29-
- Support greatsql auditlog config. [#1893](https://github.com/apecloud/kubeblocks-addons/pull/1893)
27+
- Support greatsql. ([#1793](https://github.com/apecloud/kubeblocks-addons/pull/1793))
28+
- Support mysql audit log config. ([#1890](https://github.com/apecloud/kubeblocks-addons/pull/1890))
29+
- Support greatsql auditlog config. ([#1893](https://github.com/apecloud/kubeblocks-addons/pull/1893))
3030

3131
### PostgreSQL
32-
- Refactor PostgreSQL addon and support PostgreSQL 16 and 17. [#1734](https://github.com/apecloud/kubeblocks-addons/pull/1734)
33-
- Support using etcd as DCS for PostgreSQL. [#1864](https://github.com/apecloud/kubeblocks-addons/pull/1864)
32+
- Refactor PostgreSQL addon and support PostgreSQL 16 and 17. ([#1734](https://github.com/apecloud/kubeblocks-addons/pull/1734))
33+
- Support using etcd as DCS for PostgreSQL. ([#1864](https://github.com/apecloud/kubeblocks-addons/pull/1864))
3434

3535
### Redis
36-
- Support redis 7.2.10 and redis 8 [#1812](https://github.com/apecloud/kubeblocks-addons/pull/1812)
36+
- Support redis 7.2.10 and redis 8 ([#1812](https://github.com/apecloud/kubeblocks-addons/pull/1812))
3737
- Fix Redis slave instance memory leak when loading redisgears module.
3838
- Change redis maxmemory-policy to volatile-lru and maxmemory = 0.8 * limit_memory.
3939

4040
### MongoDB
41-
- Support mongodb sharding. [#1701](https://github.com/apecloud/kubeblocks-addons/pull/1701)
41+
- Support mongodb sharding. ([#1701](https://github.com/apecloud/kubeblocks-addons/pull/1701))
4242

4343
### Elasticsearch
44-
- Optimize backup. [#1853](https://github.com/apecloud/kubeblocks-addons/pull/1853)
45-
- Support new version 8.15.5. [#1929](https://github.com/apecloud/kubeblocks-addons/pull/1929)
44+
- Optimize backup. ([#1853](https://github.com/apecloud/kubeblocks-addons/pull/1853))
45+
- Support new version 8.15.5. ([#1929](https://github.com/apecloud/kubeblocks-addons/pull/1929))
4646

4747
### ClickHouse
48-
- Clickhouse support backup and restore. [#1800](https://github.com/apecloud/kubeblocks-addons/pull/1800)
49-
- Update metrics. [#1916](https://github.com/apecloud/kubeblocks-addons/pull/1916)
48+
- Clickhouse support backup and restore. ([#1800](https://github.com/apecloud/kubeblocks-addons/pull/1800))
49+
- Update metrics. ([#1916](https://github.com/apecloud/kubeblocks-addons/pull/1916))
5050

5151
### ZooKeeper
52-
- Improve zookeeper jvm setting and gc option. [#1771](https://github.com/apecloud/kubeblocks-addons/pull/1771) [#1938](https://github.com/apecloud/kubeblocks-addons/pull/1938)
52+
- Improve zookeeper jvm setting and gc option. ([#1771](https://github.com/apecloud/kubeblocks-addons/pull/1771), [#1938](https://github.com/apecloud/kubeblocks-addons/pull/1938))
5353

5454
### etcd
55-
- Support etcd v3.6.1. [#1737](https://github.com/apecloud/kubeblocks-addons/pull/1737)
56-
- Improve etcd backup procedure. [#1740](https://github.com/apecloud/kubeblocks-addons/pull/1740)
57-
- Improve etcd params and configuration. [#1778](https://github.com/apecloud/kubeblocks-addons/pull/1778)
55+
- Support etcd v3.6.1. ([#1737](https://github.com/apecloud/kubeblocks-addons/pull/1737))
56+
- Improve etcd backup procedure. ([#1740](https://github.com/apecloud/kubeblocks-addons/pull/1740))
57+
- Improve etcd params and configuration. ([#1778](https://github.com/apecloud/kubeblocks-addons/pull/1778))
5858

5959
### Milvus
60-
- Support to create Milvus clusters on arm. [#1792](https://github.com/apecloud/kubeblocks-addons/pull/1792)
60+
- Support to create Milvus clusters on arm. ([#1792](https://github.com/apecloud/kubeblocks-addons/pull/1792))
6161

6262
## Upgrade to v0.9.5
6363

docs/en/preview/user_docs/release_notes/release-09/095.mdx

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,49 +12,49 @@ We are delighted to announce the release of KubeBlocks v0.9.5. This release incl
1212

1313
### Features
1414

15-
- **Improve the settings of the manager** - Improves performance, stability, and configurability of KubeBlocks Operator. [#9595](https://github.com/apecloud/kubeblocks/pull/9595)
16-
- **Specify allowed symbols in password generation** - Allows customization of symbols used in generated passwords. [#9489](https://github.com/apecloud/kubeblocks/pull/9489)
17-
- **OpsDefinition supports image mapping for multi service version** - Enables image mapping for different service versions in operations definitions. [#9607](https://github.com/apecloud/kubeblocks/pull/9607)
18-
- **Support resize subresource in InPlacePodVerticalScaling** - Improves resource resizing handling for K8s v1.32 and above. [#9536](https://github.com/apecloud/kubeblocks/pull/9536) [#9545](https://github.com/apecloud/kubeblocks/pull/9545)
19-
- **Add azureblob storage provider** - Adds Azure Blob storage provider support. [#9492](https://github.com/apecloud/kubeblocks/pull/9492)
15+
- **Improve the settings of the manager** - Improves performance, stability, and configurability of KubeBlocks Operator. ([#9595](https://github.com/apecloud/kubeblocks/pull/9595))
16+
- **Specify allowed symbols in password generation** - Allows customization of symbols used in generated passwords. ([#9489](https://github.com/apecloud/kubeblocks/pull/9489))
17+
- **OpsDefinition supports image mapping for multi service version** - Enables image mapping for different service versions in operations definitions. ([#9607](https://github.com/apecloud/kubeblocks/pull/9607))
18+
- **Support resize subresource in InPlacePodVerticalScaling** - Improves resource resizing handling for K8s v1.32 and above. ([#9536](https://github.com/apecloud/kubeblocks/pull/9536), [#9545](https://github.com/apecloud/kubeblocks/pull/9545))
19+
- **Add azureblob storage provider** - Adds Azure Blob storage provider support. ([#9492](https://github.com/apecloud/kubeblocks/pull/9492))
2020

2121
## KubeBlocks Addons
2222

2323
### MySQL Variants (MySQL, GreatSQL)
24-
- Support greatsql. [#1793](https://github.com/apecloud/kubeblocks-addons/pull/1793)
25-
- Support mysql audit log config. [#1890](https://github.com/apecloud/kubeblocks-addons/pull/1890)
26-
- Support greatsql auditlog config. [#1893](https://github.com/apecloud/kubeblocks-addons/pull/1893)
24+
- Support greatsql. ([#1793](https://github.com/apecloud/kubeblocks-addons/pull/1793))
25+
- Support mysql audit log config. ([#1890](https://github.com/apecloud/kubeblocks-addons/pull/1890))
26+
- Support greatsql auditlog config. ([#1893](https://github.com/apecloud/kubeblocks-addons/pull/1893))
2727

2828
### PostgreSQL
29-
- Refactor PostgreSQL addon and support PostgreSQL 16 and 17. [#1734](https://github.com/apecloud/kubeblocks-addons/pull/1734)
30-
- Support using etcd as DCS for PostgreSQL. [#1864](https://github.com/apecloud/kubeblocks-addons/pull/1864)
29+
- Refactor PostgreSQL addon and support PostgreSQL 16 and 17. ([#1734](https://github.com/apecloud/kubeblocks-addons/pull/1734))
30+
- Support using etcd as DCS for PostgreSQL. ([#1864](https://github.com/apecloud/kubeblocks-addons/pull/1864))
3131

3232
### Redis
33-
- Support redis 7.2.10 and redis 8 [#1812](https://github.com/apecloud/kubeblocks-addons/pull/1812)
33+
- Support redis 7.2.10 and redis 8 ([#1812](https://github.com/apecloud/kubeblocks-addons/pull/1812))
3434
- Fix Redis slave instance memory leak when loading redisgears module.
3535
- Change redis maxmemory-policy to volatile-lru and maxmemory = 0.8 * limit_memory.
3636

3737
### MongoDB
38-
- Support mongodb sharding. [#1701](https://github.com/apecloud/kubeblocks-addons/pull/1701)
38+
- Support mongodb sharding. ([#1701](https://github.com/apecloud/kubeblocks-addons/pull/1701))
3939

4040
### Elasticsearch
41-
- Optimize backup. [#1853](https://github.com/apecloud/kubeblocks-addons/pull/1853)
42-
- Support new version 8.15.5. [#1929](https://github.com/apecloud/kubeblocks-addons/pull/1929)
41+
- Optimize backup. ([#1853](https://github.com/apecloud/kubeblocks-addons/pull/1853))
42+
- Support new version 8.15.5. ([#1929](https://github.com/apecloud/kubeblocks-addons/pull/1929))
4343

4444
### ClickHouse
45-
- Clickhouse support backup and restore. [#1800](https://github.com/apecloud/kubeblocks-addons/pull/1800)
46-
- Update metrics. [#1916](https://github.com/apecloud/kubeblocks-addons/pull/1916)
45+
- Clickhouse support backup and restore. ([#1800](https://github.com/apecloud/kubeblocks-addons/pull/1800))
46+
- Update metrics. ([#1916](https://github.com/apecloud/kubeblocks-addons/pull/1916))
4747

4848
### ZooKeeper
49-
- Improve zookeeper jvm setting and gc option. [#1771](https://github.com/apecloud/kubeblocks-addons/pull/1771) [#1938](https://github.com/apecloud/kubeblocks-addons/pull/1938)
49+
- Improve zookeeper jvm setting and gc option. ([#1771](https://github.com/apecloud/kubeblocks-addons/pull/1771), [#1938](https://github.com/apecloud/kubeblocks-addons/pull/1938))
5050

5151
### etcd
52-
- Support etcd v3.6.1. [#1737](https://github.com/apecloud/kubeblocks-addons/pull/1737)
53-
- Improve etcd backup procedure. [#1740](https://github.com/apecloud/kubeblocks-addons/pull/1740)
54-
- Improve etcd params and configuration. [#1778](https://github.com/apecloud/kubeblocks-addons/pull/1778)
52+
- Support etcd v3.6.1. ([#1737](https://github.com/apecloud/kubeblocks-addons/pull/1737))
53+
- Improve etcd backup procedure. ([#1740](https://github.com/apecloud/kubeblocks-addons/pull/1740))
54+
- Improve etcd params and configuration. ([#1778](https://github.com/apecloud/kubeblocks-addons/pull/1778))
5555

5656
### Milvus
57-
- Support to create Milvus clusters on arm. [#1792](https://github.com/apecloud/kubeblocks-addons/pull/1792)
57+
- Support to create Milvus clusters on arm. ([#1792](https://github.com/apecloud/kubeblocks-addons/pull/1792))
5858

5959
## Upgrade to v0.9.5
6060

docs/en/release-1_0/user_docs/release_notes/release-09/095.mdx

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,49 +12,49 @@ We are delighted to announce the release of KubeBlocks v0.9.5. This release incl
1212

1313
### Features
1414

15-
- **Improve the settings of the manager** - Improves performance, stability, and configurability of KubeBlocks Operator. [#9595](https://github.com/apecloud/kubeblocks/pull/9595)
16-
- **Specify allowed symbols in password generation** - Allows customization of symbols used in generated passwords. [#9489](https://github.com/apecloud/kubeblocks/pull/9489)
17-
- **OpsDefinition supports image mapping for multi service version** - Enables image mapping for different service versions in operations definitions. [#9607](https://github.com/apecloud/kubeblocks/pull/9607)
18-
- **Support resize subresource in InPlacePodVerticalScaling** - Improves resource resizing handling for K8s v1.32 and above. [#9536](https://github.com/apecloud/kubeblocks/pull/9536) [#9545](https://github.com/apecloud/kubeblocks/pull/9545)
19-
- **Add azureblob storage provider** - Adds Azure Blob storage provider support. [#9492](https://github.com/apecloud/kubeblocks/pull/9492)
15+
- **Improve the settings of the manager** - Improves performance, stability, and configurability of KubeBlocks Operator. ([#9595](https://github.com/apecloud/kubeblocks/pull/9595))
16+
- **Specify allowed symbols in password generation** - Allows customization of symbols used in generated passwords. ([#9489](https://github.com/apecloud/kubeblocks/pull/9489))
17+
- **OpsDefinition supports image mapping for multi service version** - Enables image mapping for different service versions in operations definitions. ([#9607](https://github.com/apecloud/kubeblocks/pull/9607))
18+
- **Support resize subresource in InPlacePodVerticalScaling** - Improves resource resizing handling for K8s v1.32 and above. ([#9536](https://github.com/apecloud/kubeblocks/pull/9536), [#9545](https://github.com/apecloud/kubeblocks/pull/9545))
19+
- **Add azureblob storage provider** - Adds Azure Blob storage provider support. ([#9492](https://github.com/apecloud/kubeblocks/pull/9492))
2020

2121
## KubeBlocks Addons
2222

2323
### MySQL Variants (MySQL, GreatSQL)
24-
- Support greatsql. [#1793](https://github.com/apecloud/kubeblocks-addons/pull/1793)
25-
- Support mysql audit log config. [#1890](https://github.com/apecloud/kubeblocks-addons/pull/1890)
26-
- Support greatsql auditlog config. [#1893](https://github.com/apecloud/kubeblocks-addons/pull/1893)
24+
- Support greatsql. ([#1793](https://github.com/apecloud/kubeblocks-addons/pull/1793))
25+
- Support mysql audit log config. ([#1890](https://github.com/apecloud/kubeblocks-addons/pull/1890))
26+
- Support greatsql auditlog config. ([#1893](https://github.com/apecloud/kubeblocks-addons/pull/1893))
2727

2828
### PostgreSQL
29-
- Refactor PostgreSQL addon and support PostgreSQL 16 and 17. [#1734](https://github.com/apecloud/kubeblocks-addons/pull/1734)
30-
- Support using etcd as DCS for PostgreSQL. [#1864](https://github.com/apecloud/kubeblocks-addons/pull/1864)
29+
- Refactor PostgreSQL addon and support PostgreSQL 16 and 17. ([#1734](https://github.com/apecloud/kubeblocks-addons/pull/1734))
30+
- Support using etcd as DCS for PostgreSQL. ([#1864](https://github.com/apecloud/kubeblocks-addons/pull/1864))
3131

3232
### Redis
33-
- Support redis 7.2.10 and redis 8 [#1812](https://github.com/apecloud/kubeblocks-addons/pull/1812)
33+
- Support redis 7.2.10 and redis 8 ([#1812](https://github.com/apecloud/kubeblocks-addons/pull/1812))
3434
- Fix Redis slave instance memory leak when loading redisgears module.
3535
- Change redis maxmemory-policy to volatile-lru and maxmemory = 0.8 * limit_memory.
3636

3737
### MongoDB
38-
- Support mongodb sharding. [#1701](https://github.com/apecloud/kubeblocks-addons/pull/1701)
38+
- Support mongodb sharding. ([#1701](https://github.com/apecloud/kubeblocks-addons/pull/1701))
3939

4040
### Elasticsearch
41-
- Optimize backup. [#1853](https://github.com/apecloud/kubeblocks-addons/pull/1853)
42-
- Support new version 8.15.5. [#1929](https://github.com/apecloud/kubeblocks-addons/pull/1929)
41+
- Optimize backup. ([#1853](https://github.com/apecloud/kubeblocks-addons/pull/1853))
42+
- Support new version 8.15.5. ([#1929](https://github.com/apecloud/kubeblocks-addons/pull/1929))
4343

4444
### ClickHouse
45-
- Clickhouse support backup and restore. [#1800](https://github.com/apecloud/kubeblocks-addons/pull/1800)
46-
- Update metrics. [#1916](https://github.com/apecloud/kubeblocks-addons/pull/1916)
45+
- Clickhouse support backup and restore. ([#1800](https://github.com/apecloud/kubeblocks-addons/pull/1800))
46+
- Update metrics. ([#1916](https://github.com/apecloud/kubeblocks-addons/pull/1916))
4747

4848
### ZooKeeper
49-
- Improve zookeeper jvm setting and gc option. [#1771](https://github.com/apecloud/kubeblocks-addons/pull/1771) [#1938](https://github.com/apecloud/kubeblocks-addons/pull/1938)
49+
- Improve zookeeper jvm setting and gc option. ([#1771](https://github.com/apecloud/kubeblocks-addons/pull/1771), [#1938](https://github.com/apecloud/kubeblocks-addons/pull/1938))
5050

5151
### etcd
52-
- Support etcd v3.6.1. [#1737](https://github.com/apecloud/kubeblocks-addons/pull/1737)
53-
- Improve etcd backup procedure. [#1740](https://github.com/apecloud/kubeblocks-addons/pull/1740)
54-
- Improve etcd params and configuration. [#1778](https://github.com/apecloud/kubeblocks-addons/pull/1778)
52+
- Support etcd v3.6.1. ([#1737](https://github.com/apecloud/kubeblocks-addons/pull/1737))
53+
- Improve etcd backup procedure. ([#1740](https://github.com/apecloud/kubeblocks-addons/pull/1740))
54+
- Improve etcd params and configuration. ([#1778](https://github.com/apecloud/kubeblocks-addons/pull/1778))
5555

5656
### Milvus
57-
- Support to create Milvus clusters on arm. [#1792](https://github.com/apecloud/kubeblocks-addons/pull/1792)
57+
- Support to create Milvus clusters on arm. ([#1792](https://github.com/apecloud/kubeblocks-addons/pull/1792))
5858

5959
## Upgrade to v0.9.5
6060

0 commit comments

Comments
 (0)