Skip to content

Commit b2af5f0

Browse files
committed
bump to v0.6.2
1 parent c280c6e commit b2af5f0

File tree

6 files changed

+42
-27
lines changed

6 files changed

+42
-27
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#==============================================================#
22
# File : Makefile
3-
# Mtime : 2025-02-14
3+
# Mtime : 2025-10-02
44
# Copyright (C) 2018-2025 Ruohang Feng
55
#==============================================================#
6-
VERSION=v0.6.1
6+
VERSION=v0.6.2
77

88
# Build Variables
99
BRANCH=$(shell git rev-parse --abbrev-ref HEAD 2>/dev/null || echo "unknown")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Website: pig.pgsty.com](https://img.shields.io/badge/Website-pig.pgsty.com-slategray?style=flat&logo=cilium&logoColor=white)](https://pig.pgsty.com)
44
[![Catalog: ext.pgsty.com](https://img.shields.io/badge/Catalog-ext.pgsty.com-slategray?style=flat&logo=cilium&logoColor=white)](https://ext.pgsty.com/list)
5-
[![Version: v0.6.1](https://img.shields.io/badge/version-v0.6.1-slategray?style=flat&logo=cilium&logoColor=white)](https://github.com/pgsty/pig/releases/tag/v0.6.1)
5+
[![Version: v0.6.2](https://img.shields.io/badge/version-v0.6.2-slategray?style=flat&logo=cilium&logoColor=white)](https://github.com/pgsty/pig/releases/tag/v0.6.2)
66
[![Pigsty: v3.6.1](https://img.shields.io/badge/Pigsty-v3.6.1-slategray?style=flat&logo=cilium&logoColor=white)](https://doc.pgsty.com/release/latest)
77
[![License: Apache-2.0](https://img.shields.io/github/license/pgsty/pig?logo=opensourceinitiative&logoColor=green&color=slategray)](https://github.com/pgsty/pig/blob/main/LICENSE)
88
[![Extensions: 423](https://img.shields.io/badge/extensions-423-%233E668F?style=flat&logo=postgresql&logoColor=white&labelColor=3E668F)](https://ext.pgsty.com/list)

cmd/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var updateCmd = &cobra.Command{
2222
2323
pig update # update pig to the latest version
2424
pig update [-v version] # update pig to given version
25-
pig update -v 0.6.1 # update pig to version 0.6.1
25+
pig update -v 0.6.2 # update pig to version 0.6.2
2626
`,
2727
RunE: func(cmd *cobra.Command, args []string) error {
2828
return get.UpdatePig(updateVersion, updateRegion)

docs/release.md

Lines changed: 29 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,35 @@ weight: 900
66
breadcrumbs: false
77
---
88

9-
| Version | Date | Summary | GitHub |
10-
|:---------------:|:----------:|--------------------------------------|:----------------------------------------------------------:|
11-
| [v0.6.1](#v061) | 2025-08-13 | CI/CD pipeline, PGDG mirror in china | [v0.6.1](https://github.com/pgsty/pig/releases/tag/v0.6.1) |
12-
| [v0.5.0](#v050) | 2025-06-30 | 422 extension, new extension catalog | [v0.6.0](https://github.com/pgsty/pig/releases/tag/v0.5.0) |
13-
| [v0.4.2](#v042) | 2025-05-27 | 421 extension, halo & oriole deb | [v0.4.2](https://github.com/pgsty/pig/releases/tag/v0.4.2) |
14-
| [v0.4.1](#v041) | 2025-05-07 | 414 extension, pg18 alias support | [v0.4.1](https://github.com/pgsty/pig/releases/tag/v0.4.1) |
15-
| [v0.4.0](#v040) | 2025-05-01 | do & pt sub-cmd, halo & orioledb | [v0.4.0](https://github.com/pgsty/pig/releases/tag/v0.4.0) |
16-
| [v0.3.4](#v034) | 2025-04-05 | routine update | [v0.3.4](https://github.com/pgsty/pig/releases/tag/v0.3.4) |
17-
| [v0.3.3](#v033) | 2025-03-25 | alias, repo, deps | [v0.3.3](https://github.com/pgsty/pig/releases/tag/v0.3.3) |
18-
| [v0.3.2](#v032) | 2025-03-21 | new extensions | [v0.3.2](https://github.com/pgsty/pig/releases/tag/v0.3.2) |
19-
| [v0.3.1](#v031) | 2025-03-19 | minior bug fix | [v0.3.1](https://github.com/pgsty/pig/releases/tag/v0.3.1) |
20-
| [v0.3.0](#v030) | 2025-02-24 | new home page and extension catalog | [v0.3.0](https://github.com/pgsty/pig/releases/tag/v0.3.0) |
21-
| [v0.2.2](#v022) | 2025-02-22 | 404 extensions | [v0.2.2](https://github.com/pgsty/pig/releases/tag/v0.2.2) |
22-
| [v0.2.0](#v020) | 2025-02-14 | 400 extensions | [v0.2.0](https://github.com/pgsty/pig/releases/tag/v0.2.0) |
23-
| [v0.1.4](#v014) | 2025-02-12 | routine bugfix | [v0.1.4](https://github.com/pgsty/pig/releases/tag/v0.1.4) |
24-
| [v0.1.3](#v013) | 2025-01-23 | 390 extensions | [v0.1.3](https://github.com/pgsty/pig/releases/tag/v0.1.3) |
25-
| [v0.1.2](#v012) | 2025-01-12 | the anon extension and 350 other ext | [v0.1.2](https://github.com/pgsty/pig/releases/tag/v0.1.2) |
26-
| [v0.1.1](#v011) | 2025-01-09 | Update Extension List | [v0.1.1](https://github.com/pgsty/pig/releases/tag/v0.1.1) |
27-
| [v0.1.0](#v010) | 2024-12-29 | repo, ext, sty, and self-update | [v0.1.0](https://github.com/pgsty/pig/releases/tag/v0.1.0) |
28-
| [v0.0.1](#v001) | 2024-12-23 | Genesis Release | [v0.0.1](https://github.com/pgsty/pig/releases/tag/v0.0.1) |
29-
9+
| Version | Date | Summary | GitHub |
10+
|:---------------:|:----------:|------------------------------------------|:----------------------------------------------------------:|
11+
| [v0.6.2](#v062) | 2025-10-03 | PG 18 official Repo | [v0.6.2](https://github.com/pgsty/pig/releases/tag/v0.6.2) |
12+
| [v0.6.1](#v061) | 2025-08-13 | CI/CD pipeline, PGDG mirror in china | [v0.6.1](https://github.com/pgsty/pig/releases/tag/v0.6.1) |
13+
| [v0.6.0](#v060) | 2025-07-17 | New catalog design, PG TDE, Percona Repo | [v0.6.0](https://github.com/pgsty/pig/releases/tag/v0.6.0) |
14+
| [v0.5.0](#v050) | 2025-06-30 | 422 extension, new extension catalog | [v0.5.0](https://github.com/pgsty/pig/releases/tag/v0.5.0) |
15+
| [v0.4.2](#v042) | 2025-05-27 | 421 extension, halo & oriole deb | [v0.4.2](https://github.com/pgsty/pig/releases/tag/v0.4.2) |
16+
| [v0.4.1](#v041) | 2025-05-07 | 414 extension, pg18 alias support | [v0.4.1](https://github.com/pgsty/pig/releases/tag/v0.4.1) |
17+
| [v0.4.0](#v040) | 2025-05-01 | do & pt sub-cmd, halo & orioledb | [v0.4.0](https://github.com/pgsty/pig/releases/tag/v0.4.0) |
18+
| [v0.3.4](#v034) | 2025-04-05 | routine update | [v0.3.4](https://github.com/pgsty/pig/releases/tag/v0.3.4) |
19+
| [v0.3.3](#v033) | 2025-03-25 | alias, repo, deps | [v0.3.3](https://github.com/pgsty/pig/releases/tag/v0.3.3) |
20+
| [v0.3.2](#v032) | 2025-03-21 | new extensions | [v0.3.2](https://github.com/pgsty/pig/releases/tag/v0.3.2) |
21+
| [v0.3.1](#v031) | 2025-03-19 | minior bug fix | [v0.3.1](https://github.com/pgsty/pig/releases/tag/v0.3.1) |
22+
| [v0.3.0](#v030) | 2025-02-24 | new home page and extension catalog | [v0.3.0](https://github.com/pgsty/pig/releases/tag/v0.3.0) |
23+
| [v0.2.2](#v022) | 2025-02-22 | 404 extensions | [v0.2.2](https://github.com/pgsty/pig/releases/tag/v0.2.2) |
24+
| [v0.2.0](#v020) | 2025-02-14 | 400 extensions | [v0.2.0](https://github.com/pgsty/pig/releases/tag/v0.2.0) |
25+
| [v0.1.4](#v014) | 2025-02-12 | routine bugfix | [v0.1.4](https://github.com/pgsty/pig/releases/tag/v0.1.4) |
26+
| [v0.1.3](#v013) | 2025-01-23 | 390 extensions | [v0.1.3](https://github.com/pgsty/pig/releases/tag/v0.1.3) |
27+
| [v0.1.2](#v012) | 2025-01-12 | the anon extension and 350 other ext | [v0.1.2](https://github.com/pgsty/pig/releases/tag/v0.1.2) |
28+
| [v0.1.1](#v011) | 2025-01-09 | Update Extension List | [v0.1.1](https://github.com/pgsty/pig/releases/tag/v0.1.1) |
29+
| [v0.1.0](#v010) | 2024-12-29 | repo, ext, sty, and self-update | [v0.1.0](https://github.com/pgsty/pig/releases/tag/v0.1.0) |
30+
| [v0.0.1](#v001) | 2024-12-23 | Genesis Release | [v0.0.1](https://github.com/pgsty/pig/releases/tag/v0.0.1) |
31+
32+
33+
## v0.6.2
34+
35+
- Use official PG 18 repo instead of testing repo
36+
- Add `v` prefix when specify pigsty version string
37+
- Improved network connectivity check
3038

3139
## v0.6.1
3240

docs/release.zh.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ breadcrumbs: false
88

99
| 版本 | 日期 | 摘要 | GitHub |
1010
|:---------------:|:----------:|--------------------------------|:----------------------------------------------------------:|
11+
| [v0.6.2](#v062) | 2025-10-03 | 正式提供 PG 18 支持 | [v0.6.2](https://github.com/pgsty/pig/releases/tag/v0.6.2) |
1112
| [v0.6.1](#v061) | 2025-08-13 | 添加 CI/CD 管道,使用 PIGSTY PGDG 仓库 | [v0.6.1](https://github.com/pgsty/pig/releases/tag/v0.6.1) |
1213
| [v0.6.0](#v060) | 2025-07-17 | 423 个扩展,percona pg_tde,mcp 工具箱 | [v0.6.0](https://github.com/pgsty/pig/releases/tag/v0.6.0) |
1314
| [v0.5.0](#v050) | 2025-06-30 | 422 个扩展,新的扩展目录 | [v0.6.0](https://github.com/pgsty/pig/releases/tag/v0.5.0) |
@@ -29,6 +30,12 @@ breadcrumbs: false
2930
| [v0.0.1](#v001) | 2024-12-23 | 创世发布 | [v0.0.1](https://github.com/pgsty/pig/releases/tag/v0.0.1) |
3031

3132

33+
## v0.6.2
34+
35+
- 使用 PG 18 官方正式仓库取代原本的 Testing Beta 仓库 instead of testing repo
36+
- 在接收 Pigsty 版本字符串的时候,自动添加 `v` 前缀
37+
- 改进了网络检查与下载的逻辑
38+
3239
## v0.6.1
3340

3441
- 新增 el10 与 debian 13 trixie 的支持存根

internal/config/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ const (
5050

5151
// Build information. Populated at build-time.
5252
var (
53-
PigVersion = "0.6.1"
54-
PigstyVersion = "3.6.0"
53+
PigVersion = "0.6.2"
54+
PigstyVersion = "3.6.1"
5555
Branch = "main"
5656
Revision = "HEAD"
5757
BuildDate = "2025081010200"

0 commit comments

Comments
 (0)