Skip to content

Commit

Permalink
chore: release v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wrn14897 committed Mar 1, 2024
1 parent f59ce35 commit b362acc
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 67 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-pumpkins-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-dancers-grab.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lazy-terms-taste.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/seven-toys-occur.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sharp-kings-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-games-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-needles-repair.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/smart-squids-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-bananas-clean.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thin-toes-smile.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/warm-berries-wash.md

This file was deleted.

2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Used by docker-compose.yml
IMAGE_NAME=ghcr.io/hyperdxio/hyperdx
IMAGE_VERSION=1.6.0
IMAGE_VERSION=1.7.0

# Set up domain URLs
HYPERDX_API_PORT=8000
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
LATEST_VERSION := $$(sed -n 's/.*"version": "\([^"]*\)".*/\1/p' package.json)
BUILD_PLATFORMS = linux/arm64/v8,linux/amd64
BUILD_PLATFORMS = linux/arm64,linux/amd64

include .env

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hyperdx",
"private": true,
"version": "1.6.0",
"version": "1.7.0",
"license": "MIT",
"workspaces": [
"packages/*"
Expand Down
12 changes: 12 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @hyperdx/api

## 1.7.0

### Patch Changes

- 095ec0e: fix: histogram AggFn values to be only valid ones (UI)
- 41d80de: feat: parse legacy k8s v1 cluster events
- 7021924: Support '-', ';', '=', and '+' in password
- b87c4d7: fix: dense rank should be computed base on rank value and group
(multi-series chart)
- a49726e: fix: cache the result conditionally (SimpleCache)
- b83e51f: refactor + perf: decouple and performance opt metrics tags endpoints

## 1.6.0

### Patch 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": "1.6.0",
"version": "1.7.0",
"license": "MIT",
"private": true,
"engines": {
Expand Down
20 changes: 20 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @hyperdx/app

## 1.7.0

### Minor Changes

- 396468c: fix: Use nuqs for ChartPage url query params

### Patch Changes

- dba8a43: Allow to drag and drop saved searches and dashhoards between groups
- 95ccfa1: Add multi-series line/table charts as well as histogram/number charts
to the chart explorer.
- 095ec0e: fix: histogram AggFn values to be only valid ones (UI)
- 41d80de: feat: parse legacy k8s v1 cluster events
- f9521a5: Upgrade to React 18 and Next 13
- b87c4d7: fix: dense rank should be computed base on rank value and group
(multi-series chart)
- 95f5041: Minor UI fixes
- a49726e: fix: cache the result conditionally (SimpleCache)
- b83e51f: refactor + perf: decouple and performance opt metrics tags endpoints

## 1.6.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": "1.6.0",
"version": "1.7.0",
"private": true,
"license": "MIT",
"engines": {
Expand Down

0 comments on commit b362acc

Please sign in to comment.