Skip to content

Commit 0cd87c3

Browse files
chore(release): bump HyperDX app/package versions (beta)
1 parent ccdb881 commit 0cd87c3

File tree

9 files changed

+90
-10
lines changed

9 files changed

+90
-10
lines changed

.changeset/pre.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,38 @@
88
},
99
"changesets": [
1010
"big-rules-think",
11+
"brave-pillows-hug",
1112
"breezy-humans-crash",
1213
"breezy-ligers-divide",
1314
"clean-dingos-divide",
1415
"clever-paws-rush",
1516
"curly-ducks-jump",
1617
"dull-radios-wink",
18+
"empty-bikes-fry",
1719
"famous-laws-laugh",
1820
"famous-poets-rush",
1921
"fast-phones-scream",
22+
"few-mails-check",
2023
"few-teachers-deny",
2124
"fifty-pugs-nail",
2225
"fifty-walls-wink",
2326
"five-glasses-live",
2427
"forty-ducks-invite",
2528
"forty-hounds-grin",
2629
"forty-mails-deliver",
30+
"funny-crabs-whisper",
2731
"happy-hornets-join",
2832
"healthy-carpets-applaud",
33+
"heavy-chicken-share",
2934
"hip-dolls-reply",
3035
"honest-balloons-walk",
3136
"honest-fishes-love",
3237
"honest-steaks-allow",
3338
"hungry-hounds-clap",
3439
"lemon-walls-collect",
40+
"light-cats-agree",
3541
"light-emus-allow",
42+
"long-goats-fail",
3643
"metal-doors-burn",
3744
"mighty-crabs-fry",
3845
"moody-chefs-juggle",
@@ -45,11 +52,13 @@
4552
"odd-hats-wash",
4653
"old-rules-check",
4754
"olive-peaches-marry",
55+
"orange-carrots-cheer",
4856
"perfect-nails-doubt",
4957
"plenty-pumas-taste",
5058
"popular-ants-ring",
5159
"quiet-dryers-taste",
5260
"rotten-cheetahs-argue",
61+
"shaggy-bikes-press",
5362
"silent-dolphins-call",
5463
"silver-mails-try",
5564
"sour-gifts-thank",
@@ -59,12 +68,16 @@
5968
"stale-maps-divide",
6069
"strange-olives-rest",
6170
"sweet-kiwis-cheer",
71+
"swift-eyes-perform",
6272
"taco-cat-v2",
6373
"tasty-bats-refuse",
6474
"ten-pandas-cough",
6575
"thirty-ghosts-drop",
76+
"tricky-bees-hide",
77+
"twelve-dolls-yell",
6678
"twelve-ladybugs-confess",
6779
"twenty-trains-turn",
80+
"warm-keys-play",
6881
"wet-elephants-battle",
6982
"wet-owls-marry",
7083
"wicked-plums-breathe"

.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-
CHANGESET_TAG=2.0.0-beta.16
12-
IMAGE_VERSION_SUB_TAG=.16
11+
CHANGESET_TAG=2.0.0-beta.17
12+
IMAGE_VERSION_SUB_TAG=.17
1313
IMAGE_VERSION=2-beta
1414
IMAGE_NIGHTLY_TAG=2-nightly
1515

packages/api/CHANGELOG.md

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

3+
## 2.0.0-beta.17
4+
5+
### Patch Changes
6+
7+
- c60b975: chore: bump node to v22.16.0
8+
- 321e24f: fix: alerting time range filtering bug
9+
- fa7875c: feat: add summary and exponential histogram metrics to the source form and database storage
10+
- 86465a2: fix: map CLICKHOUSE_SERVER_ENDPOINT to otelcol ch exporter 'endpoint' field
11+
- 43a9ca1: adopt clickhouse-js for all client side queries
12+
- e7262d1: feat: introduce all-one-one (auth vs noauth) multi-stage build
13+
- 96b8c50: Fix histogram query metric to support grouping and correct issues with value computation.
14+
- Updated dependencies [e935bb6]
15+
- Updated dependencies [321e24f]
16+
- Updated dependencies [7d2cfcf]
17+
- Updated dependencies [fa7875c]
18+
- Updated dependencies [86465a2]
19+
- Updated dependencies [b51e39c]
20+
- Updated dependencies [43a9ca1]
21+
- Updated dependencies [0cf5358]
22+
- Updated dependencies [a762203]
23+
- Updated dependencies [e7262d1]
24+
- Updated dependencies [321e24f]
25+
- Updated dependencies [96b8c50]
26+
- @hyperdx/common-utils@0.2.0-beta.6
27+
328
## 2.0.0-beta.16
429

530
### 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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# @hyperdx/app
22

3+
## 2.0.0-beta.17
4+
5+
### Patch Changes
6+
7+
- c60b975: chore: bump node to v22.16.0
8+
- 321e24f: fix: alerting time range filtering bug
9+
- fa7875c: feat: add summary and exponential histogram metrics to the source form and database storage
10+
- 86465a2: fix: map CLICKHOUSE_SERVER_ENDPOINT to otelcol ch exporter 'endpoint' field
11+
- 43a9ca1: adopt clickhouse-js for all client side queries
12+
- a762203: fix: metadata getAllKeyValues query key scoped to table now
13+
- e7262d1: feat: introduce all-one-one (auth vs noauth) multi-stage build
14+
- Updated dependencies [e935bb6]
15+
- Updated dependencies [321e24f]
16+
- Updated dependencies [7d2cfcf]
17+
- Updated dependencies [fa7875c]
18+
- Updated dependencies [86465a2]
19+
- Updated dependencies [b51e39c]
20+
- Updated dependencies [43a9ca1]
21+
- Updated dependencies [0cf5358]
22+
- Updated dependencies [a762203]
23+
- Updated dependencies [e7262d1]
24+
- Updated dependencies [321e24f]
25+
- Updated dependencies [96b8c50]
26+
- @hyperdx/common-utils@0.2.0-beta.6
27+
328
## 2.0.0-beta.16
429

530
### 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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @hyperdx/common-utils
22

3+
## 0.2.0-beta.6
4+
5+
### Patch Changes
6+
7+
- e935bb6: ci: introduce release-nightly workflow
8+
- 321e24f: fix: alerting time range filtering bug
9+
- 7d2cfcf: fix: 'Failed to fetch' errors
10+
- fa7875c: feat: add summary and exponential histogram metrics to the source form and database storage
11+
- 86465a2: fix: map CLICKHOUSE_SERVER_ENDPOINT to otelcol ch exporter 'endpoint' field
12+
- b51e39c: fix: disable keep_alive on the browser side (ch client)
13+
- 43a9ca1: adopt clickhouse-js for all client side queries
14+
- 0cf5358: chore: bump clickhouse client to v1.11.1
15+
- a762203: fix: metadata getAllKeyValues query key scoped to table now
16+
- e7262d1: feat: introduce all-one-one (auth vs noauth) multi-stage build
17+
- 321e24f: feat: support 'dateRangeEndInclusive' in timeFilterExpr
18+
- 96b8c50: Fix histogram query metric to support grouping and correct issues with value computation.
19+
320
## 0.2.0-beta.5
421

522
### 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
"private": true,
77
"files": [

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)