Release HyperDX (#970)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-07-06 23:14:43 -07:00 committed by GitHub
parent ecb0f2c889
commit 7a14dea07a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 33 additions and 22 deletions

View file

@ -1,7 +0,0 @@
---
"@hyperdx/common-utils": patch
"@hyperdx/api": patch
"@hyperdx/app": patch
---
feat: Add ClickHouse JSON Type Support

View file

@ -1,5 +0,0 @@
---
"@hyperdx/api": patch
---
feat: specify NODE_ENV in api build (prod stage)

4
.env
View file

@ -8,8 +8,8 @@ ALL_IN_ONE_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-all-in-one
ALL_IN_ONE_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-all-in-one
OTEL_COLLECTOR_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-otel-collector
OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-otel-collector
CODE_VERSION=2.0.3
IMAGE_VERSION_SUB_TAG=.0.3
CODE_VERSION=2.0.4
IMAGE_VERSION_SUB_TAG=.0.4
IMAGE_VERSION=2
IMAGE_NIGHTLY_TAG=2-nightly
IMAGE_LATEST_TAG=latest

View file

@ -1,5 +1,14 @@
# @hyperdx/api
## 2.0.4
### Patch Changes
- 52ca182: feat: Add ClickHouse JSON Type Support
- 808145b: feat: specify NODE_ENV in api build (prod stage)
- Updated dependencies [52ca182]
- @hyperdx/common-utils@0.2.4
## 2.0.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@hyperdx/api",
"version": "2.0.3",
"version": "2.0.4",
"license": "MIT",
"private": true,
"engines": {
@ -8,7 +8,7 @@
},
"dependencies": {
"@clickhouse/client": "^0.2.10",
"@hyperdx/common-utils": "^0.2.3",
"@hyperdx/common-utils": "^0.2.4",
"@hyperdx/lucene": "^3.1.1",
"@hyperdx/node-opentelemetry": "^0.8.2",
"@opentelemetry/api": "^1.8.0",

View file

@ -1,5 +1,13 @@
# @hyperdx/app
## 2.0.4
### Patch Changes
- 52ca182: feat: Add ClickHouse JSON Type Support
- Updated dependencies [52ca182]
- @hyperdx/common-utils@0.2.4
## 2.0.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@hyperdx/app",
"version": "2.0.3",
"version": "2.0.4",
"private": true,
"license": "MIT",
"engines": {
@ -28,7 +28,7 @@
"@codemirror/lang-sql": "^6.7.0",
"@hookform/resolvers": "^3.9.0",
"@hyperdx/browser": "^0.21.1",
"@hyperdx/common-utils": "^0.2.3",
"@hyperdx/common-utils": "^0.2.4",
"@hyperdx/node-opentelemetry": "^0.8.2",
"@lezer/highlight": "^1.2.0",
"@mantine/core": "7.9.2",

View file

@ -1,5 +1,11 @@
# @hyperdx/common-utils
## 0.2.4
### Patch Changes
- 52ca182: feat: Add ClickHouse JSON Type Support
## 0.2.3
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@hyperdx/common-utils",
"description": "Common utilities for HyperDX application",
"version": "0.2.3",
"version": "0.2.4",
"license": "MIT",
"private": true,
"files": [

View file

@ -4444,7 +4444,7 @@ __metadata:
resolution: "@hyperdx/api@workspace:packages/api"
dependencies:
"@clickhouse/client": "npm:^0.2.10"
"@hyperdx/common-utils": "npm:^0.2.3"
"@hyperdx/common-utils": "npm:^0.2.4"
"@hyperdx/lucene": "npm:^3.1.1"
"@hyperdx/node-opentelemetry": "npm:^0.8.2"
"@opentelemetry/api": "npm:^1.8.0"
@ -4537,7 +4537,7 @@ __metadata:
"@hookform/devtools": "npm:^4.3.1"
"@hookform/resolvers": "npm:^3.9.0"
"@hyperdx/browser": "npm:^0.21.1"
"@hyperdx/common-utils": "npm:^0.2.3"
"@hyperdx/common-utils": "npm:^0.2.4"
"@hyperdx/node-opentelemetry": "npm:^0.8.2"
"@jedmao/location": "npm:^3.0.0"
"@lezer/highlight": "npm:^1.2.0"
@ -4665,7 +4665,7 @@ __metadata:
languageName: node
linkType: hard
"@hyperdx/common-utils@npm:^0.2.3, @hyperdx/common-utils@workspace:packages/common-utils":
"@hyperdx/common-utils@npm:^0.2.4, @hyperdx/common-utils@workspace:packages/common-utils":
version: 0.0.0-use.local
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
dependencies: