Skip to content

Commit bb2233e

Browse files
chore(release): bump HyperDX app/package versions
1 parent 7d2aed5 commit bb2233e

14 files changed

+52
-47
lines changed

.changeset/eleven-tables-hide.md

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

.changeset/empty-maps-kiss.md

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

.changeset/lemon-pans-play.md

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

.changeset/olive-bugs-turn.md

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

.changeset/quiet-socks-cry.md

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

.changeset/six-squids-stare.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.2.2
12-
IMAGE_VERSION_SUB_TAG=.2.2
11+
CODE_VERSION=2.2.3
12+
IMAGE_VERSION_SUB_TAG=.2.3
1313
IMAGE_VERSION=2
1414
IMAGE_NIGHTLY_TAG=2-nightly
1515
IMAGE_LATEST_TAG=latest

packages/api/CHANGELOG.md

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

3+
## 2.2.3
4+
5+
### Patch Changes
6+
7+
- eb6f3a01: Fix the alert connection query to include the password field.
8+
- d6f8058e: - deprecate unused packages/api/src/clickhouse
9+
- deprecate unused route /datasources
10+
- introduce getJSNativeCreateClient in common-utils
11+
- uninstall @clickhouse/client in api package
12+
- uninstall @clickhouse/client + @clickhouse/client-web in app package
13+
- bump @clickhouse/client in common-utils package to v1.12.1
14+
- bb2221a1: fix: Keep "created by" field unchanged during alert updates in dashboards
15+
- f800fd13: Fixes alert title used on dashboards with multiple tiles
16+
- 261d4693: feat: limit how many tasks are executing at any time
17+
- Updated dependencies [d6f8058e]
18+
- @hyperdx/common-utils@0.3.3
19+
320
## 2.2.2
421

522
### 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.2.2",
3+
"version": "2.2.3",
44
"license": "MIT",
55
"private": true,
66
"engines": {
77
"node": ">=22.16.0"
88
},
99
"dependencies": {
1010
"@esm2cjs/p-queue": "^7.3.0",
11-
"@hyperdx/common-utils": "^0.3.2",
11+
"@hyperdx/common-utils": "^0.3.3",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @hyperdx/app
22

3+
## 2.2.3
4+
5+
### Patch Changes
6+
7+
- d6f8058e: - deprecate unused packages/api/src/clickhouse
8+
- deprecate unused route /datasources
9+
- introduce getJSNativeCreateClient in common-utils
10+
- uninstall @clickhouse/client in api package
11+
- uninstall @clickhouse/client + @clickhouse/client-web in app package
12+
- bump @clickhouse/client in common-utils package to v1.12.1
13+
- 9c4c5f49: feat: support toUnixTimestamp style timestamps in ORDER BY
14+
- Updated dependencies [d6f8058e]
15+
- @hyperdx/common-utils@0.3.3
16+
317
## 2.2.2
418

519
### Patch Changes

0 commit comments

Comments
 (0)