Skip to content

Commit ed59c58

Browse files
committed
bump version to 0.8.1
1 parent 6bd0851 commit ed59c58

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#==============================================================#
77

88
# Get Current Version
9-
VERSION=v0.8.0
9+
VERSION=v0.8.1
1010
# VERSION=`cat exporter/global.go | grep -E 'var Version' | grep -Eo '[0-9.]+'`
1111

1212
# Release Dir

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33

44
[![Webite: pigsty](https://img.shields.io/badge/website-pgsty.com-slategray?style=flat&logo=cilium&logoColor=white)](https://pgsty.com)
5-
[![Version: v0.8.0](https://img.shields.io/badge/version-v0.8.0-slategray?style=flat&logo=cilium&logoColor=white)](https://github.com/Vonng/pg_exporter/releases/tag/v0.8.0)
5+
[![Version: v0.8.1](https://img.shields.io/badge/version-v0.8.1-slategray?style=flat&logo=cilium&logoColor=white)](https://github.com/Vonng/pg_exporter/releases/tag/v0.8.1)
66
[![License: Apache-2.0](https://img.shields.io/github/license/Vonng/pg_exporter?logo=opensourceinitiative&logoColor=green&color=slategray)](https://github.com/Vonng/pg_exporter/blob/main/LICENSE)
77
[![GitHub Stars](https://img.shields.io/github/stars/Vonng/pg_exporter?style=flat&logo=github&logoColor=black&color=slategray)](https://star-history.com/#Vonng/pg_exporter&Date)
88

99
[Prometheus](https://prometheus.io/) [Exporter](https://prometheus.io/docs/instrumenting/exporters/) for [PostgreSQL](https://www.postgresql.org) & [pgBouncer](https://www.pgbouncer.org/) metrics.
1010

11-
PG Exporter aims to bring the ultimate observability for [Pigsty](https://pigsty.io), which is a **Battery-Included, Local-First PostgreSQL Distribution as an Open-Source RDS Alternative**: [Demo](https://demo.pigsty.cc) & [Gallery](https://github.com/Vonng/pigsty/wiki/Gallery)
11+
PG Exporter aims to bring the ultimate observability for [Pigsty](https://pigsty.io), which is a **Battery-Included, Local-First PostgreSQL Distribution as an Open-Source RDS Alternative**: [Demo](https://demo.pigsty.cc) & [Gallery](https://github.com/pgsty/pigsty/wiki/Gallery)
1212

1313
PG Exporter is fully **customizable**: 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.
1414

15-
The latest stable version is [`0.8.0`](https://github.com/Vonng/pg_exporter/releases/tag/v0.8.0), which support PostgreSQL 10 ~ 17+ and Pgbouncer 1.8 ~ 1.24+.
15+
The latest stable version is [`0.8.1`](https://github.com/Vonng/pg_exporter/releases/tag/v0.8.1), which support PostgreSQL 10 ~ 17+ and Pgbouncer 1.8 ~ 1.24+.
1616

17-
[![pigsty-v2-3](https://github.com/Vonng/pigsty/assets/8587410/ec2b8acb-d564-49ab-b7f0-214da176a7c8)](https://demo.pigsty.cc)
17+
[![pigsty-dashboard](https://pigsty.io/img/pigsty/dashboard.jpg)](https://demo.pigsty.cc)
1818

1919

2020

exporter/global.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
/* ================ Parameters ================ */
99

1010
// Version is read by make build procedure
11-
var Version = "0.8.0"
11+
var Version = "0.8.1"
1212

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

0 commit comments

Comments
 (0)