Skip to content

Commit 38b9df0

Browse files
committed
bump version to 1.1.2
1 parent 873ca35 commit 38b9df0

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

.goreleaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ nfpms:
7171
{{- else if eq .Arch "arm64" }}aarch64
7272
{{- else }}{{ .Arch }}{{ end }}
7373
vendor: PGSTY
74-
homepage: https://exp.pgsty.com
74+
homepage: https://pigsty.io/docs/pg_exporter
7575
maintainer: Ruohang Feng <rh@vonng.com>
7676
description: |
7777
Prometheus exporter for PostgreSQL / Pgbouncer server metrics.
7878
Supported version: Postgres9.4 - 17+ & Pgbouncer 1.8 - 1.24+
7979
Part of Project Pigsty -- Battery Included PostgreSQL Distribution
80-
with ultimate observability support: https://doc.pgsty.com
80+
with ultimate observability support: https://pigsty.io/docs
8181
license: Apache-2.0
8282
formats:
8383
- rpm
@@ -122,13 +122,13 @@ nfpms:
122122
{{- else if eq .Arch "arm64" }}arm64
123123
{{- else }}{{ .Arch }}{{ end }}
124124
vendor: PGSTY
125-
homepage: https://exp.pgsty.com
125+
homepage: https://pigsty.io/docs/pg_exporter
126126
maintainer: Ruohang Feng <rh@vonng.com>
127127
description: |
128128
Prometheus exporter for PostgreSQL / Pgbouncer server metrics.
129129
Supported version: Postgres9.4 - 17+ & Pgbouncer 1.8 - 1.24+
130130
Part of Project Pigsty -- Battery Included PostgreSQL Distribution
131-
with ultimate observability support: https://doc.pgsty.com
131+
with ultimate observability support: https://pigsty.io/docs
132132
license: Apache-2.0
133133
formats:
134134
- deb

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# License : Apache-2.0 @ https://github.com/pgsty/pg_exporter
55
# Copyright : 2018-2025 Ruohang Feng / Vonng (rh@vonng.com)
66
#==============================================================#
7-
VERSION ?= v1.1.1
7+
VERSION ?= v1.1.2
88
BUILD_DATE := $(shell date '+%Y%m%d%H%M%S')
99
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null || echo "unknown")
1010
GIT_REVISION := $(shell git rev-parse --short HEAD 2>/dev/null || echo "HEAD")

exporter/global.go

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

1111
// Version is read by make build procedure
12-
var Version = "1.1.1"
12+
var Version = "1.1.2"
1313

1414
// Build information. Populated at build-time.
1515
var (

package/nfpm-amd64-deb.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: "pg-exporter"
22
arch: "amd64"
33
platform: "linux"
4-
version: "v1.1.1"
4+
version: "v1.1.2"
55
release: "1"
66
version_schema: semver
77
maintainer: Ruohang Feng <rh@vonng.com>
88
description: |
99
Prometheus exporter for PostgreSQL / Pgbouncer server metrics.
1010
Supported version: Postgres9.4 - 17+ & Pgbouncer 1.8 - 1.24+
1111
Part of Project Pigsty -- Battery Included PostgreSQL Distribution
12-
with ultimate observability support: https://doc.pgsty.com
12+
with ultimate observability support: https://pigsty.io/docs
1313
1414
vendor: "PGSTY"
15-
homepage: "https://exp.pgsty.com"
15+
homepage: "https://pigsty.io/docs/pg_exporter"
1616
license: "Apache-2.0 License"
1717

1818
rpm:

package/nfpm-amd64-rpm.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: "pg_exporter"
22
arch: "amd64"
33
platform: "linux"
4-
version: "v1.1.1"
4+
version: "v1.1.2"
55
release: "1"
66
version_schema: semver
77
maintainer: Ruohang Feng <rh@vonng.com>
88
description: |
99
Prometheus exporter for PostgreSQL / Pgbouncer server metrics.
1010
Supported version: Postgres9.4 - 17+ & Pgbouncer 1.8 - 1.24+
1111
Part of Project Pigsty -- Battery Included PostgreSQL Distribution
12-
with ultimate observability support: https://doc.pgsty.com
12+
with ultimate observability support: https://pigsty.io/docs
1313
1414
vendor: "PGSTY"
15-
homepage: "https://exp.pgsty.com"
15+
homepage: "https://pigsty.io/docs/pg_exporter"
1616
license: "Apache-2.0 License"
1717

1818
rpm:

package/nfpm-arm64-deb.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: "pg-exporter"
22
arch: "arm64"
33
platform: "linux"
4-
version: "v1.1.1"
4+
version: "v1.1.2"
55
release: "1"
66
version_schema: semver
77
maintainer: Ruohang Feng <rh@vonng.com>
88
description: |
99
Prometheus exporter for PostgreSQL / Pgbouncer server metrics.
1010
Supported version: Postgres9.4 - 17+ & Pgbouncer 1.8 - 1.24+
1111
Part of Project Pigsty -- Battery Included PostgreSQL Distribution
12-
with ultimate observability support: https://doc.pgsty.com
12+
with ultimate observability support: https://pigsty.io/docs
1313
1414
vendor: "PGSTY"
15-
homepage: "https://exp.pgsty.com"
15+
homepage: "https://pigsty.io/docs/pg_exporter"
1616
license: "Apache-2.0 License"
1717

1818
rpm:

package/nfpm-arm64-rpm.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: "pg_exporter"
22
arch: "arm64"
33
platform: "linux"
4-
version: "v1.1.1"
4+
version: "v1.1.2"
55
release: "1"
66
version_schema: semver
77
maintainer: Ruohang Feng <rh@vonng.com>
88
description: |
99
Prometheus exporter for PostgreSQL / Pgbouncer server metrics.
1010
Supported version: Postgres9.4 - 17+ & Pgbouncer 1.8 - 1.24+
1111
Part of Project Pigsty -- Battery Included PostgreSQL Distribution
12-
with ultimate observability support: https://doc.pgsty.com
12+
with ultimate observability support: https://pigsty.io/docs
1313
1414
vendor: "PGSTY"
15-
homepage: "https://exp.pgsty.com"
15+
homepage: "https://pigsty.io/docs/pg_exporter"
1616
license: "Apache-2.0 License"
1717

1818
rpm:

package/pg_exporter.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Unit]
22
Description=Prometheus exporter for PostgreSQL/Pgbouncer server metrics
3-
Documentation=https://exp.pgsty.com
3+
Documentation=https://pigsty.io/docs/pg_exporter
44
After=network.target
55

66
[Service]

0 commit comments

Comments
 (0)