We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854cdd5 commit 8e6034eCopy full SHA for 8e6034e
CHANGES.rst
@@ -4,6 +4,9 @@ CHANGES for CrateDB Prometheus Adapter
4
5
Unreleased
6
==========
7
+
8
+2025-05-22 0.5.8
9
+================
10
- Dependencies: Updated ``prometheus/common`` from 0.63.0 to 0.64.0
11
- Dependencies: Updated ``prometheus/prometheus`` from 0.303.1 to 0.304.0
12
- Dependencies: Updated ``jackc/pgx`` from 5.7.4 to 5.7.5
server.go
@@ -25,7 +25,7 @@ import (
25
yaml "gopkg.in/yaml.v2"
26
)
27
28
-const version = "0.5.7"
+const version = "0.5.8"
29
30
var (
31
listenAddress = flag.String("web.listen-address", ":9268", "Address to listen on for Prometheus requests.")
0 commit comments