File tree Expand file tree Collapse file tree 10 files changed +22
-22
lines changed Expand file tree Collapse file tree 10 files changed +22
-22
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Used by docker-compose.yml
2
2
IMAGE_NAME = ghcr.io/hyperdxio/hyperdx
3
- IMAGE_VERSION = 1.1.3
3
+ IMAGE_VERSION = 1.1.4
4
4
5
5
# Set up domain URLs
6
6
HYPERDX_API_PORT = 8000
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hyperdx" ,
3
3
"private" : true ,
4
- "version" : " 1.1.3 " ,
4
+ "version" : " 1.1.4 " ,
5
5
"license" : " MIT" ,
6
6
"workspaces" : [
7
7
" packages/*"
Original file line number Diff line number Diff line change 1
1
# @hyperdx/api
2
2
3
+ ## 1.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 8cb0eac: Add rate function for sum metrics
8
+ - 8591aee: fix: control otel related services logs telemetry using
9
+ HYPERDX_LOG_LEVEL
10
+
3
11
## 1.1.3
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hyperdx/api" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"license" : " MIT" ,
5
5
"private" : true ,
6
6
"engines" : {
Original file line number Diff line number Diff line change 1
1
# @hyperdx/app
2
2
3
+ ## 1.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 8cb0eac: Add rate function for sum metrics
8
+ - 4d24bfa: Add new version of the useTimeQuery hook along with a testing suite
9
+ - 8591aee: fix: control otel related services logs telemetry using
10
+ HYPERDX_LOG_LEVEL
11
+
3
12
## 1.1.3
4
13
5
14
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hyperdx/app" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"private" : true ,
5
5
"license" : " MIT" ,
6
6
"engines" : {
Original file line number Diff line number Diff line change 16
16
sed -i ' ' -e " s/\" version\" : \" .*\" /\" version\" : \" $API_LATEST_VERSION \" /g" ./package.json
17
17
18
18
echo " Updated root package.json version to $API_LATEST_VERSION "
19
- echo " Run 'make build-and-push-ghcr ' to publish new version to GHCR"
19
+ echo " Run 'make release ' to publish new version to GHCR"
You can’t perform that action at this time.
0 commit comments