From f84170abb3ba4973380d135b0af79163a557e65d Mon Sep 17 00:00:00 2001 From: beorn7 Date: Thu, 6 Jun 2024 18:59:03 +0200 Subject: [PATCH 1/2] Update github.com/prometheus/common dependency Signed-off-by: beorn7 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 2be8c60d..f6e5ced0 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/matttproud/golang_protobuf_extensions v1.0.4 github.com/prometheus/client_golang v1.19.1 github.com/prometheus/client_model v0.6.1 - github.com/prometheus/common v0.53.0 + github.com/prometheus/common v0.54.0 github.com/prometheus/exporter-toolkit v0.11.0 github.com/shurcooL/vfsgen v0.0.0-20230704071429-0000e147ea92 google.golang.org/protobuf v1.34.1 diff --git a/go.sum b/go.sum index 6bad53b5..3cdee5d3 100644 --- a/go.sum +++ b/go.sum @@ -42,8 +42,8 @@ github.com/prometheus/client_golang v1.19.1 h1:wZWJDwK+NameRJuPGDhlnFgx8e8HN3XHQ github.com/prometheus/client_golang v1.19.1/go.mod h1:mP78NwGzrVks5S2H6ab8+ZZGJLZUq1hoULYBAYBw1Ho= github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E= github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY= -github.com/prometheus/common v0.53.0 h1:U2pL9w9nmJwJDa4qqLQ3ZaePJ6ZTwt7cMD3AG3+aLCE= -github.com/prometheus/common v0.53.0/go.mod h1:BrxBKv3FWBIGXw89Mg1AeBq7FSyRzXWI3l3e7W3RN5U= +github.com/prometheus/common v0.54.0 h1:ZlZy0BgJhTwVZUn7dLOkwCZHUkrAqd3WYtcFCWnM1D8= +github.com/prometheus/common v0.54.0/go.mod h1:/TQgMJP5CuVYveyT7n/0Ix8yLNNXy9yRSkhnLTHPDIQ= github.com/prometheus/exporter-toolkit v0.11.0 h1:yNTsuZ0aNCNFQ3aFTD2uhPOvr4iD7fdBvKPAEGkNf+g= github.com/prometheus/exporter-toolkit v0.11.0/go.mod h1:BVnENhnNecpwoTLiABx7mrPB/OLRIgN74qlQbV+FK1Q= github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo= From e1a4f42136039ee7a2ea86c78180720996327bb1 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Thu, 6 Jun 2024 18:58:04 +0200 Subject: [PATCH 2/2] Cut v1.9.0 Signed-off-by: beorn7 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a3b243..3b5bc791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.9.0 / 2024-06-06 + +* [CHANGE] Command line: Print --version to stdout, not stderr. #651 +* [FEATURE] UI: Support native histograms. #596 +* [ENHANCEMENT] Log when liveness probes fail due to full write queue. #645 +* [BUGFIX] Update dependencies to pull in possibly relevant bugfixes. + ## 1.8.0 / 2024-04-03 * [FEATURE] API: Support native histograms in api/v1/metrics. #611 diff --git a/VERSION b/VERSION index 27f9cd32..f8e233b2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.0 +1.9.0