Skip to content

Commit

Permalink
Merge pull request openshift#211 from rhobs/automated-updates-master
Browse files Browse the repository at this point in the history
OCPBUGS-37244: [bot] Bump openshift/prometheus to v2.53.1
  • Loading branch information
openshift-merge-bot[bot] authored Jul 18, 2024
2 parents 476d2f2 + 080f0d2 commit c96cdc2
Show file tree
Hide file tree
Showing 73 changed files with 34 additions and 17 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## unreleased

## 2.53.1 / 2024-07-10

Fix a bug which would drop samples in remote-write if the sending flow stalled
for longer than it takes to write one "WAL segment". How long this takes depends on the size
of your Prometheus; as a rough guide with 10 million series it is about 2-3 minutes.

* [BUGFIX] Remote-write: stop dropping samples in catch-up #14446

## 2.53.0 / 2024-06-16

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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.53.0
2.53.1
15 changes: 12 additions & 3 deletions rh-manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
@lezer/lr@1.3.14
@nexucis/fuzzy@0.4.1
@nexucis/kvsearch@0.8.1
@prometheus-io/app@0.53.0
@prometheus-io/codemirror-promql@0.53.0
@prometheus-io/lezer-promql@0.53.0
@prometheus-io/app@0.53.1
@prometheus-io/codemirror-promql@0.53.1
@prometheus-io/lezer-promql@0.53.1
@types/body-parser@1.19.2
@types/connect@3.4.35
@types/express-serve-static-core@4.17.31
Expand All @@ -37,13 +37,15 @@ braces@3.0.2
call-bind@1.0.2
chokidar@3.5.3
classnames@2.3.2
colors@0.5.1
compute-scroll-into-view@2.0.4
copy-to-clipboard@3.3.2
crelt@1.0.5
css.escape@1.5.1
deep-equal@1.1.1
deepmerge@4.2.2
define-properties@1.1.4
discontinuous-range@1.0.0
dom-helpers@3.4.0
dom-serializer@2.0.0
domelementtype@2.3.0
Expand Down Expand Up @@ -84,13 +86,16 @@ isarray@0.0.1
jquery.flot.tooltip@0.9.0
jquery@3.7.1
js-tokens@4.0.0
lodash.flattendeep@4.4.0
lodash@4.17.21
loose-envify@1.4.0
lru-cache@7.18.3
micromatch@4.0.5
moment-timezone@0.5.43
moment@2.29.4
nanoid@3.3.4
nearley@2.7.10
nomnom@1.6.2
normalize-path@3.0.0
object-assign@4.1.1
object-is@1.1.5
Expand All @@ -102,6 +107,8 @@ picomatch@2.3.1
popper.js@1.16.1
postcss@8.4.17
prop-types@15.8.1
railroad-diagrams@1.0.0
randexp@0.4.6
react-copy-to-clipboard@5.1.0
react-dom@17.0.2
react-infinite-scroll-component@6.1.0
Expand All @@ -122,6 +129,7 @@ regenerator-runtime@0.13.9
regexp.prototype.flags@1.4.3
requires-port@1.0.0
resolve-pathname@3.0.0
ret@0.1.15
sanitize-html@2.11.0
sass@1.69.5
scheduler@0.20.2
Expand All @@ -136,6 +144,7 @@ to-regex-range@5.0.1
toggle-selection@1.0.6
tslib@2.4.0
typed-styles@0.0.7
underscore@1.4.4
undici-types@5.26.5
value-equal@1.0.1
w3c-keyname@2.2.6
Expand Down
4 changes: 2 additions & 2 deletions web/ui/module/codemirror-promql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prometheus-io/codemirror-promql",
"version": "0.53.0",
"version": "0.53.1",
"description": "a CodeMirror mode for the PromQL language",
"types": "dist/esm/index.d.ts",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -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.53.0",
"@prometheus-io/lezer-promql": "0.53.1",
"lru-cache": "^7.18.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion web/ui/module/lezer-promql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prometheus-io/lezer-promql",
"version": "0.53.0",
"version": "0.53.1",
"description": "lezer-based PromQL grammar",
"main": "dist/index.cjs",
"type": "module",
Expand Down
14 changes: 7 additions & 7 deletions web/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"ts-jest": "^29.1.1",
"typescript": "^4.9.5"
},
"version": "0.53.0"
"version": "0.53.1"
}
4 changes: 2 additions & 2 deletions web/ui/react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prometheus-io/app",
"version": "0.53.0",
"version": "0.53.1",
"private": true,
"dependencies": {
"@codemirror/autocomplete": "^6.11.1",
Expand All @@ -19,7 +19,7 @@
"@lezer/lr": "^1.3.14",
"@nexucis/fuzzy": "^0.4.1",
"@nexucis/kvsearch": "^0.8.1",
"@prometheus-io/codemirror-promql": "0.53.0",
"@prometheus-io/codemirror-promql": "0.53.1",
"bootstrap": "^4.6.2",
"css.escape": "^1.5.1",
"downshift": "^7.6.2",
Expand Down
Binary file modified web/ui/static/css/prom_console.css.gz
Binary file not shown.
Binary file modified web/ui/static/js/prom_console.js.gz
Binary file not shown.
Binary file modified web/ui/static/react/asset-manifest.json.gz
Binary file not shown.
Binary file modified web/ui/static/react/favicon.ico.gz
Binary file not shown.
Binary file modified web/ui/static/react/index.html.gz
Binary file not shown.
Binary file modified web/ui/static/react/manifest.json.gz
Binary file not shown.
Binary file modified web/ui/static/react/static/css/main.e075b686.css.gz
Binary file not shown.
Binary file modified web/ui/static/react/static/js/main.b9e603c4.js.LICENSE.txt.gz
Binary file not shown.
Binary file modified web/ui/static/react/static/js/main.b9e603c4.js.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.css.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap.css.gz
Binary file not shown.
Binary file modified web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap.css.map.gz
Binary file not shown.
Binary file modified web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap.min.css.gz
Binary file not shown.
Binary file not shown.
Binary file modified web/ui/static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.js.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified web/ui/static/vendor/bootstrap-4.5.2/js/bootstrap.js.gz
Binary file not shown.
Binary file modified web/ui/static/vendor/bootstrap-4.5.2/js/bootstrap.js.map.gz
Binary file not shown.
Binary file modified web/ui/static/vendor/bootstrap-4.5.2/js/bootstrap.min.js.gz
Binary file not shown.
Binary file modified web/ui/static/vendor/bootstrap-4.5.2/js/bootstrap.min.js.map.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified web/ui/static/vendor/js/jquery-3.5.1.min.js.gz
Binary file not shown.
Binary file modified web/ui/static/vendor/js/jquery.hotkeys.js.gz
Binary file not shown.
Binary file modified web/ui/static/vendor/js/jquery.selection.js.gz
Binary file not shown.
Binary file modified web/ui/static/vendor/js/popper.min.js.gz
Binary file not shown.
Binary file modified web/ui/static/vendor/rickshaw/rickshaw.min.css.gz
Binary file not shown.
Binary file modified web/ui/static/vendor/rickshaw/rickshaw.min.js.gz
Binary file not shown.
Binary file modified web/ui/static/vendor/rickshaw/vendor/d3.layout.min.js.gz
Binary file not shown.
Binary file modified web/ui/static/vendor/rickshaw/vendor/d3.v3.js.gz
Binary file not shown.

0 comments on commit c96cdc2

Please sign in to comment.