mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 06:17:27 -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
|
# 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
|
This release is a LTS (Long-Term Support) release of Prometheus and will
|
||||||
UI libraries to NPM registry.
|
receive security, documentation and bugfix patches for at least 6 months.
|
||||||
|
Please read more about our LTS release cycle at
|
||||||
## 2.37.0-rc.0 / 2022-07-05
|
<https://prometheus.io/docs/introduction/release-cycle/>.
|
||||||
|
|
||||||
Following data loss by users due to lack of unified buffer cache in OpenBSD, we
|
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
|
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] PromQL: Optimise creation of signature with/without labels. #10667
|
||||||
* [ENHANCEMENT] TSDB: Memory optimizations. #10873 #10874
|
* [ENHANCEMENT] TSDB: Memory optimizations. #10873 #10874
|
||||||
* [ENHANCEMENT] TSDB: Reduce sleep time when reading WAL. #10859 #10878
|
* [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] 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] Hetzner SD: Make authentication files relative to Prometheus config file. #10813
|
||||||
* [BUGFIX] Promtool: Fix `promtool check config` not erroring properly on failures. #10952
|
* [BUGFIX] Promtool: Fix `promtool check config` not erroring properly on failures. #10952
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@prometheus-io/codemirror-promql",
|
"name": "@prometheus-io/codemirror-promql",
|
||||||
"version": "0.37.0-rc.1",
|
"version": "0.37.0",
|
||||||
"description": "a CodeMirror mode for the PromQL language",
|
"description": "a CodeMirror mode for the PromQL language",
|
||||||
"types": "dist/esm/index.d.ts",
|
"types": "dist/esm/index.d.ts",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/prometheus/prometheus/blob/main/web/ui/module/codemirror-promql/README.md",
|
"homepage": "https://github.com/prometheus/prometheus/blob/main/web/ui/module/codemirror-promql/README.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@prometheus-io/lezer-promql": "^0.37.0-rc.1",
|
"@prometheus-io/lezer-promql": "^0.37.0",
|
||||||
"lru-cache": "^6.0.0"
|
"lru-cache": "^6.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@prometheus-io/lezer-promql",
|
"name": "@prometheus-io/lezer-promql",
|
||||||
"version": "0.37.0-rc.1",
|
"version": "0.37.0",
|
||||||
"description": "lezer-based PromQL grammar",
|
"description": "lezer-based PromQL grammar",
|
||||||
"main": "index.cjs",
|
"main": "index.cjs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
14
web/ui/package-lock.json
generated
14
web/ui/package-lock.json
generated
|
@ -28,10 +28,10 @@
|
||||||
},
|
},
|
||||||
"module/codemirror-promql": {
|
"module/codemirror-promql": {
|
||||||
"name": "@prometheus-io/codemirror-promql",
|
"name": "@prometheus-io/codemirror-promql",
|
||||||
"version": "0.37.0-rc.1",
|
"version": "0.37.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@prometheus-io/lezer-promql": "^0.37.0-rc.1",
|
"@prometheus-io/lezer-promql": "^0.37.0",
|
||||||
"lru-cache": "^6.0.0"
|
"lru-cache": "^6.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
},
|
},
|
||||||
"module/lezer-promql": {
|
"module/lezer-promql": {
|
||||||
"name": "@prometheus-io/lezer-promql",
|
"name": "@prometheus-io/lezer-promql",
|
||||||
"version": "0.37.0-rc.1",
|
"version": "0.37.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lezer/generator": "^1.0.0",
|
"@lezer/generator": "^1.0.0",
|
||||||
|
@ -17518,7 +17518,7 @@
|
||||||
},
|
},
|
||||||
"react-app": {
|
"react-app": {
|
||||||
"name": "@prometheus-io/app",
|
"name": "@prometheus-io/app",
|
||||||
"version": "0.37.0-rc.1",
|
"version": "0.37.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@codemirror/autocomplete": "^6.0.0",
|
"@codemirror/autocomplete": "^6.0.0",
|
||||||
"@codemirror/commands": "^6.0.0",
|
"@codemirror/commands": "^6.0.0",
|
||||||
|
@ -17536,7 +17536,7 @@
|
||||||
"@lezer/lr": "^1.0.0",
|
"@lezer/lr": "^1.0.0",
|
||||||
"@nexucis/fuzzy": "^0.4.0",
|
"@nexucis/fuzzy": "^0.4.0",
|
||||||
"@nexucis/kvsearch": "^0.7.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",
|
"bootstrap": "^4.6.1",
|
||||||
"css.escape": "^1.5.1",
|
"css.escape": "^1.5.1",
|
||||||
"downshift": "^6.1.7",
|
"downshift": "^6.1.7",
|
||||||
|
@ -19783,7 +19783,7 @@
|
||||||
"@lezer/lr": "^1.0.0",
|
"@lezer/lr": "^1.0.0",
|
||||||
"@nexucis/fuzzy": "^0.4.0",
|
"@nexucis/fuzzy": "^0.4.0",
|
||||||
"@nexucis/kvsearch": "^0.7.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",
|
"@testing-library/react-hooks": "^7.0.1",
|
||||||
"@types/enzyme": "^3.10.10",
|
"@types/enzyme": "^3.10.10",
|
||||||
"@types/flot": "0.0.32",
|
"@types/flot": "0.0.32",
|
||||||
|
@ -19835,7 +19835,7 @@
|
||||||
"@lezer/common": "^1.0.0",
|
"@lezer/common": "^1.0.0",
|
||||||
"@lezer/highlight": "^1.0.0",
|
"@lezer/highlight": "^1.0.0",
|
||||||
"@lezer/lr": "^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",
|
"@types/lru-cache": "^5.1.1",
|
||||||
"isomorphic-fetch": "^3.0.0",
|
"isomorphic-fetch": "^3.0.0",
|
||||||
"lru-cache": "^6.0.0",
|
"lru-cache": "^6.0.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@prometheus-io/app",
|
"name": "@prometheus-io/app",
|
||||||
"version": "0.37.0-rc.1",
|
"version": "0.37.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@codemirror/autocomplete": "^6.0.0",
|
"@codemirror/autocomplete": "^6.0.0",
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
"@lezer/common": "^1.0.0",
|
"@lezer/common": "^1.0.0",
|
||||||
"@nexucis/fuzzy": "^0.4.0",
|
"@nexucis/fuzzy": "^0.4.0",
|
||||||
"@nexucis/kvsearch": "^0.7.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",
|
"bootstrap": "^4.6.1",
|
||||||
"css.escape": "^1.5.1",
|
"css.escape": "^1.5.1",
|
||||||
"downshift": "^6.1.7",
|
"downshift": "^6.1.7",
|
||||||
|
|
Loading…
Reference in a new issue