Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd86762

Browse files
committed
Prepare 2.53.0-rc.1 release
Signed-off-by: György Krajcsovits <[email protected]>
1 parent 4cfec57 commit dd86762

File tree

7 files changed

+17
-14
lines changed

7 files changed

+17
-14
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
## unreleased
44

5+
## 2.53.0-rc.1 / 2024-06-11
6+
57
This release changes the default for GOGC, the Go runtime control for the trade-off between excess memory use and CPU usage. We have found that Prometheus operates with minimal additional CPU usage, but greatly reduced memory by adjusting the upstream Go default from 100 to 75.
68

79
* [CHANGE] Runtime: Change GOGC threshold from 50 to 75 #14285
10+
* [BUGFIX] Rules: Fix Group.Equals() to take in account the new queryOffset too. Followup to #14061. #14273
811

912
## 2.53.0-rc.0 / 2024-06-06
1013

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.53.0-rc.0
1+
2.53.0-rc.1

web/ui/module/codemirror-promql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prometheus-io/codemirror-promql",
3-
"version": "0.53.0-rc.0",
3+
"version": "0.53.0-rc.1",
44
"description": "a CodeMirror mode for the PromQL language",
55
"types": "dist/esm/index.d.ts",
66
"module": "dist/esm/index.js",
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/prometheus/prometheus/blob/main/web/ui/module/codemirror-promql/README.md",
3131
"dependencies": {
32-
"@prometheus-io/lezer-promql": "0.53.0-rc.0",
32+
"@prometheus-io/lezer-promql": "0.53.0-rc.1",
3333
"lru-cache": "^7.18.3"
3434
},
3535
"devDependencies": {

web/ui/module/lezer-promql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prometheus-io/lezer-promql",
3-
"version": "0.53.0-rc.0",
3+
"version": "0.53.0-rc.1",
44
"description": "lezer-based PromQL grammar",
55
"main": "dist/index.cjs",
66
"type": "module",

web/ui/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"ts-jest": "^29.1.1",
2929
"typescript": "^4.9.5"
3030
},
31-
"version": "0.53.0-rc.0"
31+
"version": "0.53.0-rc.1"
3232
}

web/ui/react-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prometheus-io/app",
3-
"version": "0.53.0-rc.0",
3+
"version": "0.53.0-rc.1",
44
"private": true,
55
"dependencies": {
66
"@codemirror/autocomplete": "^6.11.1",
@@ -19,7 +19,7 @@
1919
"@lezer/lr": "^1.3.14",
2020
"@nexucis/fuzzy": "^0.4.1",
2121
"@nexucis/kvsearch": "^0.8.1",
22-
"@prometheus-io/codemirror-promql": "0.53.0-rc.0",
22+
"@prometheus-io/codemirror-promql": "0.53.0-rc.1",
2323
"bootstrap": "^4.6.2",
2424
"css.escape": "^1.5.1",
2525
"downshift": "^7.6.2",

0 commit comments

Comments
 (0)