mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Release 2.37.0
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
This commit is contained in:
parent
371b253972
commit
d0a3d44a45
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,11 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 2.37.0-rc.1 / 2022-07-11
|
||||
## 2.37.0 / 2022-07-14
|
||||
|
||||
This release candidate addresses an issue with the publishing of the Prometheus
|
||||
UI libraries to NPM registry.
|
||||
|
||||
## 2.37.0-rc.0 / 2022-07-05
|
||||
This release is a LTS (Long-Term Support) release of Prometheus and will
|
||||
receive security, documentation and bugfix patches for at least 6 months.
|
||||
Please read more about our LTS release cycle at
|
||||
<https://prometheus.io/docs/introduction/release-cycle/>.
|
||||
|
||||
Following data loss by users due to lack of unified buffer cache in OpenBSD, we
|
||||
will no longer release Prometheus upstream for OpenBSD until a proper solution is
|
||||
|
@ -16,6 +16,7 @@ found. #8799
|
|||
* [ENHANCEMENT] PromQL: Optimise creation of signature with/without labels. #10667
|
||||
* [ENHANCEMENT] TSDB: Memory optimizations. #10873 #10874
|
||||
* [ENHANCEMENT] TSDB: Reduce sleep time when reading WAL. #10859 #10878
|
||||
* [ENHANCEMENT] OAuth2: Add appropriate timeouts and User-Agent header. #11020
|
||||
* [BUGFIX] Alerting: Fix Alertmanager targets not being updated when alerts were queued. #10948
|
||||
* [BUGFIX] Hetzner SD: Make authentication files relative to Prometheus config file. #10813
|
||||
* [BUGFIX] Promtool: Fix `promtool check config` not erroring properly on failures. #10952
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@prometheus-io/codemirror-promql",
|
||||
"version": "0.37.0-rc.1",
|
||||
"version": "0.37.0",
|
||||
"description": "a CodeMirror mode for the PromQL language",
|
||||
"types": "dist/esm/index.d.ts",
|
||||
"module": "dist/esm/index.js",
|
||||
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/prometheus/prometheus/blob/main/web/ui/module/codemirror-promql/README.md",
|
||||
"dependencies": {
|
||||
"@prometheus-io/lezer-promql": "^0.37.0-rc.1",
|
||||
"@prometheus-io/lezer-promql": "^0.37.0",
|
||||
"lru-cache": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@prometheus-io/lezer-promql",
|
||||
"version": "0.37.0-rc.1",
|
||||
"version": "0.37.0",
|
||||
"description": "lezer-based PromQL grammar",
|
||||
"main": "index.cjs",
|
||||
"type": "module",
|
||||
|
|
14
web/ui/package-lock.json
generated
14
web/ui/package-lock.json
generated
|
@ -28,10 +28,10 @@
|
|||
},
|
||||
"module/codemirror-promql": {
|
||||
"name": "@prometheus-io/codemirror-promql",
|
||||
"version": "0.37.0-rc.1",
|
||||
"version": "0.37.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@prometheus-io/lezer-promql": "^0.37.0-rc.1",
|
||||
"@prometheus-io/lezer-promql": "^0.37.0",
|
||||
"lru-cache": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -61,7 +61,7 @@
|
|||
},
|
||||
"module/lezer-promql": {
|
||||
"name": "@prometheus-io/lezer-promql",
|
||||
"version": "0.37.0-rc.1",
|
||||
"version": "0.37.0",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@lezer/generator": "^1.0.0",
|
||||
|
@ -17518,7 +17518,7 @@
|
|||
},
|
||||
"react-app": {
|
||||
"name": "@prometheus-io/app",
|
||||
"version": "0.37.0-rc.1",
|
||||
"version": "0.37.0",
|
||||
"dependencies": {
|
||||
"@codemirror/autocomplete": "^6.0.0",
|
||||
"@codemirror/commands": "^6.0.0",
|
||||
|
@ -17536,7 +17536,7 @@
|
|||
"@lezer/lr": "^1.0.0",
|
||||
"@nexucis/fuzzy": "^0.4.0",
|
||||
"@nexucis/kvsearch": "^0.7.0",
|
||||
"@prometheus-io/codemirror-promql": "^0.37.0-rc.1",
|
||||
"@prometheus-io/codemirror-promql": "^0.37.0",
|
||||
"bootstrap": "^4.6.1",
|
||||
"css.escape": "^1.5.1",
|
||||
"downshift": "^6.1.7",
|
||||
|
@ -19783,7 +19783,7 @@
|
|||
"@lezer/lr": "^1.0.0",
|
||||
"@nexucis/fuzzy": "^0.4.0",
|
||||
"@nexucis/kvsearch": "^0.7.0",
|
||||
"@prometheus-io/codemirror-promql": "^0.37.0-rc.1",
|
||||
"@prometheus-io/codemirror-promql": "^0.37.0",
|
||||
"@testing-library/react-hooks": "^7.0.1",
|
||||
"@types/enzyme": "^3.10.10",
|
||||
"@types/flot": "0.0.32",
|
||||
|
@ -19835,7 +19835,7 @@
|
|||
"@lezer/common": "^1.0.0",
|
||||
"@lezer/highlight": "^1.0.0",
|
||||
"@lezer/lr": "^1.0.0",
|
||||
"@prometheus-io/lezer-promql": "^0.37.0-rc.1",
|
||||
"@prometheus-io/lezer-promql": "^0.37.0",
|
||||
"@types/lru-cache": "^5.1.1",
|
||||
"isomorphic-fetch": "^3.0.0",
|
||||
"lru-cache": "^6.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@prometheus-io/app",
|
||||
"version": "0.37.0-rc.1",
|
||||
"version": "0.37.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@codemirror/autocomplete": "^6.0.0",
|
||||
|
@ -19,7 +19,7 @@
|
|||
"@lezer/common": "^1.0.0",
|
||||
"@nexucis/fuzzy": "^0.4.0",
|
||||
"@nexucis/kvsearch": "^0.7.0",
|
||||
"@prometheus-io/codemirror-promql": "^0.37.0-rc.1",
|
||||
"@prometheus-io/codemirror-promql": "^0.37.0",
|
||||
"bootstrap": "^4.6.1",
|
||||
"css.escape": "^1.5.1",
|
||||
"downshift": "^6.1.7",
|
||||
|
|
Loading…
Reference in a new issue