Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/fix-nightly-css-dts-docker.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/fix-save-alert-edit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-eels-vanish.md

This file was deleted.

4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -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.30.0
IMAGE_VERSION_SUB_TAG=.30.0
CODE_VERSION=2.30.1
IMAGE_VERSION_SUB_TAG=.30.1
IMAGE_VERSION=2
IMAGE_NIGHTLY_TAG=2-nightly
IMAGE_LATEST_TAG=latest
Expand Down
2 changes: 2 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @hyperdx/api

## 2.30.1

## 2.30.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperdx/api",
"version": "2.30.0",
"version": "2.30.1",
"license": "MIT",
"private": true,
"engines": {
Expand Down
17 changes: 17 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @hyperdx/app

## 2.30.1

### Patch Changes

- 0dd23e86d: Copy `css.d.ts` into the Docker build stage so the app image compiles. The
TypeScript 6 upgrade added ambient `declare module '*.css'` declarations in
`css.d.ts` to satisfy TS2882 for side-effect stylesheet imports, but the
Dockerfiles only copied `mdx.d.ts`, so `next build` failed inside the
container.
- e8825763b: Fix "Save Alert" doing nothing when editing an existing saved-search alert. The
alert form schema now accepts the persisted `numConsecutiveWindows: null` value
(so form validation no longer silently blocks submission), and the update
request resolves the alert id from the selected tab instead of an unregistered
form field.
- f865d887d: feat: Allow freeform text in VirtualMultiSelect
- @hyperdx/api@2.30.1

## 2.30.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperdx/app",
"version": "2.30.0",
"version": "2.30.1",
"private": true,
"license": "MIT",
"engines": {
Expand Down
2 changes: 2 additions & 0 deletions packages/otel-collector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @hyperdx/otel-collector

## 2.30.1

## 2.30.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/otel-collector/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperdx/otel-collector",
"description": "HyperDX OpenTelemetry Collector configuration and Docker image",
"version": "2.30.0",
"version": "2.30.1",
"license": "MIT",
"private": true
}
Loading