Skip to content

Commit 345ff7e

Browse files
Release HyperDX (#1042)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 39cde41 commit 345ff7e

File tree

13 files changed

+40
-39
lines changed

13 files changed

+40
-39
lines changed

.changeset/fast-jeans-cough.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/forty-rabbits-share.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/sharp-snails-warn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sweet-pigs-check.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/swift-schools-tickle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ALL_IN_ONE_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-all-in-one
88
ALL_IN_ONE_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-all-in-one
99
OTEL_COLLECTOR_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-otel-collector
1010
OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-otel-collector
11-
CODE_VERSION=2.1.1
12-
IMAGE_VERSION_SUB_TAG=.1.1
11+
CODE_VERSION=2.1.2
12+
IMAGE_VERSION_SUB_TAG=.1.2
1313
IMAGE_VERSION=2
1414
IMAGE_NIGHTLY_TAG=2-nightly
1515
IMAGE_LATEST_TAG=latest

packages/api/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @hyperdx/api
22

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- 39cde41: fix: k8s event property mappings
8+
- b568b00: feat: introduce team 'clickhouse-settings' endpoint + metadataMaxRowsToRead setting
9+
- Updated dependencies [39cde41]
10+
- Updated dependencies [b568b00]
11+
- @hyperdx/common-utils@0.2.9
12+
313
## 2.1.1
414

515
### Patch Changes

packages/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@hyperdx/api",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"license": "MIT",
55
"private": true,
66
"engines": {
77
"node": ">=22.16.0"
88
},
99
"dependencies": {
1010
"@clickhouse/client": "^0.2.10",
11-
"@hyperdx/common-utils": "^0.2.8",
11+
"@hyperdx/common-utils": "^0.2.9",
1212
"@hyperdx/lucene": "^3.1.1",
1313
"@hyperdx/node-opentelemetry": "^0.8.2",
1414
"@hyperdx/passport-local-mongoose": "^9.0.1",

packages/app/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @hyperdx/app
22

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- 39cde41: fix: k8s event property mappings
8+
- b568b00: feat: introduce team 'clickhouse-settings' endpoint + metadataMaxRowsToRead setting
9+
- 86115fa: feat: Add click + sidepanel support to items within surrounding context
10+
- 7cd1d2a: fix: endless rerenders caused by Date.now() in a component
11+
- ba86b0c: fix: Set default source in dropdown if one does not exist
12+
- Updated dependencies [39cde41]
13+
- Updated dependencies [b568b00]
14+
- @hyperdx/common-utils@0.2.9
15+
316
## 2.1.1
417

518
### Patch Changes

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperdx/app",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"private": true,
55
"license": "MIT",
66
"engines": {
@@ -28,7 +28,7 @@
2828
"@codemirror/lang-sql": "^6.7.0",
2929
"@hookform/resolvers": "^3.9.0",
3030
"@hyperdx/browser": "^0.21.1",
31-
"@hyperdx/common-utils": "^0.2.8",
31+
"@hyperdx/common-utils": "^0.2.9",
3232
"@hyperdx/node-opentelemetry": "^0.8.2",
3333
"@lezer/highlight": "^1.2.0",
3434
"@mantine/core": "7.9.2",

0 commit comments

Comments
 (0)