Skip to content

Commit d1ca1a6

Browse files
authored
Merge pull request #654 from prometheus/beorn7/release
Cut v1.9.0
2 parents 44fa056 + e1a4f42 commit d1ca1a6

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.9.0 / 2024-06-06
2+
3+
* [CHANGE] Command line: Print --version to stdout, not stderr. #651
4+
* [FEATURE] UI: Support native histograms. #596
5+
* [ENHANCEMENT] Log when liveness probes fail due to full write queue. #645
6+
* [BUGFIX] Update dependencies to pull in possibly relevant bugfixes.
7+
18
## 1.8.0 / 2024-04-03
29

310
* [FEATURE] API: Support native histograms in api/v1/metrics. #611

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.9.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/matttproud/golang_protobuf_extensions v1.0.4
1111
github.com/prometheus/client_golang v1.19.1
1212
github.com/prometheus/client_model v0.6.1
13-
github.com/prometheus/common v0.53.0
13+
github.com/prometheus/common v0.54.0
1414
github.com/prometheus/exporter-toolkit v0.11.0
1515
github.com/shurcooL/vfsgen v0.0.0-20230704071429-0000e147ea92
1616
google.golang.org/protobuf v1.34.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ github.com/prometheus/client_golang v1.19.1 h1:wZWJDwK+NameRJuPGDhlnFgx8e8HN3XHQ
4242
github.com/prometheus/client_golang v1.19.1/go.mod h1:mP78NwGzrVks5S2H6ab8+ZZGJLZUq1hoULYBAYBw1Ho=
4343
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=
4444
github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY=
45-
github.com/prometheus/common v0.53.0 h1:U2pL9w9nmJwJDa4qqLQ3ZaePJ6ZTwt7cMD3AG3+aLCE=
46-
github.com/prometheus/common v0.53.0/go.mod h1:BrxBKv3FWBIGXw89Mg1AeBq7FSyRzXWI3l3e7W3RN5U=
45+
github.com/prometheus/common v0.54.0 h1:ZlZy0BgJhTwVZUn7dLOkwCZHUkrAqd3WYtcFCWnM1D8=
46+
github.com/prometheus/common v0.54.0/go.mod h1:/TQgMJP5CuVYveyT7n/0Ix8yLNNXy9yRSkhnLTHPDIQ=
4747
github.com/prometheus/exporter-toolkit v0.11.0 h1:yNTsuZ0aNCNFQ3aFTD2uhPOvr4iD7fdBvKPAEGkNf+g=
4848
github.com/prometheus/exporter-toolkit v0.11.0/go.mod h1:BVnENhnNecpwoTLiABx7mrPB/OLRIgN74qlQbV+FK1Q=
4949
github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo=

0 commit comments

Comments
 (0)