Skip to content

Commit 966dc0b

Browse files
committed
Release 2.47.0
Signed-off-by: Bryan Boreham <[email protected]>
1 parent f8acfad commit 966dc0b

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.47.0-rc.0 / 2023-08-25
3+
## 2.47.0 / 2023-09-06
44

55
This release adds an experimental OpenTelemetry (OTLP) Ingestion feature,
66
and also new setting `keep_dropped_targets` to limit the amount of dropped

VERSION

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

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.47.0-rc.0",
3+
"version": "0.47.0",
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.47.0-rc.0",
32+
"@prometheus-io/lezer-promql": "0.47.0",
3333
"lru-cache": "^6.0.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.47.0-rc.0",
3+
"version": "0.47.0",
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/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.47.0-rc.0",
3+
"version": "0.47.0",
44
"private": true,
55
"dependencies": {
66
"@codemirror/autocomplete": "^6.7.1",
@@ -19,7 +19,7 @@
1919
"@lezer/common": "^1.0.3",
2020
"@nexucis/fuzzy": "^0.4.1",
2121
"@nexucis/kvsearch": "^0.8.1",
22-
"@prometheus-io/codemirror-promql": "0.47.0-rc.0",
22+
"@prometheus-io/codemirror-promql": "0.47.0",
2323
"bootstrap": "^4.6.2",
2424
"css.escape": "^1.5.1",
2525
"downshift": "^7.6.0",

0 commit comments

Comments
 (0)