Skip to content

Commit 8e6034e

Browse files
committed
Release 0.5.8
1 parent 854cdd5 commit 8e6034e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ CHANGES for CrateDB Prometheus Adapter
44

55
Unreleased
66
==========
7+
8+
2025-05-22 0.5.8
9+
================
710
- Dependencies: Updated ``prometheus/common`` from 0.63.0 to 0.64.0
811
- Dependencies: Updated ``prometheus/prometheus`` from 0.303.1 to 0.304.0
912
- Dependencies: Updated ``jackc/pgx`` from 5.7.4 to 5.7.5

server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
yaml "gopkg.in/yaml.v2"
2626
)
2727

28-
const version = "0.5.7"
28+
const version = "0.5.8"
2929

3030
var (
3131
listenAddress = flag.String("web.listen-address", ":9268", "Address to listen on for Prometheus requests.")

0 commit comments

Comments
 (0)