Skip to content

Commit

Permalink
chore: release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wrn14897 committed Jan 26, 2024
1 parent 4a6db40 commit 7681588
Show file tree
Hide file tree
Showing 24 changed files with 57 additions and 97 deletions.
6 changes: 0 additions & 6 deletions .changeset/breezy-kangaroos-lie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/bright-dancers-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-coats-jog.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/curvy-snakes-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-kangaroos-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-pans-hear.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lovely-baboons-fetch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/moody-falcons-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-waves-yell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/seven-wombats-vanish.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/short-cars-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-lemons-compete.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smooth-months-appear.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stale-pears-hammer.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sweet-moose-explain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-pillows-kick.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.5.0
IMAGE_VERSION=1.6.0

# Set up domain URLs
HYPERDX_API_PORT=8000
Expand Down
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,9 @@ release:
--build-arg SERVER_URL=${HYPERDX_API_URL}:${HYPERDX_API_PORT} \
--platform ${BUILD_PLATFORMS} . -f ./packages/app/Dockerfile -t ${IMAGE_NAME}:${LATEST_VERSION}-app --target prod --push

.PHONY: push-gh
push-gh:
@echo "Creating git tag...\n"
yarn changeset tag
@echo "Pushing to the commit github...\n"
git push --follow-tags
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.5.0",
"version": "1.6.0",
"license": "MIT",
"workspaces": [
"packages/*"
Expand Down
20 changes: 20 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @hyperdx/api

## 1.6.0

### Patch Changes

- 9c666fb: Fixed /api/v1/logs/chart from returning null values due to stale
property type mappings
- 82640b0: feat: implement histogram linear interpolation quantile function
- 8de2c5c: fix: handle py span ids
- c5b1075: Add postGroupWhere filter option to /chart/series endpoint
- 8de2c5c: feat: parse lambda json message
- 8919179: fix: Fixed parsing && and || operators in queries correctly
- 6321d1f: feat: support jk key bindings (to move through events)
- e92bf4f: fix: convert fixed minute unit granularity to Granularity enum
- f10c3be: Add tags to Dashboards and LogViews
- 4a6db40: refactor: rename bulkInsertTeamLogStream to bulkInsertLogStream
- 8de2c5c: feat: add new k8s.pod.status_phase metrics
- 499c537: style: inject ingestor url (otel config file) + aggregator/go-parser
url (ingestor config file) through env vars
- 8e536e1: chore: bump vector to v0.35.0

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

## 1.6.0

### Minor Changes

- ac667cd: Add Spotlight

### Patch Changes

- 82640b0: feat: implement histogram linear interpolation quantile function
- 8de2c5c: fix: handle py span ids
- 5d02cc3: Group saved searches and dashboards by tag
- 8de2c5c: feat: parse lambda json message
- 8919179: fix: Fixed parsing && and || operators in queries correctly
- cbdbe72: AppNav improvements
- 6321d1f: feat: support jk key bindings (to move through events)
- e92bf4f: fix: convert fixed minute unit granularity to Granularity enum
- 4a6db40: refactor: rename bulkInsertTeamLogStream to bulkInsertLogStream
- 8de2c5c: feat: add new k8s.pod.status_phase metrics
- 499c537: style: inject ingestor url (otel config file) + aggregator/go-parser
url (ingestor config file) through env vars
- 8e536e1: chore: bump vector to v0.35.0

## 1.5.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.5.0",
"version": "1.6.0",
"private": true,
"license": "MIT",
"engines": {
Expand Down
6 changes: 5 additions & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ fi

# update root package.json version
sed -i '' -e "s/\"version\": \".*\"/\"version\": \"$API_LATEST_VERSION\"/g" ./package.json

echo "Updated root package.json version to $API_LATEST_VERSION"

# update .env IMAGE_VERSION
sed -i '' -e "s/IMAGE_VERSION=.*/IMAGE_VERSION=$API_LATEST_VERSION/g" ./.env
echo "Updated .env IMAGE_VERSION to $API_LATEST_VERSION"

echo "Run 'make release' to publish new version to GHCR"

0 comments on commit 7681588

Please sign in to comment.