@prometheus-io/lezer-promql 0.52.0-rc.1 → 0.52.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## unreleased
|
|
4
4
|
|
|
5
|
-
## 2.52.
|
|
5
|
+
## 2.52.1 / 2024-05-29
|
|
6
6
|
|
|
7
|
-
* [BUGFIX]
|
|
7
|
+
* [BUGFIX] Linode SD: Fix partial fetch when discovery would return more than 500 elements. #14141
|
|
8
8
|
|
|
9
|
-
## 2.52.0
|
|
9
|
+
## 2.52.0 / 2024-05-07
|
|
10
10
|
|
|
11
11
|
* [CHANGE] TSDB: Fix the predicate checking for blocks which are beyond the retention period to include the ones right at the retention boundary. #9633
|
|
12
12
|
* [FEATURE] Kubernetes SD: Add a new metric `prometheus_sd_kubernetes_failures_total` to track failed requests to Kubernetes API. #13554
|