@prometheus-io/lezer-promql 0.37.7 → 0.37.9
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 +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.37.9 / 2023-07-28
|
|
4
|
+
|
|
5
|
+
This update includes an update to the Go toolchain. It is the final release in
|
|
6
|
+
the 2.37 LTS release cycle.
|
|
7
|
+
|
|
8
|
+
## 2.37.8 / 2023-05-04
|
|
9
|
+
|
|
10
|
+
This update includes an update to the Go toolchain and an update to the Docker
|
|
11
|
+
dependency.
|
|
12
|
+
|
|
3
13
|
## 2.37.7 / 2023-04-27
|
|
4
14
|
|
|
5
15
|
* [BUGFIX] Scrape: Fix prometheus_target_scrape_pool_target_limit metric not set
|