File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.0.2
7+ VERSION ?= v1.0.3
88BUILD_DATE := $(shell date '+% Y% m% d% H% M% S')
99GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null || echo "unknown")
1010GIT_REVISION := $(shell git rev-parse --short HEAD 2>/dev/null || echo "HEAD")
Original file line number Diff line number Diff line change 66
77[ ![ Webite: exp.pgsty.com] ( https://img.shields.io/badge/website-exp.pgsty.com-slategray?style=flat&logo=cilium&logoColor=white )] ( https://exp.pigsty.com )
88[ ![ DockerHub: pgsty/pg_exporter] ( https://img.shields.io/badge/docker-pgsty/pg_exporter-slategray?style=flat&logo=docker&logoColor=white )] ( https://hub.docker.com/r/pgsty/pg_exporter )
9- [ ![ Version: 1.0.2 ] ( https://img.shields.io/badge/version-1.0.2 -slategray?style=flat&logo=cilium&logoColor=white )] ( https://github.com/pgsty/pg_exporter/releases/tag/v1.0.2 )
9+ [ ![ Version: 1.0.3 ] ( https://img.shields.io/badge/version-1.0.3 -slategray?style=flat&logo=cilium&logoColor=white )] ( https://github.com/pgsty/pg_exporter/releases/tag/v1.0.3 )
1010[ ![ License: Apache-2.0] ( https://img.shields.io/github/license/pgsty/pg_exporter?logo=opensourceinitiative&logoColor=green&color=slategray )] ( https://github.com/pgsty/pg_exporter/blob/main/LICENSE )
1111[ ![ GitHub Stars] ( https://img.shields.io/github/stars/pgsty/pg_exporter?style=flat&logo=github&logoColor=black&color=slategray )] ( https://star-history.com/#pgsty/pg_exporter&Date )
1212[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/pgsty/pg_exporter )] ( https://goreportcard.com/report/github.com/pgsty/pg_exporter )
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ import (
99/* ================ Parameters ================ */
1010
1111// Version is read by make build procedure
12- var Version = "1.0.2 "
12+ var Version = "1.0.3 "
1313
1414// Build information. Populated at build-time.
1515var (
1616 Branch = "main"
1717 Revision = "HEAD"
18- BuildDate = "20250421212100"
18+ BuildDate = "20250421212100" // will be overwritten during release
1919 GoVersion = runtime .Version ()
2020 GOOS = runtime .GOOS
2121 GOARCH = runtime .GOARCH
Original file line number Diff line number Diff line change 11name : " pg-exporter"
22arch : " amd64"
33platform : " linux"
4- version : " v1.0.2 "
4+ version : " v1.0.3 "
55release : " 1"
66version_schema : semver
77maintainer : Ruohang Feng <rh@vonng.com>
Original file line number Diff line number Diff line change 11name : " pg_exporter"
22arch : " amd64"
33platform : " linux"
4- version : " v1.0.2 "
4+ version : " v1.0.3 "
55release : " 1"
66version_schema : semver
77maintainer : Ruohang Feng <rh@vonng.com>
Original file line number Diff line number Diff line change 11name : " pg-exporter"
22arch : " arm64"
33platform : " linux"
4- version : " v1.0.2 "
4+ version : " v1.0.3 "
55release : " 1"
66version_schema : semver
77maintainer : Ruohang Feng <rh@vonng.com>
Original file line number Diff line number Diff line change 11name : " pg_exporter"
22arch : " arm64"
33platform : " linux"
4- version : " v1.0.2 "
4+ version : " v1.0.3 "
55release : " 1"
66version_schema : semver
77maintainer : Ruohang Feng <rh@vonng.com>
You can’t perform that action at this time.
0 commit comments