File tree Expand file tree Collapse file tree 11 files changed +38
-29
lines changed Expand file tree Collapse file tree 11 files changed +38
-29
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ ALL_IN_ONE_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-all-in-one
8
8
ALL_IN_ONE_IMAGE_NAME_DOCKERHUB = hyperdx/hyperdx-all-in-one
9
9
OTEL_COLLECTOR_IMAGE_NAME = ghcr.io/hyperdxio/hyperdx-otel-collector
10
10
OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB = hyperdx/hyperdx-otel-collector
11
- CODE_VERSION = 2.0.1
12
- IMAGE_VERSION_SUB_TAG = .0.1
11
+ CODE_VERSION = 2.0.2
12
+ IMAGE_VERSION_SUB_TAG = .0.2
13
13
IMAGE_VERSION = 2
14
14
IMAGE_NIGHTLY_TAG = 2-nightly
15
15
IMAGE_LATEST_TAG = latest
Original file line number Diff line number Diff line change 1
1
# @hyperdx/api
2
2
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 707ba7f: chore: update deps for http-proxy-middleware
8
+ - 31e22dc: feat: introduce clickhouse db init script
9
+ - 2063774: perf: build next app in standalone mode to cut down images size
10
+ - Updated dependencies [ 31e22dc]
11
+ - Updated dependencies [ 2063774]
12
+ - @hyperdx/common-utils @0.2.2
13
+
3
14
## 2.0.1
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hyperdx/api" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"license" : " MIT" ,
5
5
"private" : true ,
6
6
"engines" : {
7
7
"node" : " >=18.12.0"
8
8
},
9
9
"dependencies" : {
10
10
"@clickhouse/client" : " ^0.2.10" ,
11
- "@hyperdx/common-utils" : " ^0.2.1 " ,
11
+ "@hyperdx/common-utils" : " ^0.2.2 " ,
12
12
"@hyperdx/lucene" : " ^3.1.1" ,
13
13
"@hyperdx/node-opentelemetry" : " ^0.8.2" ,
14
14
"@opentelemetry/api" : " ^1.8.0" ,
Original file line number Diff line number Diff line change 1
1
# @hyperdx/app
2
2
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 31e22dc: feat: introduce clickhouse db init script
8
+ - 2063774: perf: build next app in standalone mode to cut down images size
9
+ - Updated dependencies [ 31e22dc]
10
+ - Updated dependencies [ 2063774]
11
+ - @hyperdx/common-utils @0.2.2
12
+
3
13
## 2.0.1
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hyperdx/app" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"private" : true ,
5
5
"license" : " MIT" ,
6
6
"engines" : {
28
28
"@codemirror/lang-sql" : " ^6.7.0" ,
29
29
"@hookform/resolvers" : " ^3.9.0" ,
30
30
"@hyperdx/browser" : " ^0.21.1" ,
31
- "@hyperdx/common-utils" : " ^0.2.1 " ,
31
+ "@hyperdx/common-utils" : " ^0.2.2 " ,
32
32
"@hyperdx/node-opentelemetry" : " ^0.8.2" ,
33
33
"@lezer/highlight" : " ^1.2.0" ,
34
34
"@mantine/core" : " 7.9.2" ,
Original file line number Diff line number Diff line change 1
1
# @hyperdx/common-utils
2
2
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 31e22dc: feat: introduce clickhouse db init script
8
+ - 2063774: perf: build next app in standalone mode to cut down images size
9
+
3
10
## 0.2.1
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hyperdx/common-utils" ,
3
3
"description" : " Common utilities for HyperDX application" ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.2.2 " ,
5
5
"license" : " MIT" ,
6
6
"private" : true ,
7
7
"files" : [
Original file line number Diff line number Diff line change @@ -4269,7 +4269,7 @@ __metadata:
4269
4269
resolution: "@hyperdx/api@workspace:packages/api"
4270
4270
dependencies:
4271
4271
"@clickhouse/client": "npm:^0.2.10"
4272
- "@hyperdx/common-utils": "npm:^0.2.1 "
4272
+ "@hyperdx/common-utils": "npm:^0.2.2 "
4273
4273
"@hyperdx/lucene": "npm:^3.1.1"
4274
4274
"@hyperdx/node-opentelemetry": "npm:^0.8.2"
4275
4275
"@opentelemetry/api": "npm:^1.8.0"
@@ -4361,7 +4361,7 @@ __metadata:
4361
4361
"@hookform/devtools": "npm:^4.3.1"
4362
4362
"@hookform/resolvers": "npm:^3.9.0"
4363
4363
"@hyperdx/browser": "npm:^0.21.1"
4364
- "@hyperdx/common-utils": "npm:^0.2.1 "
4364
+ "@hyperdx/common-utils": "npm:^0.2.2 "
4365
4365
"@hyperdx/node-opentelemetry": "npm:^0.8.2"
4366
4366
"@jedmao/location": "npm:^3.0.0"
4367
4367
"@lezer/highlight": "npm:^1.2.0"
@@ -4489,7 +4489,7 @@ __metadata:
4489
4489
languageName: node
4490
4490
linkType: hard
4491
4491
4492
- "@hyperdx/common-utils@npm:^0.2.1 , @hyperdx/common-utils@workspace:packages/common-utils":
4492
+ "@hyperdx/common-utils@npm:^0.2.2 , @hyperdx/common-utils@workspace:packages/common-utils":
4493
4493
version: 0.0.0-use.local
4494
4494
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
4495
4495
dependencies:
You can’t perform that action at this time.
0 commit comments