Skip to content

Commit 5cf9087

Browse files
committed
Release 0.5.9
1 parent 1632471 commit 5cf9087

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
@@ -5,6 +5,9 @@ CHANGES for CrateDB Prometheus Adapter
55
Unreleased
66
==========
77

8+
2025-10-02 0.5.9
9+
================
10+
811
- Runtime: Updated to Go 1.25, OCI now uses Debian 13 "trixie"
912
- Runtime: Deprecated support for Go 1.21 and 1.22
1013
- OpenTelemetry: Verified storing metrics data from OTel Collector

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.8"
28+
const version = "0.5.9"
2929

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

0 commit comments

Comments
 (0)