From acbb4e0c23c3b4382157bbad3539bccf07e80c01 Mon Sep 17 00:00:00 2001 From: "qian.yao" Date: Mon, 24 Jun 2024 10:02:10 +0800 Subject: [PATCH] feat(ptk): release v1.5.3 --- product/en/docs-ptk/v1.1/release-15x.md | 18 ++++++++++++++++++ product/zh/docs-ptk/v1.1/release-15x.md | 10 ++++++++++ .../docs-ptk/v2.0/release-notes/release-15x.md | 10 ++++++++++ 3 files changed, 38 insertions(+) diff --git a/product/en/docs-ptk/v1.1/release-15x.md b/product/en/docs-ptk/v1.1/release-15x.md index 80200117..525590cf 100644 --- a/product/en/docs-ptk/v1.1/release-15x.md +++ b/product/en/docs-ptk/v1.1/release-15x.md @@ -7,6 +7,24 @@ date: 2024-06-04 # v1.5 Release Note +## 1.5.3 (2024-06-24) + +**Security** + +- **install:** The password file is preferred to initialize the database, avoiding the explicit password in the command line + +**Features** + +- **install:** Update the default version of MogHA to 2.4.21 + +## 1.5.2 (2024-06-18) + +**Bug Fixes** + +- **upgrade:** Fixed an issue with wal2json plugin not being upgraded +- **metadata:** Fixed an issue where protect_standby role is persisted to metadata +- **instance:** Fixed the regular expression of the probe protect_standby + ## 1.5.1 (2024-06-13) **Features** diff --git a/product/zh/docs-ptk/v1.1/release-15x.md b/product/zh/docs-ptk/v1.1/release-15x.md index 6fc7609a..2c521083 100644 --- a/product/zh/docs-ptk/v1.1/release-15x.md +++ b/product/zh/docs-ptk/v1.1/release-15x.md @@ -7,6 +7,16 @@ date: 2024-06-04 # 1.5 发布记录 +## 1.5.3 (2024-06-24) + +**Security** + +- **install:** 优先采用密码文件方式初始化数据库,避免在命令行中显式使用密码 + +**Features** + +- **install:** 升级 MogHA 的默认安装版本为 2.4.21 + ## 1.5.2 (2024-06-18) **Bug Fixes** diff --git a/product/zh/docs-ptk/v2.0/release-notes/release-15x.md b/product/zh/docs-ptk/v2.0/release-notes/release-15x.md index 6fc7609a..2c521083 100644 --- a/product/zh/docs-ptk/v2.0/release-notes/release-15x.md +++ b/product/zh/docs-ptk/v2.0/release-notes/release-15x.md @@ -7,6 +7,16 @@ date: 2024-06-04 # 1.5 发布记录 +## 1.5.3 (2024-06-24) + +**Security** + +- **install:** 优先采用密码文件方式初始化数据库,避免在命令行中显式使用密码 + +**Features** + +- **install:** 升级 MogHA 的默认安装版本为 2.4.21 + ## 1.5.2 (2024-06-18) **Bug Fixes** -- Gitee