Skip to content

Commit df4f1df

Browse files
authored
Merge pull request #16787 from jkroepke/release-3.4-main
2 parents 9c791fa + 5a1deb8 commit df4f1df

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* [FEATURE] OTLP receiver: Support promoting OTel scope name/version/schema URL/attributes as metric labels, enable via configuration parameter `otlp.promote_scope_metadata`. #16730 #16760
66

7-
## 3.4.2 / 2025-06-04
7+
## 3.4.2 / 2025-06-26
88

99
* [BUGFIX] OTLP receiver: Fix default configuration not being respected if the `otlp:` block is unset in the config file. #16693
1010

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.1
1+
3.4.2

web/ui/mantine-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@prometheus-io/mantine-ui",
33
"private": true,
4-
"version": "0.304.1",
4+
"version": "0.304.2",
55
"type": "module",
66
"scripts": {
77
"start": "vite",
@@ -28,7 +28,7 @@
2828
"@microsoft/fetch-event-source": "^2.0.1",
2929
"@nexucis/fuzzy": "^0.5.1",
3030
"@nexucis/kvsearch": "^0.9.1",
31-
"@prometheus-io/codemirror-promql": "0.304.1",
31+
"@prometheus-io/codemirror-promql": "0.304.2",
3232
"@reduxjs/toolkit": "^2.7.0",
3333
"@tabler/icons-react": "^3.31.0",
3434
"@tanstack/react-query": "^5.74.7",

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.304.1",
3+
"version": "0.304.2",
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.304.1",
32+
"@prometheus-io/lezer-promql": "0.304.2",
3333
"lru-cache": "^11.1.0"
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.304.1",
3+
"version": "0.304.2",
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
@@ -1,7 +1,7 @@
11
{
22
"name": "prometheus-io",
33
"description": "Monorepo for the Prometheus UI",
4-
"version": "0.304.1",
4+
"version": "0.304.2",
55
"private": true,
66
"scripts": {
77
"build": "bash build_ui.sh --all",

0 commit comments

Comments
 (0)