1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-08-09 15:42:47 +03:00

Merge pull request #665 from prometheus-community/superq/0.11.0

Release v0.11.0
This commit is contained in:
Joe Adams
2022-07-28 08:50:48 -04:00
committed by GitHub
3 changed files with 25 additions and 5 deletions

View File

@@ -63,16 +63,28 @@ workflows:
- cimg/postgres:14.1 - cimg/postgres:14.1
- prometheus/build: - prometheus/build:
name: build name: build
parallelism: 3
promu_opts: "-p linux/amd64 -p windows/amd64 -p linux/arm64 -p darwin/amd64 -p darwin/arm64 -p linux/386"
filters: filters:
tags: tags:
only: /.*/ ignore: /^v.*/
branches:
ignore: /^(main|master|release-.*|.*build-all.*)$/
- prometheus/build:
name: build_all
parallelism: 12
filters:
branches:
only: /^(main|master|release-.*|.*build-all.*)$/
tags:
only: /^v.*/
- prometheus/publish_master: - prometheus/publish_master:
context: org-context context: org-context
docker_hub_organization: prometheuscommunity docker_hub_organization: prometheuscommunity
quay_io_organization: prometheuscommunity quay_io_organization: prometheuscommunity
requires: requires:
- test - test
- build - build_all
filters: filters:
branches: branches:
only: master only: master
@@ -82,7 +94,7 @@ workflows:
quay_io_organization: prometheuscommunity quay_io_organization: prometheuscommunity
requires: requires:
- test - test
- build - build_all
filters: filters:
tags: tags:
only: /^v.*/ only: /^v.*/

View File

@@ -1,7 +1,15 @@
## master / unreleased ## master / unreleased
* [CHANGE] pg_stat_bgwriter counter metrics had the `_total` suffix added #556 ## 0.11.0 / 2022-07-28
NOTE: pg_stat_bgwriter counter metrics had the `_total` suffix added #556
* [CHANGE] refactor pg_stat_bgwriter metrics into standalone collector #556
* [FEATURE] Add pg_database collector #613
* [ENHANCEMENT] Add pg_database_size_bytes metric #613 * [ENHANCEMENT] Add pg_database_size_bytes metric #613
* [BUGFIX] Avoid parsing error from bogus Azure Flexible Server custom GUC #587
* [BUGFIX] Fix pg_stat_archiver error in 9.4 and earlier. #599
* [BUGFIX] Sanitize setting values because of Aurora irregularity #620
## 0.10.1 / 2022-01-14 ## 0.10.1 / 2022-01-14

View File

@@ -1 +1 @@
0.10.1 0.11.0