Skip to content

Commit 9549ddf

Browse files
chore(release): bump HyperDX app/package versions (beta)
1 parent 64e8081 commit 9549ddf

File tree

9 files changed

+54
-10
lines changed

9 files changed

+54
-10
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@
1717
"famous-laws-laugh",
1818
"famous-poets-rush",
1919
"fast-phones-scream",
20+
"few-mails-check",
2021
"few-teachers-deny",
2122
"fifty-pugs-nail",
2223
"fifty-walls-wink",
2324
"five-glasses-live",
2425
"forty-ducks-invite",
2526
"forty-hounds-grin",
2627
"forty-mails-deliver",
28+
"funny-crabs-whisper",
2729
"happy-hornets-join",
2830
"healthy-carpets-applaud",
2931
"hip-dolls-reply",
@@ -33,6 +35,7 @@
3335
"hungry-hounds-clap",
3436
"lemon-walls-collect",
3537
"light-emus-allow",
38+
"long-goats-fail",
3639
"metal-doors-burn",
3740
"mighty-crabs-fry",
3841
"moody-chefs-juggle",
@@ -50,6 +53,7 @@
5053
"popular-ants-ring",
5154
"quiet-dryers-taste",
5255
"rotten-cheetahs-argue",
56+
"shaggy-bikes-press",
5357
"silent-dolphins-call",
5458
"silver-mails-try",
5559
"sour-gifts-thank",
@@ -63,8 +67,10 @@
6367
"tasty-bats-refuse",
6468
"ten-pandas-cough",
6569
"thirty-ghosts-drop",
70+
"twelve-dolls-yell",
6671
"twelve-ladybugs-confess",
6772
"twenty-trains-turn",
73+
"warm-keys-play",
6874
"wet-elephants-battle",
6975
"wet-owls-marry",
7076
"wicked-plums-breathe"

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ LOCAL_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-local
66
LOCAL_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-local
77
OTEL_COLLECTOR_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-otel-collector
88
OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-otel-collector
9-
CHANGESET_TAG=2.0.0-beta.16
10-
IMAGE_VERSION_SUB_TAG=.16
9+
CHANGESET_TAG=2.0.0-beta.17
10+
IMAGE_VERSION_SUB_TAG=.17
1111
IMAGE_VERSION=2-beta
1212
IMAGE_NIGHTLY_TAG=2-nightly
1313

packages/api/CHANGELOG.md

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

3+
## 2.0.0-beta.17
4+
5+
### Patch Changes
6+
7+
- 321e24f: fix: alerting time range filtering bug
8+
- 96b8c50: Fix histogram query metric to support grouping and correct issues with value computation.
9+
- Updated dependencies [321e24f]
10+
- Updated dependencies [7d2cfcf]
11+
- Updated dependencies [b51e39c]
12+
- Updated dependencies [0cf5358]
13+
- Updated dependencies [321e24f]
14+
- Updated dependencies [96b8c50]
15+
- @hyperdx/common-utils@0.2.0-beta.6
16+
317
## 2.0.0-beta.16
418

519
### 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.0.0-beta.16",
3+
"version": "2.0.0-beta.17",
44
"license": "MIT",
55
"private": true,
66
"engines": {
77
"node": ">=18.12.0"
88
},
99
"dependencies": {
1010
"@clickhouse/client": "^0.2.10",
11-
"@hyperdx/common-utils": "^0.2.0-beta.5",
11+
"@hyperdx/common-utils": "^0.2.0-beta.6",
1212
"@hyperdx/lucene": "^3.1.1",
1313
"@hyperdx/node-opentelemetry": "^0.8.1",
1414
"@opentelemetry/api": "^1.8.0",

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.0.0-beta.17
4+
5+
### Patch Changes
6+
7+
- 321e24f: fix: alerting time range filtering bug
8+
- Updated dependencies [321e24f]
9+
- Updated dependencies [7d2cfcf]
10+
- Updated dependencies [b51e39c]
11+
- Updated dependencies [0cf5358]
12+
- Updated dependencies [321e24f]
13+
- Updated dependencies [96b8c50]
14+
- @hyperdx/common-utils@0.2.0-beta.6
15+
316
## 2.0.0-beta.16
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.0.0-beta.16",
3+
"version": "2.0.0-beta.17",
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.0-beta.5",
31+
"@hyperdx/common-utils": "^0.2.0-beta.6",
3232
"@hyperdx/node-opentelemetry": "^0.8.1",
3333
"@lezer/highlight": "^1.2.0",
3434
"@mantine/core": "7.9.2",

packages/common-utils/CHANGELOG.md

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

3+
## 0.2.0-beta.6
4+
5+
### Patch Changes
6+
7+
- 321e24f: fix: alerting time range filtering bug
8+
- 7d2cfcf: fix: 'Failed to fetch' errors
9+
- b51e39c: fix: disable keep_alive on the browser side (ch client)
10+
- 0cf5358: chore: bump clickhouse client to v1.11.1
11+
- 321e24f: feat: support 'dateRangeEndInclusive' in timeFilterExpr
12+
- 96b8c50: Fix histogram query metric to support grouping and correct issues with value computation.
13+
314
## 0.2.0-beta.5
415

516
### Patch Changes

packages/common-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hyperdx/common-utils",
33
"description": "Common utilities for HyperDX application",
4-
"version": "0.2.0-beta.5",
4+
"version": "0.2.0-beta.6",
55
"license": "MIT",
66
"publishConfig": {
77
"access": "public"

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4258,7 +4258,7 @@ __metadata:
42584258
resolution: "@hyperdx/api@workspace:packages/api"
42594259
dependencies:
42604260
"@clickhouse/client": "npm:^0.2.10"
4261-
"@hyperdx/common-utils": "npm:^0.2.0-beta.5"
4261+
"@hyperdx/common-utils": "npm:^0.2.0-beta.6"
42624262
"@hyperdx/lucene": "npm:^3.1.1"
42634263
"@hyperdx/node-opentelemetry": "npm:^0.8.1"
42644264
"@opentelemetry/api": "npm:^1.8.0"
@@ -4348,7 +4348,7 @@ __metadata:
43484348
"@hookform/devtools": "npm:^4.3.1"
43494349
"@hookform/resolvers": "npm:^3.9.0"
43504350
"@hyperdx/browser": "npm:^0.21.1"
4351-
"@hyperdx/common-utils": "npm:^0.2.0-beta.5"
4351+
"@hyperdx/common-utils": "npm:^0.2.0-beta.6"
43524352
"@hyperdx/node-opentelemetry": "npm:^0.8.1"
43534353
"@jedmao/location": "npm:^3.0.0"
43544354
"@lezer/highlight": "npm:^1.2.0"
@@ -4474,7 +4474,7 @@ __metadata:
44744474
languageName: node
44754475
linkType: hard
44764476

4477-
"@hyperdx/common-utils@npm:^0.2.0-beta.5, @hyperdx/common-utils@workspace:packages/common-utils":
4477+
"@hyperdx/common-utils@npm:^0.2.0-beta.6, @hyperdx/common-utils@workspace:packages/common-utils":
44784478
version: 0.0.0-use.local
44794479
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
44804480
dependencies:

0 commit comments

Comments
 (0)