Skip to content

Commit 58cc383

Browse files
authored
Merge pull request prometheus-community#665 from prometheus-community/superq/0.11.0
Release v0.11.0
2 parents 972d8e8 + da63601 commit 58cc383

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

.circleci/config.yml

+15-3
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,28 @@ workflows:
6363
- cimg/postgres:14.1
6464
- prometheus/build:
6565
name: build
66+
parallelism: 3
67+
promu_opts: "-p linux/amd64 -p windows/amd64 -p linux/arm64 -p darwin/amd64 -p darwin/arm64 -p linux/386"
6668
filters:
6769
tags:
68-
only: /.*/
70+
ignore: /^v.*/
71+
branches:
72+
ignore: /^(main|master|release-.*|.*build-all.*)$/
73+
- prometheus/build:
74+
name: build_all
75+
parallelism: 12
76+
filters:
77+
branches:
78+
only: /^(main|master|release-.*|.*build-all.*)$/
79+
tags:
80+
only: /^v.*/
6981
- prometheus/publish_master:
7082
context: org-context
7183
docker_hub_organization: prometheuscommunity
7284
quay_io_organization: prometheuscommunity
7385
requires:
7486
- test
75-
- build
87+
- build_all
7688
filters:
7789
branches:
7890
only: master
@@ -82,7 +94,7 @@ workflows:
8294
quay_io_organization: prometheuscommunity
8395
requires:
8496
- test
85-
- build
97+
- build_all
8698
filters:
8799
tags:
88100
only: /^v.*/

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
## master / unreleased
22

3-
* [CHANGE] pg_stat_bgwriter counter metrics had the `_total` suffix added #556
3+
## 0.11.0 / 2022-07-28
4+
5+
NOTE: pg_stat_bgwriter counter metrics had the `_total` suffix added #556
6+
7+
* [CHANGE] refactor pg_stat_bgwriter metrics into standalone collector #556
8+
* [FEATURE] Add pg_database collector #613
49
* [ENHANCEMENT] Add pg_database_size_bytes metric #613
10+
* [BUGFIX] Avoid parsing error from bogus Azure Flexible Server custom GUC #587
11+
* [BUGFIX] Fix pg_stat_archiver error in 9.4 and earlier. #599
12+
* [BUGFIX] Sanitize setting values because of Aurora irregularity #620
513

614
## 0.10.1 / 2022-01-14
715

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.1
1+
0.11.0

0 commit comments

Comments
 (0)