Release HyperDX (#1688)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-02-04 05:21:21 +01:00 committed by GitHub
parent 9f75fe2e8f
commit a8457e2be9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 58 additions and 59 deletions

View file

@ -1,6 +0,0 @@
---
"@hyperdx/common-utils": minor
"@hyperdx/app": minor
---
feat: Add auto-detecting and creating OTel sources during onboarding

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Ensure Noisy Patterns message isn't clipped

View file

@ -1,5 +0,0 @@
---
"@hyperdx/otel-collector": minor
---
feat: Enforce ClickStack schemas by default

View file

@ -1,5 +0,0 @@
---
"@hyperdx/otel-collector": patch
---
feat: add OTLP auth token support for standalone mode

View file

@ -1,5 +0,0 @@
---
"@hyperdx/otel-collector": patch
---
fix: add TLS parameters for https ClickHouse endpoints in goose DB string

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Fix side panel tab colors in ClickStack theme

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
chore: Change "None" aggregation label to "Custom" in charts.

View file

@ -1,12 +0,0 @@
---
"@hyperdx/app": patch
---
feat: Theme-aware UI improvements for ClickStack
- **Chart colors**: Made chart color palette theme-aware - ClickStack uses blue as primary color, HyperDX uses green. Charts now correctly display blue bars for ClickStack theme.
- **Semantic colors**: Updated semantic color functions (getChartColorSuccess, getChartColorWarning, getChartColorError) to be theme-aware, reading from CSS variables or falling back to theme-appropriate palettes.
- **Info log colors**: Changed info-level logs to use primary chart color (blue for ClickStack, green for HyperDX) instead of success green.
- **Button variants**: Made ResumeLiveTailButton variant conditional - uses 'secondary' for ClickStack theme, 'primary' for HyperDX theme.
- **Nav styles**: Fixed collapsed navigation styles for proper alignment and spacing when nav is collapsed to 50px width.
- **Icon stroke width**: Added custom stroke width (1.5) for Tabler icons in ClickStack theme only, providing a more refined appearance.

4
.env
View file

@ -8,8 +8,8 @@ NEXT_ALL_IN_ONE_IMAGE_NAME_DOCKERHUB=clickhouse/clickstack-all-in-one
ALL_IN_ONE_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-all-in-one
NEXT_OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=clickhouse/clickstack-otel-collector
OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-otel-collector
CODE_VERSION=2.14.0
IMAGE_VERSION_SUB_TAG=.14.0
CODE_VERSION=2.15.0
IMAGE_VERSION_SUB_TAG=.15.0
IMAGE_VERSION=2
IMAGE_NIGHTLY_TAG=2-nightly
IMAGE_LATEST_TAG=latest

View file

@ -1,5 +1,12 @@
# @hyperdx/api
## 2.15.0
### Patch Changes
- Updated dependencies [f44923ba]
- @hyperdx/common-utils@0.12.0
## 2.14.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@hyperdx/api",
"version": "2.14.0",
"version": "2.15.0",
"license": "MIT",
"private": true,
"engines": {
@ -9,7 +9,7 @@
"dependencies": {
"@ai-sdk/anthropic": "^2.0.23",
"@esm2cjs/p-queue": "^7.3.0",
"@hyperdx/common-utils": "^0.11.1",
"@hyperdx/common-utils": "^0.12.0",
"@hyperdx/node-opentelemetry": "^0.9.0",
"@hyperdx/passport-local-mongoose": "^9.0.1",
"@opentelemetry/api": "^1.8.0",

View file

@ -1,5 +1,28 @@
# @hyperdx/app
## 2.15.0
### Minor Changes
- f44923ba: feat: Add auto-detecting and creating OTel sources during onboarding
### Patch Changes
- 9f75fe2e: fix: Ensure Noisy Patterns message isn't clipped
- d89a2db2: fix: Fix side panel tab colors in ClickStack theme
- ea56d11f: chore: Change "None" aggregation label to "Custom" in charts.
- 7448508d: feat: Theme-aware UI improvements for ClickStack
- **Chart colors**: Made chart color palette theme-aware - ClickStack uses blue as primary color, HyperDX uses green. Charts now correctly display blue bars for ClickStack theme.
- **Semantic colors**: Updated semantic color functions (getChartColorSuccess, getChartColorWarning, getChartColorError) to be theme-aware, reading from CSS variables or falling back to theme-appropriate palettes.
- **Info log colors**: Changed info-level logs to use primary chart color (blue for ClickStack, green for HyperDX) instead of success green.
- **Button variants**: Made ResumeLiveTailButton variant conditional - uses 'secondary' for ClickStack theme, 'primary' for HyperDX theme.
- **Nav styles**: Fixed collapsed navigation styles for proper alignment and spacing when nav is collapsed to 50px width.
- **Icon stroke width**: Added custom stroke width (1.5) for Tabler icons in ClickStack theme only, providing a more refined appearance.
- Updated dependencies [f44923ba]
- @hyperdx/common-utils@0.12.0
## 2.14.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@hyperdx/app",
"version": "2.14.0",
"version": "2.15.0",
"private": true,
"license": "MIT",
"engines": {
@ -29,7 +29,7 @@
"@dagrejs/dagre": "^1.1.5",
"@hookform/resolvers": "^3.9.0",
"@hyperdx/browser": "^0.21.1",
"@hyperdx/common-utils": "^0.11.1",
"@hyperdx/common-utils": "^0.12.0",
"@hyperdx/node-opentelemetry": "^0.9.0",
"@lezer/highlight": "^1.2.0",
"@mantine/core": "^7.17.8",

View file

@ -1,5 +1,11 @@
# @hyperdx/common-utils
## 0.12.0
### Minor Changes
- f44923ba: feat: Add auto-detecting and creating OTel sources during onboarding
## 0.11.1
### Patch Changes

View file

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

View file

@ -1,5 +1,16 @@
# @hyperdx/otel-collector
## 2.15.0
### Minor Changes
- 6f4c8efb: feat: Enforce ClickStack schemas by default
### Patch Changes
- c2a61933: feat: add OTLP auth token support for standalone mode
- 683ec1a8: fix: add TLS parameters for https ClickHouse endpoints in goose DB string
## 2.14.0
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@hyperdx/otel-collector",
"description": "HyperDX OpenTelemetry Collector configuration and Docker image",
"version": "2.14.0",
"version": "2.15.0",
"license": "MIT",
"private": true
}

View file

@ -4239,7 +4239,7 @@ __metadata:
dependencies:
"@ai-sdk/anthropic": "npm:^2.0.23"
"@esm2cjs/p-queue": "npm:^7.3.0"
"@hyperdx/common-utils": "npm:^0.11.1"
"@hyperdx/common-utils": "npm:^0.12.0"
"@hyperdx/node-opentelemetry": "npm:^0.9.0"
"@hyperdx/passport-local-mongoose": "npm:^9.0.1"
"@opentelemetry/api": "npm:^1.8.0"
@ -4321,7 +4321,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.11.1"
"@hyperdx/common-utils": "npm:^0.12.0"
"@hyperdx/node-opentelemetry": "npm:^0.9.0"
"@jedmao/location": "npm:^3.0.0"
"@lezer/highlight": "npm:^1.2.0"
@ -4453,7 +4453,7 @@ __metadata:
languageName: node
linkType: hard
"@hyperdx/common-utils@npm:^0.11.1, @hyperdx/common-utils@workspace:packages/common-utils":
"@hyperdx/common-utils@npm:^0.12.0, @hyperdx/common-utils@workspace:packages/common-utils":
version: 0.0.0-use.local
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
dependencies: