Skip to content

Commit 7c7bf76

Browse files
committed
v2.7.0
1 parent 50a708d commit 7c7bf76

File tree

4 files changed

+83
-131
lines changed

4 files changed

+83
-131
lines changed

docs/RELEASENOTE.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ And some new extensions in plain C & C++
7070
- [md5hash](https://github.com/tvondra/md5hash) 1.0.1 : Custom data type for storing MD5 hashes rather than text
7171
- [pg_tde](https://github.com/Percona-Lab/pg_tde) 1.0 alpha: Experimental encrypted access method for PostgreSQL
7272
- [pg_dirtyread](https://github.com/df7cb/pg_dirtyread) 2.6 : Read dead but unvacuumed tuples from a PostgreSQL relation
73-
- [pg_profile](https://github.com/zubkov-andrei/pg_profile) 4.6 : Postgres historic workload reports
73+
- New deb PGDG extensions: `pg_roaringbitmap`, `pgfaceting`, `mobilitydb`, `pgsql-http`, `pg_hint_plan`, `pg_statviz`, `pg_rrule`
74+
- New rpm PGDG extensions: `pg_profile`, `pg_show_plans`, use PGDG's `pgsql_http`, `pgsql_gzip`, `pg_net`, `pg_bigm` instead of Pigsty RPM.
7475

7576
**New Features**
7677

@@ -80,6 +81,7 @@ And some new extensions in plain C & C++
8081
- new monitoring dashboard for PGSQL PITR to assist the PITR procedure.
8182
- make preparation for running pigsty inside docker VM containers
8283
- add a [fool-proof design](https://github.com/Vonng/pigsty/issues/402) for running pgsql.yml on node that is not managed by pigsty
84+
- add config template for each major version: el7, el8, el9, debian11, debian12, ubuntu20, ubuntu22
8385

8486
**Software Upgrade**
8587

@@ -141,14 +143,12 @@ And some new extensions in plain C & C++
141143
- @NeroSong made their first contribution in https://github.com/Vonng/pigsty/pull/373
142144
- @waitingsong made their first contribution in https://github.com/Vonng/pigsty/pull/405
143145

144-
**Full Changelog**: https://github.com/Vonng/pigsty/compar
145-
146146
**Package Checksums**
147147

148148
```bash
149-
c03dd19fe5c304eb2553f2e327cfd0bc pigsty-pkg-v2.7.0.el8.x86_64.tgz
150-
9b5596e65c1de1720cdb6694c0d8a6a4 pigsty-pkg-v2.7.0.debian12.x86_64.tgz
151-
44ad94b2f7ba19162d5e677a74dffb74 pigsty-pkg-v2.7.0.ubuntu22.x86_64.tgz
149+
ec271a1d34b2b1360f78bfa635986c3a pigsty-pkg-v2.7.0.el8.x86_64.tgz
150+
f3304bfd896b7e3234d81d8ff4b83577 pigsty-pkg-v2.7.0.debian12.x86_64.tgz
151+
5b071c2a651e8d1e68fc02e7e922f2b3 pigsty-pkg-v2.7.0.ubuntu22.x86_64.tgz
152152
```
153153

154154

docs/zh/RELEASENOTE.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
- [md5hash](https://github.com/tvondra/md5hash) 1.0.1:用于存储原生MD5哈希数据类型,而非文本。
7272
- [pg_tde](https://github.com/Percona-Lab/pg_tde) 1.0 alpha:PostgreSQL 的实验性加密存储引擎。
7373
- [pg_dirtyread](https://github.com/df7cb/pg_dirtyread) 2.6:从 PostgreSQL 表中读取未清理的死元组,用于脏读
74-
- [pg_profile](https://github.com/zubkov-andrei/pg_profile) 4.6 : Postgres 历史工作负载报表,PG AWR
74+
- 新的 deb PGDG 扩展:`pg_roaringbitmap`, `pgfaceting`, `mobilitydb`, `pgsql-http`, `pg_hint_plan`, `pg_statviz`, `pg_rrule`
75+
- 新的 rpm PGDG 扩展:`pg_profile`, `pg_show_plans`, 使用 PGDG 的 `pgsql_http`, `pgsql_gzip`, `pg_net`, `pg_bigm` 替代 Pigsty 维护的 RPM。
7576

7677
**新特性**
7778

@@ -81,6 +82,8 @@
8182
- 新增的 PGSQL PITR 监控面板,用于在 PITR 过程中提供更好的可观测性
8283
- 针对在 Docker 虚拟机镜像中运行 Pigsty 进行了一系列铺垫与准备。
8384
- 新增了 [防呆设计](https://github.com/Vonng/pigsty/issues/402),避免在非 Pigsty 纳管的节点上运行 pgsql.yml 剧本 ([AdamYLK](https://github.com/AdamYLK)
85+
- 针对每个支持的发行版大版本配置了独立的配置文件:el7, el8, el9, debian11, debian12, ubuntu20, ubuntu22
86+
8487

8588
**软件版本升级**
8689

@@ -147,9 +150,9 @@
147150
**离线软件包校验和**
148151

149152
```bash
150-
c03dd19fe5c304eb2553f2e327cfd0bc pigsty-pkg-v2.7.0.el8.x86_64.tgz
151-
9b5596e65c1de1720cdb6694c0d8a6a4 pigsty-pkg-v2.7.0.debian12.x86_64.tgz
152-
44ad94b2f7ba19162d5e677a74dffb74 pigsty-pkg-v2.7.0.ubuntu22.x86_64.tgz
153+
ec271a1d34b2b1360f78bfa635986c3a pigsty-pkg-v2.7.0.el8.x86_64.tgz
154+
f3304bfd896b7e3234d81d8ff4b83577 pigsty-pkg-v2.7.0.debian12.x86_64.tgz
155+
5b071c2a651e8d1e68fc02e7e922f2b3 pigsty-pkg-v2.7.0.ubuntu22.x86_64.tgz
153156
```
154157

155158

0 commit comments

Comments
 (0)