Version 1.24.0

This commit is contained in:
Girish Ramakrishnan 2023-07-11 20:23:17 +05:30
parent 826208d51a
commit 4933820280
2 changed files with 5 additions and 1 deletions

View file

@ -350,3 +350,7 @@
* [BUGFIX] TSDB: Tombstone intervals are not modified after Get() call. #12245
* [BUGFIX] TSDB: Use path/filepath to set the WAL directory. #12349
[1.24.0]
* Move storage directory to `/app/data/storage`
* CLI options can now be set in `/app/data/env.sh`

View file

@ -1,5 +1,5 @@
{
"version": "1.23.0",
"version": "1.24.0",
"upstreamVersion": "2.45.0",
"id": "io.prometheus.cloudronapp",
"title": "Prometheus Server",