Skip to content

Commit

Permalink
Fix REST bundled dependencies and prepare for v0.10.1 (#732)
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Sheehy <[email protected]>
  • Loading branch information
steven-sheehy authored May 1, 2020
1 parent 947dcbd commit 048d4bb
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 20 deletions.
2 changes: 1 addition & 1 deletion charts/hedera-mirror-grpc/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 0.10.0
appVersion: 0.10.1
description: GRPC API for the Hedera Mirror Node
home: https://github.com/hashgraph/hedera-mirror-node
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
Expand Down
2 changes: 1 addition & 1 deletion charts/hedera-mirror-grpc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ hpa:
image:
pullPolicy: IfNotPresent
repository: gcr.io/mirrornode/hedera-mirror-grpc
tag: 0.10.0
tag: 0.10.1

imagePullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion charts/hedera-mirror-importer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 0.10.0
appVersion: 0.10.1
description: Hedera Mirror Importer downloads and validates file streams from the cloud and imports them into the database
home: https://github.com/hashgraph/hedera-mirror-node
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
Expand Down
2 changes: 1 addition & 1 deletion charts/hedera-mirror-importer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ global:
image:
pullPolicy: IfNotPresent
repository: gcr.io/mirrornode/hedera-mirror-importer
tag: 0.10.0
tag: 0.10.1

imagePullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion charts/hedera-mirror-rest/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 0.10.0
appVersion: 0.10.1
description: REST API for the Hedera Mirror Node
home: https://github.com/hashgraph/hedera-mirror-node
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
Expand Down
2 changes: 1 addition & 1 deletion charts/hedera-mirror-rest/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ hpa:
image:
pullPolicy: IfNotPresent
repository: gcr.io/mirrornode/hedera-mirror-rest
tag: 0.10.0
tag: 0.10.1

imagePullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion charts/hedera-mirror/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 0.10.0
appVersion: 0.10.1
description: Hedera Mirror Node mirrors data from Hedera nodes and serves it via an API
home: https://github.com/hashgraph/hedera-mirror-node
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
Expand Down
Binary file modified charts/hedera-mirror/charts/hedera-mirror-grpc-0.1.0.tgz
Binary file not shown.
Binary file modified charts/hedera-mirror/charts/hedera-mirror-importer-0.1.0.tgz
Binary file not shown.
Binary file modified charts/hedera-mirror/charts/hedera-mirror-rest-0.1.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion hedera-mirror-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.hedera</groupId>
<artifactId>hedera-mirror-node</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion hedera-mirror-datagenerator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.hedera</groupId>
<artifactId>hedera-mirror-node</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion hedera-mirror-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.hedera</groupId>
<artifactId>hedera-mirror-node</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion hedera-mirror-importer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.hedera</groupId>
<artifactId>hedera-mirror-node</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion hedera-mirror-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.hedera</groupId>
<artifactId>hedera-mirror-node</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
</parent>

<properties>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hedera-mirror-rest/monitoring/monitor_apis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.10.0",
"version": "0.10.1",
"description": "REST API for Hedera mirror node",
"main": "server.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion hedera-mirror-rest/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions hedera-mirror-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hedera-mirror-rest",
"version": "0.10.0",
"version": "0.10.1",
"description": "Hedera Mirror Node REST API",
"main": "server.js",
"private": true,
Expand Down Expand Up @@ -28,6 +28,7 @@
"swagger-stats": "^0.95.17"
},
"bundledDependencies": [
"@awaitjs/express",
"asn1js",
"body-parser",
"compression",
Expand All @@ -39,7 +40,8 @@
"mathjs",
"node-cache",
"node-fetch",
"pg"
"pg",
"swagger-stats"
],
"devDependencies": {
"codecov": "^3.6.5",
Expand Down
2 changes: 1 addition & 1 deletion hedera-mirror-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.hedera</groupId>
<artifactId>hedera-mirror-node</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion hedera-mirror-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>hedera-mirror-node</artifactId>
<groupId>com.hedera</groupId>
<version>0.10.0</version>
<version>0.10.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.hedera</groupId>
<artifactId>hedera-mirror-node</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
<description>Hedera Mirror Node mirrors data from Hedera nodes and serves it via an API</description>
<inceptionYear>2019</inceptionYear>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 048d4bb

Please sign in to comment.