Skip to content

Commit

Permalink
bump version string to v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonng committed Sep 7, 2024
1 parent 3bc3b5b commit fe02696
Show file tree
Hide file tree
Showing 43 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# License : AGPLv3
#==============================================================#
# pigsty version string
VERSION?=v3.0.1
VERSION?=v3.0.2

# variables
SRC_PKG=pigsty-$(VERSION).tgz
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Pigsty

[![Webite: pigsty.io](https://img.shields.io/badge/website-pigsty.io-slategray?style=flat&logo=cilium&logoColor=white)](https://pigsty.io)
[![Version: v3.0.1](https://img.shields.io/badge/version-v3.0.1-slategray?style=flat&logo=cilium&logoColor=white)](https://github.com/Vonng/pigsty/releases/tag/v3.0.1)
[![Version: v3.0.2](https://img.shields.io/badge/version-v3.0.2-slategray?style=flat&logo=cilium&logoColor=white)](https://github.com/Vonng/pigsty/releases/tag/v3.0.2)
[![License: AGPLv3](https://img.shields.io/github/license/Vonng/pigsty?logo=opensourceinitiative&logoColor=green&color=slategray)](https://pigsty.io/docs/about/license/)
[![GitHub Stars](https://img.shields.io/github/stars/Vonng/pigsty?style=flat&logo=github&logoColor=black&color=slategray)](https://star-history.com/#Vonng/pigsty&Date)
[![Extensions: 335](https://img.shields.io/badge/extensions-335-%233E668F?style=flat&logo=postgresql&logoColor=white&labelColor=3E668F)](https://pigsty.io/docs/pgext/list)
Expand All @@ -12,7 +12,7 @@ Battery-Included, Local-First **PostgreSQL** Distribution as a Free & Better **R
[**Features**](https://pigsty.io/docs/about/feature) | [Website](https://pigsty.io/) | [Docs](https://pigsty.io/docs/) | [Demo](https://demo.pigsty.cc) | [Blog](https://pigsty.io/blog) | [Discuss](https://github.com/Vonng/pigsty/discussions) | [Roadmap](https://github.com/users/Vonng/projects/2/views/3) | [中文站](https://pigsty.cc/zh/) | [专业版](https://pigsty.cc/zh/docs/price/) | [博客](https://pigsty.cc/zh/blog) | [**特性**](https://pigsty.cc/zh/docs/about/feature)

[**Get Started**](https://pigsty.io/docs/setup/install/) with the latest [**v3.0.1**](https://github.com/Vonng/pigsty/releases/tag/v3.0.1) release: `curl -fsSL https://repo.pigsty.io/get | bash`
[**Get Started**](https://pigsty.io/docs/setup/install/) with the latest [**v3.0.2**](https://github.com/Vonng/pigsty/releases/tag/v3.0.2) release: `curl -fsSL https://repo.pigsty.io/get | bash`

[![pigsty-desc](https://pigsty.io/img/pigsty/banner.en.jpg)](https://pigsty.io/docs/about/feature/)

Expand Down Expand Up @@ -78,20 +78,20 @@ Finally, you will get a pigsty singleton node [**ready**](https://pigsty.io/docs

```
$ curl -fsSL https://repo.pigsty.io/get | bash
[v3.0.1] ===========================================
[v3.0.2] ===========================================
$ curl -fsSL https://repo.pigsty.io/get | bash
[Site] https://pigsty.io
[Demo] https://demo.pigsty.cc
[Repo] https://github.com/Vonng/pigsty
[Docs] https://pigsty.io/docs/setup/install
[Download] ===========================================
[ OK ] version = v3.0.1 (from default)
curl -fSL https://repo.pigsty.io/src/pigsty-v3.0.1.tgz -o /tmp/pigsty-v3.0.1.tgz
[ OK ] version = v3.0.2 (from default)
curl -fSL https://repo.pigsty.io/src/pigsty-v3.0.2.tgz -o /tmp/pigsty-v3.0.2.tgz
######################################################################## 100.0%
[ OK ] md5sums = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx /tmp/pigsty-v3.0.1.tgz
[ OK ] md5sums = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx /tmp/pigsty-v3.0.2.tgz
[Install] ===========================================
[WARN] os user = root , it's recommended to install as a sudo-able admin
[ OK ] install = /root/pigsty, from /tmp/pigsty-v3.0.1.tgz
[ OK ] install = /root/pigsty, from /tmp/pigsty-v3.0.2.tgz
[TodoList] ===========================================
cd /root/pigsty
./bootstrap # [OPTIONAL] install ansible & use offline package
Expand All @@ -103,7 +103,7 @@ cd /root/pigsty
> HINT: To install a specific version, pass the version string as the first parameter:
>
> ```bash
> curl -fsSL https://repo.pigsty.io/get | bash -s v3.0.1
> curl -fsSL https://repo.pigsty.io/get | bash -s v3.0.2
> ```
</details>
Expand All @@ -114,7 +114,7 @@ cd /root/pigsty
You can also download the pigsty source with `git`, remember to check out a specific version tag, the `main` branch is for development.
```bash
git clone https://github.com/Vonng/pigsty; cd pigsty; git checkout v3.0.1
git clone https://github.com/Vonng/pigsty; cd pigsty; git checkout v3.0.2
```
</details>
Expand Down
2 changes: 1 addition & 1 deletion bin/boot-oss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -euo pipefail
#==============================================================#
PROG_NAME="$(basename $0)"
PROG_DIR="$(cd $(dirname $0) && pwd)"
VERSION=${1-'v3.0.1'}
VERSION=${1-'v3.0.2'}

#--------------------------------------------------------------#
# Usage
Expand Down
2 changes: 1 addition & 1 deletion bin/boot-pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -euo pipefail
#==============================================================#
PROG_NAME="$(basename $0)"
PROG_DIR="$(cd $(dirname $0) && pwd)"
VERSION=${1-'v3.0.1'}
VERSION=${1-'v3.0.2'}

#--------------------------------------------------------------#
# Usage
Expand Down
10 changes: 5 additions & 5 deletions bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
# Author : Ruohang Feng ([email protected])
# License : AGPLv3
#==============================================================#
DEFAULT_VERSION=v3.0.1
DEFAULT_VERSION=v3.0.2
DEFAULT_REGION=global

# To install the latest version of pigsty (v3.0.1):
# To install the latest version of pigsty (v3.0.2):
# curl -fsSL https://repo.pigsty.io/get | bash

# To install a specific version of pigsty (e.g. v3.0.1)
# curl -fsSL https://repo.pigsty.io/get | bash -s v3.0.1
# To install a specific version of pigsty (e.g. v3.0.2)
# curl -fsSL https://repo.pigsty.io/get | bash -s v3.0.2


#--------------------------------------------------------------#
Expand Down Expand Up @@ -47,7 +47,7 @@ function log_line() { printf "${__CM}[$*] =====================================
VALID_VERSIONS="\
v1.0.0 v1.1.1 v1.2.0 v1.3.0 v1.4.0 v1.4.1 v1.5.0 v1.5.1 v2.0.0 \
v2.0.1 v2.0.2 v2.1.0 v2.2.0 v2.3.0 v2.3.1 v2.4.0 v2.4.1 v2.5.0 \
v2.5.1 v2.6.0 v2.7.0 v3.0.0 v3.0.1 v3.1.0"
v2.5.1 v2.6.0 v2.7.0 v3.0.0 v3.0.1 v3.0.2 v3.0.3 v3.0.4 v3.1.0"

VERSION=${DEFAULT_VERSION}
VERSION_FROM="default"
Expand Down
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Author : Ruohang Feng ([email protected])
# License : AGPLv3
#==============================================================#
PIGSTY_VERSION=v3.0.1
PIGSTY_VERSION=v3.0.2


#--------------------------------------------------------------#
Expand Down
6 changes: 3 additions & 3 deletions cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
tags: cache_dir
tasks:
- name: create local directory
file: path={{ cache_pkg_dir|default('dist/${version}') | replace('${version}', version|default('v3.0.1')) }} state=directory
file: path={{ cache_pkg_dir|default('dist/${version}') | replace('${version}', version|default('v3.0.2')) }} state=directory


# gather offline packages from target nodes (the infra node with repo enabled)
Expand All @@ -27,7 +27,7 @@
become: yes
gather_facts: no
vars:
#version: v3.0.1
#version: v3.0.2
#cache_pkg_dir: 'dist/${version}' # where to store the cached package? dist/${version} by default
#cache_pkg_name: 'pigsty-pkg-${version}.${os}.${arch}.tgz' # cache offline package filename pattern
#cache_repo: pigsty # target repo(s) to be cached, use `,` to separate multiple repos
Expand All @@ -47,7 +47,7 @@

- name: calculate cache tarball md5 checksum
shell: |
cd {{ cache_pkg_dir|default('dist/${version}') | replace('${version}', version|default('v3.0.1')) }}
cd {{ cache_pkg_dir|default('dist/${version}') | replace('${version}', version|default('v3.0.2')) }}
md5sum *.tgz > checksums
cat checksums
ls -lh *.tgz
Expand Down
2 changes: 1 addition & 1 deletion conf/build/ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ all:
- pkgconfig,yum-utils

vars:
version: v3.0.1
version: v3.0.2
admin_ip: 10.10.10.8
region: china
etcd_clean: true
Expand Down
2 changes: 1 addition & 1 deletion conf/build/oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
all:

vars:
version: v3.0.1
version: v3.0.2
admin_ip: 10.10.10.8
region: china
etcd_clean: true
Expand Down
2 changes: 1 addition & 1 deletion conf/dbms/citus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ all:
vars: { pg_cluster: pg-citus3 , pg_group: 3 }

vars: # global variables
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default|china|europe
node_tune: tiny # node tuning specs: oltp,olap,tiny,crit
Expand Down
2 changes: 1 addition & 1 deletion conf/dbms/ivory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ all:
#----------------------------------#
# Meta Data
#----------------------------------#
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default,china,europe
infra_portal: # domain names and upstream servers
Expand Down
2 changes: 1 addition & 1 deletion conf/dbms/minio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ all:


vars:
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default|china|europe
infra_portal: # domain names and upstream servers
Expand Down
2 changes: 1 addition & 1 deletion conf/dbms/mssql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ all:
#----------------------------------#
# Meta Data
#----------------------------------#
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default,china,europe
infra_portal: # domain names and upstream servers
Expand Down
2 changes: 1 addition & 1 deletion conf/dbms/polar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ all:
pg_vip_interface: eth1

vars: # global variables
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default|china|europe
node_tune: tiny # use tiny template for NODE in demo environment
Expand Down
2 changes: 1 addition & 1 deletion conf/dbms/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ all:


vars:
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default|china|europe

Expand Down
2 changes: 1 addition & 1 deletion conf/dbms/supabase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ all:
- { user: all ,db: supa ,addr: all ,auth: pwd ,title: 'allow supa database access from entire world' } # not safe!

vars: # global variables
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default|china|europe
infra_portal: # domain names and upstream servers
Expand Down
2 changes: 1 addition & 1 deletion conf/default/d11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ all:
#----------------------------------#
# Meta Data
#----------------------------------#
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default|china|europe
node_tune: tiny # node tuning specs: oltp,olap,tiny,crit
Expand Down
2 changes: 1 addition & 1 deletion conf/default/d12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ all:
#----------------------------------#
# Meta Data
#----------------------------------#
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default|china|europe
node_tune: tiny # node tuning specs: oltp,olap,tiny,crit
Expand Down
2 changes: 1 addition & 1 deletion conf/default/el7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ all:
#----------------------------------#
# Meta Data
#----------------------------------#
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: china # upstream mirror region: default|china|europe
node_tune: tiny # node tuning specs: oltp,olap,tiny,crit
Expand Down
2 changes: 1 addition & 1 deletion conf/default/el8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ all:
#----------------------------------#
# Meta Data
#----------------------------------#
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default|china|europe
node_tune: tiny # node tuning specs: oltp,olap,tiny,crit
Expand Down
2 changes: 1 addition & 1 deletion conf/default/el9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ all:
#----------------------------------#
# Meta Data
#----------------------------------#
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default|china|europe
node_tune: tiny # node tuning specs: oltp,olap,tiny,crit
Expand Down
2 changes: 1 addition & 1 deletion conf/default/u20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ all:
#----------------------------------#
# Meta Data
#----------------------------------#
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default|china|europe
node_tune: tiny # node tuning specs: oltp,olap,tiny,crit
Expand Down
2 changes: 1 addition & 1 deletion conf/default/u22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ all:
#----------------------------------#
# Meta Data
#----------------------------------#
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default|china|europe
node_tune: tiny # node tuning specs: oltp,olap,tiny,crit
Expand Down
2 changes: 1 addition & 1 deletion conf/demo/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ all:
#-----------------------------------------------------------------
# META
#-----------------------------------------------------------------
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default,china,europe
proxy_env: # global proxy env when downloading packages
Expand Down
2 changes: 1 addition & 1 deletion conf/demo/el.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ all:
#-----------------------------------------------------------------
# META
#-----------------------------------------------------------------
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default,china,europe
proxy_env: # global proxy env when downloading packages
Expand Down
2 changes: 1 addition & 1 deletion conf/demo/pg17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ all:
#----------------------------------#
# Meta Data
#----------------------------------#
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default|china|europe
node_tune: tiny # oltp|olap|tiny|cirt
Expand Down
2 changes: 1 addition & 1 deletion conf/demo/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ all:


vars: # global variables
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: china # upstream mirror region: default|china|europe
infra_portal: # domain names and upstream servers
Expand Down
2 changes: 1 addition & 1 deletion conf/demo/remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ all:


vars:
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default,china,europe
...
2 changes: 1 addition & 1 deletion conf/demo/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ all:
# Parameters #
####################################################################
vars: # global variables
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default|china|europe
patroni_ssl_enabled: true # secure patroni RestAPI communications with SSL?
Expand Down
2 changes: 1 addition & 1 deletion conf/demo/wool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ all:
pg_default_version: 13 # 用 PostgreSQL 13

vars:
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
region: china
admin_ip: 10.10.10.10 # 这个 IP 地址应该是你 ECS 的内网IP地址
infra_portal: # 如果你有自己的 DNS 域名,这里面的域名后缀 pigsty 换成你自己的 DNS 域名
Expand Down
2 changes: 1 addition & 1 deletion conf/sandbox/dual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ all:
#pg_vip_interface: eth1

vars: # global parameters
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default,china,europe
infra_portal: # domain names and upstream servers
Expand Down
2 changes: 1 addition & 1 deletion conf/sandbox/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ all:
# Global Parameters
#==============================================================#
vars:
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default|china|europe
node_tune: tiny # use tiny template for NODE in demo environment
Expand Down
2 changes: 1 addition & 1 deletion conf/sandbox/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ all:
vars: { redis_cluster: redis-ms ,redis_password: 'redis.ms' ,redis_max_memory: 64MB }

vars: # global variables
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default|china|europe
node_tune: tiny # oltp|olap|tiny|cirt
Expand Down
2 changes: 1 addition & 1 deletion conf/sandbox/mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ all:


vars:
version: v3.0.1 # pigsty version string
version: v3.0.2 # pigsty version string
admin_ip: 10.10.10.10 # admin node ip address
region: default # upstream mirror region: default|china|europe
node_tune: tiny # use tiny template for NODE in demo environment
Expand Down
Loading

0 comments on commit fe02696

Please sign in to comment.