Skip to content

Commit 442061c

Browse files
chore(release): bump HyperDX app/package versions
1 parent f800fd1 commit 442061c

File tree

9 files changed

+15
-24
lines changed

9 files changed

+15
-24
lines changed

.changeset/eleven-tables-hide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/olive-bugs-turn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quiet-socks-cry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/six-squids-stare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ALL_IN_ONE_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-all-in-one
88
ALL_IN_ONE_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-all-in-one
99
OTEL_COLLECTOR_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-otel-collector
1010
OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-otel-collector
11-
CODE_VERSION=2.2.2
12-
IMAGE_VERSION_SUB_TAG=.2.2
11+
CODE_VERSION=2.2.3
12+
IMAGE_VERSION_SUB_TAG=.2.3
1313
IMAGE_VERSION=2
1414
IMAGE_NIGHTLY_TAG=2-nightly
1515
IMAGE_LATEST_TAG=latest

packages/api/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @hyperdx/api
22

3+
## 2.2.3
4+
5+
### Patch Changes
6+
7+
- eb6f3a01: Fix the alert connection query to include the password field.
8+
- bb2221a1: fix: Keep "created by" field unchanged during alert updates in dashboards
9+
- f800fd13: Fixes alert title used on dashboards with multiple tiles
10+
- 261d4693: feat: limit how many tasks are executing at any time
11+
312
## 2.2.2
413

514
### Patch Changes

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperdx/api",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"license": "MIT",
55
"private": true,
66
"engines": {

packages/app/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @hyperdx/app
22

3+
## 2.2.3
4+
35
## 2.2.2
46

57
### Patch Changes

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperdx/app",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"private": true,
55
"license": "MIT",
66
"engines": {

0 commit comments

Comments
 (0)