Skip to content

Commit 876e942

Browse files
author
Arthur Silva Sens
authored
Merge pull request #1462 from prometheus/release-1.19
Merge Release 1.19 back to main
2 parents 8da892e + cad1bfa commit 876e942

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Unreleased
22

3+
## 1.19.0 / 2023-02-27
4+
5+
The module `prometheus/common v0.48.0` introduced an incompatibility when used together with client_golang (See https://github.com/prometheus/client_golang/pull/1448 for more details). If your project uses client_golang and you want to use `prometheus/common v0.48.0` or higher, please update client_golang to v1.19.0.
6+
7+
* [CHANGE] Minimum required go version is now 1.20 (we also test client_golang against new 1.22 version). #1445 #1449
8+
* [FEATURE] collectors: Add version collector. #1422 #1427
9+
310
## 1.18.0 / 2023-12-22
411

512
* [FEATURE] promlint: Allow creation of custom metric validations. #1311

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.18.0
1+
1.19.0

0 commit comments

Comments
 (0)