From b24f9706689a7b88b46d6b72ca18fd51e4ebc3e6 Mon Sep 17 00:00:00 2001 From: "qian.yao" Date: Mon, 19 Feb 2024 09:20:09 +0800 Subject: [PATCH 1/2] ptk:add release note of version 1.3.0 --- product/zh/docs-ptk/v1.1/release-13x.md | 29 +++++++++++++++++++++++++ product/zh/docs-ptk/v1.1/release.md | 16 ++++++++------ 2 files changed, 38 insertions(+), 7 deletions(-) create mode 100644 product/zh/docs-ptk/v1.1/release-13x.md diff --git a/product/zh/docs-ptk/v1.1/release-13x.md b/product/zh/docs-ptk/v1.1/release-13x.md new file mode 100644 index 00000000..3e0fff7a --- /dev/null +++ b/product/zh/docs-ptk/v1.1/release-13x.md @@ -0,0 +1,29 @@ +--- +title: v13发布记录 +summary: v13发布记录 +author: Yao Qian +date: 2024-02-18 +--- + +## 1.3 发布记录 + +### 1.3.0 (2024.2.6) + +**新增和优化** + +- 新增命令 `gen-cert-files`,支持生成 ssl 认证文件 +- 集群状态输出表格中新增 uptime 字段,显示实例启动的时间 +- 集群状态支持纵向格式显示 +- 集群升级命令新增 `--mode` 参数,支持 `replace` (默认) 和 `cover` +- 集群升级时,同步更新 OM 组件 +- 优化集群升级时对于插件的升级流程 +- 完善系统检查命中的时间一致性校验 +- ls 和 status 命令支持双 IP 场景的显示 +- 优化 refresh 命令,取消部分限制并支持 CM 集群 +- 在所有子命令的帮助说明中增加了支持的版本和使用示例 +- 变更 MogHA 默认安装版本为 2.4.18 + +**修复** + +- 修复双IP场景下 build 导致 panic 的问题 +- 修复其他已知的问题 \ No newline at end of file diff --git a/product/zh/docs-ptk/v1.1/release.md b/product/zh/docs-ptk/v1.1/release.md index afe295e3..c96415d8 100644 --- a/product/zh/docs-ptk/v1.1/release.md +++ b/product/zh/docs-ptk/v1.1/release.md @@ -19,6 +19,14 @@ date: 2023-11-14 | [ptk_linux_x86_64.tar.gz](https://cdn-mogdb.enmotech.com/ptk/latest/ptk_linux_x86_64.tar.gz) | Linux | x86_64 | | [ptk_windows_x86_64.tar.gz](https://cdn-mogdb.enmotech.com/ptk/latest/ptk_windows_x86_64.tar.gz) | Windows | x86_64 | +## PTK 发布记录 + +- [v1.3 版本发布记录](./release-13x.md) +- [v1.2 版本发布记录](./release-12x.md) +- [v1.1 版本发布记录](./release-11x.md) +- [v1.0 版本发布记录](./release-10x.md) +- [v0 版本发布记录](./release-0xx.md) + ## PTK 对 MogDB 版本的支持 | MogDB版本 | PTK最低版本 | @@ -29,6 +37,7 @@ date: 2023-11-14 | 5.0.2 | 1.0.9+ | | 5.0.1 | 1.0.4+ | | 5.0.0 | 1.0.0+ | +| 3.1.1 | 1.3.0+ | | 3.1.0 | 0.5.0+ | | 3.0.7 | 1.2.0+ | | 3.0.6 | 1.1.0+ | @@ -43,10 +52,3 @@ date: 2023-11-14 | 2.0.3 | 0.4.0+ | | 2.0.1 | 0.4.0+ | | 2.0.0 | 0.4.0+ | - -## PTK 发布记录 - -- [v1.2 版本发布记录](./release-12x.md) -- [v1.1 版本发布记录](./release-11x.md) -- [v1.0 版本发布记录](./release-10x.md) -- [v0 版本发布记录](./release-0xx.md) \ No newline at end of file -- Gitee From e85abb14cf153ea1894c876748758d6d87e322a4 Mon Sep 17 00:00:00 2001 From: "qian.yao" Date: Mon, 19 Feb 2024 16:48:11 +0800 Subject: [PATCH 2/2] update(ptk):add sub toc for release note --- product/en/docs-ptk/v1.1/toc.md | 5 +++++ product/zh/docs-ptk/v1.1/toc.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/product/en/docs-ptk/v1.1/toc.md b/product/en/docs-ptk/v1.1/toc.md index 8e535a24..ad087fcd 100644 --- a/product/en/docs-ptk/v1.1/toc.md +++ b/product/en/docs-ptk/v1.1/toc.md @@ -103,6 +103,11 @@ + [Troubleshooting](./debug.md) + [FAQ](./faq.md) + [Release Note](./release.md) + + [v1.3](./release-13x.md) + + [v1.2](./release-12x.md) + + [v1.1](./release-11x.md) + + [v1.0](./release-10x.md) + + [v0.x](./release-0xx.md) + GPTK - Graphical Deployment Tool + [Download and Installation](./gptk/gptk-installation.md) + [Usage](./gptk/gptk-usage.md) diff --git a/product/zh/docs-ptk/v1.1/toc.md b/product/zh/docs-ptk/v1.1/toc.md index 4d5569fa..5d13ecdf 100644 --- a/product/zh/docs-ptk/v1.1/toc.md +++ b/product/zh/docs-ptk/v1.1/toc.md @@ -103,6 +103,11 @@ + [故障排查](./debug.md) + [常见问题](./faq.md) + [发布记录](./release.md) + + [v1.3](./release-13x.md) + + [v1.2](./release-12x.md) + + [v1.1](./release-11x.md) + + [v1.0](./release-10x.md) + + [v0.x](./release-0xx.md) + GPTK - 图形化部署工具 + [下载安装](./gptk/gptk-installation.md) + [使用说明](./gptk/gptk-usage.md) -- Gitee