Skip to content

Commit 7410de4

Browse files
committed
v4.1.0 release
1 parent fa31213 commit 7410de4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Quick reference documentation for looking up specific technical details. Bookmar
233233
- `playbook.md` - Ansible playbook reference with all available playbooks, tags, and execution examples
234234
- `port.md` - Port allocation table showing all services and their default ports
235235
- `fhs.md` - Filesystem hierarchy standard explaining directory structure and file locations
236-
- `extension.md` - Complete catalog of 440+ PostgreSQL extensions with installation instructions
236+
- `extension.md` - Complete catalog of 451+ PostgreSQL extensions with installation instructions
237237

238238
---
239239

@@ -339,7 +339,7 @@ Monitoring system configuration and dashboard usage.
339339
Complete PGSQL module parameter reference. All configuration options with descriptions and defaults.
340340

341341
#### Ext `/docs/pgsql/ext/`
342-
PostgreSQL extension management. Pigsty supports 440+ extensions out of the box.
342+
PostgreSQL extension management. Pigsty supports 451+ extensions out of the box.
343343

344344
- `start.md` - Quick start guide for extension installation
345345
- `intro.md` - Introduction to PostgreSQL extension ecosystem
@@ -473,7 +473,7 @@ Docker runtime module for deploying containerized applications alongside Pigsty
473473
---
474474

475475
### PIG `/docs/pig/`
476-
PIG package manager for PostgreSQL extensions. Command-line tool for discovering, installing, and managing the 440+ extensions available in the Pigsty ecosystem.
476+
PIG package manager for PostgreSQL extensions. Command-line tool for discovering, installing, and managing the 451+ extensions available in the Pigsty ecosystem.
477477

478478
---
479479

bin/get-pkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# Example:
2727
# bin/get-pkg # get latest pigsty offline package from GitHub (for current OS)
2828
# bin/get-pkg -c # get latest pigsty offline package from CDN (for current OS)
29-
# bin/get-pkg -v v3.5.0 # get the v3.5.0 offline package from GitHub (for current OS)
29+
# bin/get-pkg -v v4.1.0 # get the v4.1.0 offline package from GitHub (for current OS)
3030
# bin/get-pkg -o el9.x86_64 -p /tmp/pkg9.tgz # get latest for el9.x86_64 and save to /tmp/pkg9.tgz
3131
# bin/get-pkg -c -o u24.aarch64 # get Ubuntu 24 ARM64 package from CDN
3232
#--------------------------------------------------------------#

roles/infra/templates/nginx/index.html.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@
11291129
<div class="hero-content">
11301130
<div class="hero-badge animate-fade-in-up">
11311131
<span>FLOSS PG RDS / DBaaS</span>
1132-
<a href="https://vonng.com/en/pigsty/v4.0/" class="hero-badge-version" target="_blank" rel="noopener">{{ version }}</a>
1132+
<a href="https://vonng.com/en/pigsty/v4.1/" class="hero-badge-version" target="_blank" rel="noopener">{{ version }}</a>
11331133
</div>
11341134
<h1 class="hero-title animate-fade-in-up animate-delay-1">
11351135
<span class="hero-title-accent">PostgreSQL</span> <strong>i</strong>n <strong>G</strong>reat <strong>STY</strong>le

roles/infra/templates/nginx/index.zh.html.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@
11391139
<div class="hero-content">
11401140
<div class="hero-badge animate-fade-in-up">
11411141
<span>开源 PG RDS / DBaaS</span>
1142-
<a href="https://vonng.com/pigsty/v4.0/" class="hero-badge-version" target="_blank" rel="noopener">{{ version }}</a>
1142+
<a href="https://vonng.com/pigsty/v4.1/" class="hero-badge-version" target="_blank" rel="noopener">{{ version }}</a>
11431143
</div>
11441144
<h1 class="hero-title animate-fade-in-up animate-delay-1">
11451145
<span class="hero-title-accent">PostgreSQL</span> <strong>i</strong>n <strong>G</strong>reat <strong>STY</strong>le

0 commit comments

Comments
 (0)