Skip to content

Commit

Permalink
bump beta version string to v0.7.0 (pg17 support)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonng committed Jun 19, 2024
1 parent cca94ce commit b9d052b
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#==============================================================#

# Get Current Version
VERSION=v0.6.1
VERSION=v0.7.0
# VERSION=`cat exporter/global.go | grep -E 'var Version' | grep -Eo '[0-9.]+'`

# Release Dir
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PG Exporter aims to bring the ultimate observability for [Pigsty](https://pigsty

PG Exporter is fully customizable and extensible. It defines almost all metrics with declarative YAML [configuration](pg_exporter.yml) files. It's easy to add new metrics or modify existing ones. Much more that the prometheus community one.

The latest stable version is [`0.6.1`](https://github.com/Vonng/pg_exporter/releases/tag/v0.6.1), which support PostgreSQL 10 ~ 16+ and Pgbouncer 1.8 ~ 1.21+. The master branch is under active development with PG 17 support.
The latest stable version is [`0.6.1`](https://github.com/Vonng/pg_exporter/releases/tag/v0.6.1), which support PostgreSQL 10 ~ 16+ and Pgbouncer 1.8 ~ 1.22+. The `master` branch is under active development with PG 17 support on `0.7.0`.

[![pigsty-v2-3](https://github.com/Vonng/pigsty/assets/8587410/ec2b8acb-d564-49ab-b7f0-214da176a7c8)](https://demo.pigsty.cc)

Expand Down
2 changes: 1 addition & 1 deletion exporter/global.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
/* ================ Parameters ================ */

// Version is read by make build procedure
var Version = "0.6.1"
var Version = "0.7.0"

var defaultPGURL = "postgresql:///?sslmode=disable"

Expand Down
4 changes: 2 additions & 2 deletions package/nfpm-amd64-deb.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "pg-exporter"
arch: "amd64"
platform: "linux"
version: "v0.6.1"
version: "v0.7.0"
version_schema: semver
maintainer: Ruohang Feng <[email protected]>
description: |
Prometheus exporter for PostgreSQL / Pgbouncer server metrics.
Supported version: Postgres9.4 - 16+ & Pgbouncer 1.8 - 1.21+
Supported version: Postgres9.4 - 17+ & Pgbouncer 1.8 - 1.22+
Part of Project Pigsty -- Battery Included PostgreSQL Distribution
with ultimate observability support: https://pigsty.cc
Expand Down
4 changes: 2 additions & 2 deletions package/nfpm-amd64-rpm.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "pg_exporter"
arch: "amd64"
platform: "linux"
version: "v0.6.1"
version: "v0.7.0"
version_schema: semver
maintainer: Ruohang Feng <[email protected]>
description: |
Prometheus exporter for PostgreSQL / Pgbouncer server metrics.
Supported version: Postgres9.4 - 16+ & Pgbouncer 1.8 - 1.21+
Supported version: Postgres9.4 - 17+ & Pgbouncer 1.8 - 1.22+
Part of Project Pigsty -- Battery Included PostgreSQL Distribution
with ultimate observability support: https://pigsty.cc
Expand Down
4 changes: 2 additions & 2 deletions package/nfpm-arm64-deb.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "pg-exporter"
arch: "arm64"
platform: "linux"
version: "v0.6.1"
version: "v0.7.0"
version_schema: semver
maintainer: Ruohang Feng <[email protected]>
description: |
Prometheus exporter for PostgreSQL / Pgbouncer server metrics.
Supported version: Postgres9.4 - 16+ & Pgbouncer 1.8 - 1.21+
Supported version: Postgres9.4 - 17+ & Pgbouncer 1.8 - 1.22+
Part of Project Pigsty -- Battery Included PostgreSQL Distribution
with ultimate observability support: https://pigsty.cc
Expand Down
4 changes: 2 additions & 2 deletions package/nfpm-arm64-rpm.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "pg_exporter"
arch: "arm64"
platform: "linux"
version: "v0.6.1"
version: "v0.7.0"
version_schema: semver
maintainer: Ruohang Feng <[email protected]>
description: |
Prometheus exporter for PostgreSQL / Pgbouncer server metrics.
Supported version: Postgres9.4 - 16+ & Pgbouncer 1.8 - 1.21+
Supported version: Postgres9.4 - 17+ & Pgbouncer 1.8 - 1.22+
Part of Project Pigsty -- Battery Included PostgreSQL Distribution
with ultimate observability support: https://pigsty.cc
Expand Down

0 comments on commit b9d052b

Please sign in to comment.