Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 23, 2024
1 parent 969a63b commit c2c1d5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ CHANGES for CrateDB Prometheus Adapter
Unreleased
==========


2024-01-23 0.5.1
================

- Packaging: Re-add compatibility with glibc 2.31,
by building on ``golang:1.20-bullseye``.
- Fixed use of ``schema`` configuration setting, it was not honored.
Expand Down
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
yaml "gopkg.in/yaml.v2"
)

const version = "0.5.0"
const version = "0.5.1"

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

0 comments on commit c2c1d5e

Please sign in to comment.