Release v0.11.0

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
* [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

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ 2022-07-28 13:42:32 +02:00
parent 972d8e8851
commit da63601f57
No known key found for this signature in database
GPG Key ID: C646B23C9E3245F1
3 changed files with 25 additions and 5 deletions

View File

@ -63,16 +63,28 @@ workflows:
- cimg/postgres:14.1
- prometheus/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:
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:
context: org-context
docker_hub_organization: prometheuscommunity
quay_io_organization: prometheuscommunity
requires:
- test
- build
- build_all
filters:
branches:
only: master
@ -82,7 +94,7 @@ workflows:
quay_io_organization: prometheuscommunity
requires:
- test
- build
- build_all
filters:
tags:
only: /^v.*/

View File

@ -1,7 +1,15 @@
## 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
* [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

View File

@ -1 +1 @@
0.10.1
0.11.0