File tree 3 files changed +25
-5
lines changed
3 files changed +25
-5
lines changed Original file line number Diff line number Diff line change @@ -63,16 +63,28 @@ workflows:
63
63
- cimg/postgres:14.1
64
64
- prometheus/build :
65
65
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"
66
68
filters :
67
69
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.*/
69
81
- prometheus/publish_master :
70
82
context : org-context
71
83
docker_hub_organization : prometheuscommunity
72
84
quay_io_organization : prometheuscommunity
73
85
requires :
74
86
- test
75
- - build
87
+ - build_all
76
88
filters :
77
89
branches :
78
90
only : master
@@ -82,7 +94,7 @@ workflows:
82
94
quay_io_organization : prometheuscommunity
83
95
requires :
84
96
- test
85
- - build
97
+ - build_all
86
98
filters :
87
99
tags :
88
100
only : /^v.*/
Original file line number Diff line number Diff line change 1
1
## master / unreleased
2
2
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
4
9
* [ 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
5
13
6
14
## 0.10.1 / 2022-01-14
7
15
Original file line number Diff line number Diff line change 1
- 0.10.1
1
+ 0.11.0
You can’t perform that action at this time.
0 commit comments