File tree Expand file tree Collapse file tree 10 files changed +35
-22
lines changed
Expand file tree Collapse file tree 10 files changed +35
-22
lines changed 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
88ALL_IN_ONE_IMAGE_NAME_DOCKERHUB = hyperdx/hyperdx-all-in-one
99OTEL_COLLECTOR_IMAGE_NAME = ghcr.io/hyperdxio/hyperdx-otel-collector
1010OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB = hyperdx/hyperdx-otel-collector
11- CODE_VERSION = 2.2.1
12- IMAGE_VERSION_SUB_TAG = .2.1
11+ CODE_VERSION = 2.2.2
12+ IMAGE_VERSION_SUB_TAG = .2.2
1313IMAGE_VERSION = 2
1414IMAGE_NIGHTLY_TAG = 2-nightly
1515IMAGE_LATEST_TAG = latest
Original file line number Diff line number Diff line change 11# @hyperdx/api
22
3+ ## 2.2.2
4+
5+ ### Patch Changes
6+
7+ - 56fd856d: fix: otelcol process in aio build
8+ - Updated dependencies [ 56fd856d]
9+ - Updated dependencies [ 0f242558]
10+ - @hyperdx/common-utils @0.3.2
11+
312## 2.2.1
413
514### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @hyperdx/api" ,
3- "version" : " 2.2.1 " ,
3+ "version" : " 2.2.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.3.1 " ,
11+ "@hyperdx/common-utils" : " ^0.3.2 " ,
1212 "@hyperdx/lucene" : " ^3.1.1" ,
1313 "@hyperdx/node-opentelemetry" : " ^0.8.2" ,
1414 "@hyperdx/passport-local-mongoose" : " ^9.0.1" ,
Original file line number Diff line number Diff line change 11# @hyperdx/app
22
3+ ## 2.2.2
4+
5+ ### Patch Changes
6+
7+ - 56fd856d: fix: otelcol process in aio build
8+ - Updated dependencies [ 56fd856d]
9+ - Updated dependencies [ 0f242558]
10+ - @hyperdx/common-utils @0.3.2
11+
312## 2.2.1
413
514### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @hyperdx/app" ,
3- "version" : " 2.2.1 " ,
3+ "version" : " 2.2.2 " ,
44 "private" : true ,
55 "license" : " MIT" ,
66 "engines" : {
2828 "@codemirror/lang-sql" : " ^6.7.0" ,
2929 "@hookform/resolvers" : " ^3.9.0" ,
3030 "@hyperdx/browser" : " ^0.21.1" ,
31- "@hyperdx/common-utils" : " ^0.3.1 " ,
31+ "@hyperdx/common-utils" : " ^0.3.2 " ,
3232 "@hyperdx/node-opentelemetry" : " ^0.8.2" ,
3333 "@lezer/highlight" : " ^1.2.0" ,
3434 "@mantine/core" : " 7.9.2" ,
Original file line number Diff line number Diff line change 11# @hyperdx/common-utils
22
3+ ## 0.3.2
4+
5+ ### Patch Changes
6+
7+ - 56fd856d: fix: otelcol process in aio build
8+ - 0f242558: fix: Compatibilty with lowercase text skip index
9+
310## 0.3.1
411
512### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @hyperdx/common-utils" ,
33 "description" : " Common utilities for HyperDX application" ,
4- "version" : " 0.3.1 " ,
4+ "version" : " 0.3.2 " ,
55 "license" : " MIT" ,
66 "private" : true ,
77 "files" : [
Original file line number Diff line number Diff line change @@ -4472,7 +4472,7 @@ __metadata:
44724472 resolution: "@hyperdx/api@workspace:packages/api"
44734473 dependencies:
44744474 "@clickhouse/client": "npm:^0.2.10"
4475- "@hyperdx/common-utils": "npm:^0.3.1 "
4475+ "@hyperdx/common-utils": "npm:^0.3.2 "
44764476 "@hyperdx/lucene": "npm:^3.1.1"
44774477 "@hyperdx/node-opentelemetry": "npm:^0.8.2"
44784478 "@hyperdx/passport-local-mongoose": "npm:^9.0.1"
@@ -4565,7 +4565,7 @@ __metadata:
45654565 "@hookform/devtools": "npm:^4.3.1"
45664566 "@hookform/resolvers": "npm:^3.9.0"
45674567 "@hyperdx/browser": "npm:^0.21.1"
4568- "@hyperdx/common-utils": "npm:^0.3.1 "
4568+ "@hyperdx/common-utils": "npm:^0.3.2 "
45694569 "@hyperdx/node-opentelemetry": "npm:^0.8.2"
45704570 "@jedmao/location": "npm:^3.0.0"
45714571 "@lezer/highlight": "npm:^1.2.0"
@@ -4693,7 +4693,7 @@ __metadata:
46934693 languageName: node
46944694 linkType: hard
46954695
4696- "@hyperdx/common-utils@npm:^0.3.1 , @hyperdx/common-utils@workspace:packages/common-utils":
4696+ "@hyperdx/common-utils@npm:^0.3.2 , @hyperdx/common-utils@workspace:packages/common-utils":
46974697 version: 0.0.0-use.local
46984698 resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
46994699 dependencies:
You can’t perform that action at this time.
0 commit comments