Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix jar name & bump to v0.31.0-alpha3 #1786

Merged
merged 7 commits into from
Mar 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/workflows/rosetta-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,16 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set tag
if: startsWith(github.ref, 'refs/tags/v')
run: echo "branch=${{ github.ref }}" >> $GITHUB_ENV

- name: Set branch
if: "!startsWith(github.ref, 'refs/tags/v')"
run: echo "branch=${{ github.head_ref }}" >> $GITHUB_ENV

- name: Build Mirror Node All-in-One
run: docker build --tag="${MODULE}" --build-arg GIT_BRANCH=${{ github.head_ref }} build/
xin-hedera marked this conversation as resolved.
Show resolved Hide resolved
run: docker build --tag="${MODULE}" --build-arg GIT_BRANCH="${{ env.branch }}" build/

- name: Run Mirror Node
run: docker run -d -p 5700:5700 "${MODULE}"
Expand Down
4 changes: 2 additions & 2 deletions charts/hedera-mirror-common/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.31.0-alpha2"
appVersion: "0.31.0-alpha3"
dependencies:
- alias: loki
condition: loki.enabled
Expand Down Expand Up @@ -30,4 +30,4 @@ maintainers:
name: hedera-mirror-common
sources:
- https://github.com/hashgraph/hedera-mirror-node
version: 0.18.0-alpha2
version: 0.18.0-alpha3
4 changes: 2 additions & 2 deletions charts/hedera-mirror-grpc/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.31.0-alpha2"
appVersion: "0.31.0-alpha3"
description: GRPC API for the Hedera Mirror Node
home: https://github.com/hashgraph/hedera-mirror-node
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
Expand All @@ -11,4 +11,4 @@ maintainers:
name: hedera-mirror-grpc
sources:
- https://github.com/hashgraph/hedera-mirror-node
version: 0.18.0-alpha2
version: 0.18.0-alpha3
4 changes: 2 additions & 2 deletions charts/hedera-mirror-importer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.31.0-alpha2"
appVersion: "0.31.0-alpha3"
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 All @@ -11,4 +11,4 @@ maintainers:
name: hedera-mirror-importer
sources:
- https://github.com/hashgraph/hedera-mirror-node
version: 0.18.0-alpha2
version: 0.18.0-alpha3
4 changes: 2 additions & 2 deletions charts/hedera-mirror-monitor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.31.0-alpha2"
appVersion: "0.31.0-alpha3"
description: End to End Monitor for the Hedera Mirror Node
home: https://github.com/hashgraph/hedera-mirror-node
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
Expand All @@ -11,4 +11,4 @@ maintainers:
name: hedera-mirror-monitor
sources:
- https://github.com/hashgraph/hedera-mirror-node
version: 0.18.0-alpha2
version: 0.18.0-alpha3
4 changes: 2 additions & 2 deletions charts/hedera-mirror-rest/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.31.0-alpha2"
appVersion: "0.31.0-alpha3"
description: REST API for the Hedera Mirror Node
home: https://github.com/hashgraph/hedera-mirror-node
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
Expand All @@ -11,4 +11,4 @@ maintainers:
name: hedera-mirror-rest
sources:
- https://github.com/hashgraph/hedera-mirror-node
version: 0.18.0-alpha2
version: 0.18.0-alpha3
12 changes: 6 additions & 6 deletions charts/hedera-mirror/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
dependencies:
- name: hedera-mirror-grpc
repository: file://../hedera-mirror-grpc
version: 0.18.0-alpha2
version: 0.18.0-alpha3
- name: hedera-mirror-importer
repository: file://../hedera-mirror-importer
version: 0.18.0-alpha2
version: 0.18.0-alpha3
- name: hedera-mirror-monitor
repository: file://../hedera-mirror-monitor
version: 0.18.0-alpha2
version: 0.18.0-alpha3
- name: postgresql-ha
repository: https://charts.bitnami.com/bitnami
version: 6.3.7
Expand All @@ -16,9 +16,9 @@ dependencies:
version: 12.2.4
- name: hedera-mirror-rest
repository: file://../hedera-mirror-rest
version: 0.18.0-alpha2
version: 0.18.0-alpha3
- name: timescaledb-multinode
repository: https://raw.githubusercontent.com/timescale/timescaledb-kubernetes/master/charts/repo/
version: 0.8.0
digest: sha256:1d3b608fda6d85eb74b0d623bac7c1b68f9365592c9c2abaf883ba6831e9d9ab
generated: "2021-03-30T16:37:23.12195-05:00"
digest: sha256:033edab6ab9e4c4b17ff9510251a865abdab71fb698a51b340c5443649d4f7e7
generated: "2021-03-30T17:18:17.318148-05:00"
4 changes: 2 additions & 2 deletions charts/hedera-mirror/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.31.0-alpha2"
appVersion: "0.31.0-alpha3"
dependencies:
- alias: grpc
condition: grpc.enabled
Expand Down Expand Up @@ -57,4 +57,4 @@ maintainers:
name: hedera-mirror
sources:
- https://github.com/hashgraph/hedera-mirror-node
version: 0.18.0-alpha2
version: 0.18.0-alpha3
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- 5432:5432

grpc:
image: gcr.io/mirrornode/hedera-mirror-grpc:0.31.0-alpha2
image: gcr.io/mirrornode/hedera-mirror-grpc:0.31.0-alpha3
restart: unless-stopped
environment:
HEDERA_MIRROR_GRPC_DB_HOST: db
Expand All @@ -29,7 +29,7 @@ services:
- 5600:5600

importer:
image: gcr.io/mirrornode/hedera-mirror-importer:0.31.0-alpha2
image: gcr.io/mirrornode/hedera-mirror-importer:0.31.0-alpha3
restart: unless-stopped
environment:
HEDERA_MIRROR_IMPORTER_DB_HOST: db
Expand All @@ -41,7 +41,7 @@ services:
monitor:
deploy:
replicas: 0
image: gcr.io/mirrornode/hedera-mirror-monitor:0.31.0-alpha2
image: gcr.io/mirrornode/hedera-mirror-monitor:0.31.0-alpha3
restart: unless-stopped
environment:
SPRING_CONFIG_ADDITIONAL_LOCATION: file:/usr/etc/hedera-mirror-monitor/
Expand All @@ -58,7 +58,7 @@ services:
- 6379:6379

rest:
image: gcr.io/mirrornode/hedera-mirror-rest:0.31.0-alpha2
image: gcr.io/mirrornode/hedera-mirror-rest:0.31.0-alpha3
environment:
HEDERA_MIRROR_REST_DB_HOST: db
restart: unless-stopped
Expand All @@ -67,7 +67,7 @@ services:
- 5551:5551

rosetta:
image: gcr.io/mirrornode/hedera-mirror-rosetta:0.31.0-alpha2
image: gcr.io/mirrornode/hedera-mirror-rosetta:0.31.0-alpha3
environment:
HEDERA_MIRROR_ROSETTA_DB_HOST: db
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion hedera-mirror-grpc/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<files>
<file>
<source>${project.build.directory}/${project.artifactId}-${release.version}-exec.jar</source>
<destName>${project.artifactId}-${release.version}.jar</destName>
<destName>${project.artifactId}-v${release.version}.jar</destName>
</file>
</files>
<fileSets>
Expand Down
2 changes: 1 addition & 1 deletion hedera-mirror-importer/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<files>
<file>
<source>${project.build.directory}/${project.artifactId}-${release.version}-exec.jar</source>
<destName>${project.artifactId}-${release.version}.jar</destName>
<destName>${project.artifactId}-v${release.version}.jar</destName>
</file>
</files>
<fileSets>
Expand Down
2 changes: 1 addition & 1 deletion hedera-mirror-rest/api/v1/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ tags:
description: The tokens object represents the information associated with a token entity and returns a list of token information.
info:
title: Hedera Mirror Node REST API
version: 0.31.0-alpha2
version: 0.31.0-alpha3
license:
name: Apache-2.0
url: 'https://www.apache.org/licenses/LICENSE-2.0.html'
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": "hedera-mirror-monitor",
"version": "0.31.0-alpha2",
"version": "0.31.0-alpha3",
"description": "Hedera Mirror Node Monitor",
"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.

2 changes: 1 addition & 1 deletion 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.31.0-alpha2",
"version": "0.31.0-alpha3",
"description": "Hedera Mirror Node REST API",
"main": "server.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion hedera-mirror-rosetta/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ hedera:
port: 5700
realm: 0
shard: 0
version: 0.31.0-alpha2
version: 0.31.0-alpha3
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
app.kubernetes.io/name: test
restartPolicy: Never
containers:
- image: gcr.io/mirrornode/hedera-mirror-test:0.31.0-alpha2
- image: gcr.io/mirrornode/hedera-mirror-test:0.31.0-alpha3
name: test
env:
- name: testProfile
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
app.kubernetes.io/name: test
restartPolicy: Never
containers:
- image: gcr.io/mirrornode/hedera-mirror-test:0.31.0-alpha2
- image: gcr.io/mirrornode/hedera-mirror-test:0.31.0-alpha3
name: test
env:
- name: testProfile
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
app.kubernetes.io/name: test
restartPolicy: Never
containers:
- image: gcr.io/mirrornode/hedera-mirror-test:0.31.0-alpha2
- image: gcr.io/mirrornode/hedera-mirror-test:0.31.0-alpha3
name: test
env:
- name: testProfile
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
app.kubernetes.io/name: test
restartPolicy: Never
containers:
- image: gcr.io/mirrornode/hedera-mirror-test:0.31.0-alpha2
- image: gcr.io/mirrornode/hedera-mirror-test:0.31.0-alpha3
name: test
env:
- name: testProfile
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
app.kubernetes.io/name: test
restartPolicy: Never
containers:
- image: gcr.io/mirrornode/hedera-mirror-test:0.31.0-alpha2
- image: gcr.io/mirrornode/hedera-mirror-test:0.31.0-alpha3
name: test
env:
- name: testProfile
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
<micrometer-jvm-extras.version>0.2.2</micrometer-jvm-extras.version>
<msgpack.version>0.8.22</msgpack.version>
<protobuf.version>3.15.6</protobuf.version>
<release.version>0.31.0-alpha2</release.version> <!-- Used to replace release versions in all files -->
<release.chartVersion>0.18.0-alpha2</release.chartVersion>
<release.version>0.31.0-alpha3</release.version> <!-- Used to replace release versions in all files -->
<release.chartVersion>0.18.0-alpha3</release.chartVersion>
<replacer.version>1.5.3</replacer.version>
<!--suppress UnresolvedMavenProperty -->
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down