Skip to content

Commit 8d030ce

Browse files
committed
bump version string to 1.1.0
1 parent a497260 commit 8d030ce

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

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 ([email protected])
66
#==============================================================#
7-
VERSION ?= v1.0.3
7+
VERSION ?= v1.1.0
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")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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.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)
9+
[![Version: 1.1.0](https://img.shields.io/badge/version-1.1.0-slategray?style=flat&logo=cilium&logoColor=white)](https://github.com/pgsty/pg_exporter/releases/tag/v1.1.0)
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)

docs/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ sudo apt install -y pg-exporter
116116
{{< /tab >}}
117117
{{< tab >}}
118118
```bash
119-
wget https://github.com/pgsty/pg_exporter/releases/download/v1.0.3/pg_exporter-v1.0.3.linux-amd64.tar.gz
120-
tar -xf pg_exporter-v1.0.3.linux-amd64.tar.gz
121-
sudo install pg_exporter-v1.0.3.linux-amd64/pg_exporter /usr/bin/
122-
sudo install pg_exporter-v1.0.3.linux-amd64/pg_exporter.yml /etc/pg_exporter.yml
119+
wget https://github.com/pgsty/pg_exporter/releases/download/v1.1.0/pg_exporter-v1.1.0.linux-amd64.tar.gz
120+
tar -xf pg_exporter-v1.1.0.linux-amd64.tar.gz
121+
sudo install pg_exporter-v1.1.0.linux-amd64/pg_exporter /usr/bin/
122+
sudo install pg_exporter-v1.1.0.linux-amd64/pg_exporter.yml /etc/pg_exporter.yml
123123
```
124124
{{< /tab >}}
125125
{{< tab >}}

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pg_in_recovery 0
5151
5252
# HELP pg_exporter_build_info PG Exporter build information
5353
# TYPE pg_exporter_build_info gauge
54-
pg_exporter_build_info{version="1.0.3",branch="main",revision="abc123"} 1
54+
pg_exporter_build_info{version="1.1.0",branch="main",revision="abc123"} 1
5555
5656
# ... additional metrics
5757
```

docs/install.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ curl -fsSL https://repo.pigsty.io/get | bash; cd ~/pigsty;
2828
You can also download `pg_exporter` package (`RPM`/`DEB`/ Tarball) directly from the [Latest GitHub Release Page](https://github.com/pgsty/pg_exporter/releases/latest):
2929

3030
{{< filetree/container >}}
31-
{{< filetree/folder name="v1.0.3" state="open" >}}
32-
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.0.3/pg-exporter_1.0.3_amd64.deb" >}}
33-
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.0.3/pg-exporter_1.0.3_arm64.deb" >}}
34-
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.0.3/pg_exporter-1.0.3-1.aarch64.rpm" >}}
35-
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.0.3/pg_exporter-1.0.3-1.x86_64.rpm" >}}
36-
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.0.3/pg_exporter-v1.0.3.linux-amd64.tar.gz" >}}
37-
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.0.3/pg_exporter-v1.0.3.linux-arm64.tar.gz" >}}
38-
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.0.3/pg_exporter-v1.0.3.darwin-amd64.tar.gz" >}}
39-
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.0.3/pg_exporter-v1.0.3.darwin-arm64.tar.gz" >}}
31+
{{< filetree/folder name="v1.1.0" state="open" >}}
32+
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.0/pg-exporter_1.1.0_amd64.deb" >}}
33+
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.0/pg-exporter_1.1.0_arm64.deb" >}}
34+
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.0/pg_exporter-1.1.0-1.aarch64.rpm" >}}
35+
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.0/pg_exporter-1.1.0-1.x86_64.rpm" >}}
36+
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.0/pg_exporter-v1.1.0.linux-amd64.tar.gz" >}}
37+
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.0/pg_exporter-v1.1.0.linux-arm64.tar.gz" >}}
38+
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.0/pg_exporter-v1.1.0.darwin-amd64.tar.gz" >}}
39+
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.0/pg_exporter-v1.1.0.darwin-arm64.tar.gz" >}}
4040
{{< /filetree/folder >}}
4141
{{< /filetree/container >}}
4242

docs/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ breadcrumbs: false
55
comments: false
66
---
77

8-
The latest stable version of `pg_exporter` is [v1.0.3](https://github.com/pgsty/pg_exporter/releases/tag/v1.0.3)
8+
The latest stable version of `pg_exporter` is [v1.1.0](https://github.com/pgsty/pg_exporter/releases/tag/v1.1.0)
99

1010
| Version | Date | Summary | GitHub |
1111
|:---------------:|:----------:|---------------------------------------------------------|:------------------------------------------------------------------:|

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.0.3"
12+
var Version = "1.1.0"
1313

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

package/nfpm-amd64-deb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "pg-exporter"
22
arch: "amd64"
33
platform: "linux"
4-
version: "v1.0.3"
4+
version: "v1.1.0"
55
release: "1"
66
version_schema: semver
77
maintainer: Ruohang Feng <[email protected]>

package/nfpm-amd64-rpm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "pg_exporter"
22
arch: "amd64"
33
platform: "linux"
4-
version: "v1.0.3"
4+
version: "v1.1.0"
55
release: "1"
66
version_schema: semver
77
maintainer: Ruohang Feng <[email protected]>

package/nfpm-arm64-deb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "pg-exporter"
22
arch: "arm64"
33
platform: "linux"
4-
version: "v1.0.3"
4+
version: "v1.1.0"
55
release: "1"
66
version_schema: semver
77
maintainer: Ruohang Feng <[email protected]>

0 commit comments

Comments
 (0)