Skip to content

Commit

Permalink
Bump versions for v0.39.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Hedera Github Bot <github-bot@hedera.com>
  • Loading branch information
hedera-github-bot committed Aug 23, 2021
1 parent 95140be commit 35d4ecd
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 25 deletions.
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.39.0-alpha1"
appVersion: "0.39.0-rc1"
dependencies:
- name: loki
condition: loki.enabled
Expand Down Expand Up @@ -33,4 +33,4 @@ maintainers:
name: hedera-mirror-common
sources:
- https://github.com/hashgraph/hedera-mirror-node
version: 0.26.0-alpha1
version: 0.26.0-rc1
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.39.0-alpha1"
appVersion: "0.39.0-rc1"
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.26.0-alpha1
version: 0.26.0-rc1
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.39.0-alpha1"
appVersion: "0.39.0-rc1"
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.26.0-alpha1
version: 0.26.0-rc1
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.39.0-alpha1"
appVersion: "0.39.0-rc1"
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.26.0-alpha1
version: 0.26.0-rc1
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.39.0-alpha1"
appVersion: "0.39.0-rc1"
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.26.0-alpha1
version: 0.26.0-rc1
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.39.0-alpha1"
appVersion: "0.39.0-rc1"
dependencies:
- alias: grpc
condition: grpc.enabled
Expand Down Expand Up @@ -56,4 +56,4 @@ maintainers:
name: hedera-mirror
sources:
- https://github.com/hashgraph/hedera-mirror-node
version: 0.26.0-alpha1
version: 0.26.0-rc1
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- 5432:5432

grpc:
image: gcr.io/mirrornode/hedera-mirror-grpc:0.39.0-alpha1
image: gcr.io/mirrornode/hedera-mirror-grpc:0.39.0-rc1
pull_policy: always
restart: unless-stopped
environment:
Expand All @@ -39,7 +39,7 @@ services:
- 5600:5600

importer:
image: gcr.io/mirrornode/hedera-mirror-importer:0.39.0-alpha1
image: gcr.io/mirrornode/hedera-mirror-importer:0.39.0-rc1
pull_policy: always
restart: unless-stopped
environment:
Expand All @@ -53,7 +53,7 @@ services:
monitor:
deploy:
replicas: 0
image: gcr.io/mirrornode/hedera-mirror-monitor:0.39.0-alpha1
image: gcr.io/mirrornode/hedera-mirror-monitor:0.39.0-rc1
pull_policy: always
restart: unless-stopped
environment:
Expand All @@ -71,7 +71,7 @@ services:
- 6379:6379

rest:
image: gcr.io/mirrornode/hedera-mirror-rest:0.39.0-alpha1
image: gcr.io/mirrornode/hedera-mirror-rest:0.39.0-rc1
pull_policy: always
environment:
HEDERA_MIRROR_REST_DB_HOST: db
Expand All @@ -81,7 +81,7 @@ services:
- 5551:5551

rosetta:
image: gcr.io/mirrornode/hedera-mirror-rosetta:0.39.0-alpha1
image: gcr.io/mirrornode/hedera-mirror-rosetta:0.39.0-rc1
pull_policy: always
environment:
HEDERA_MIRROR_ROSETTA_DB_HOST: db
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 @@ -749,7 +749,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.39.0-alpha1
version: 0.39.0-rc1
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.39.0-alpha1",
"version": "0.39.0-rc1",
"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.39.0-alpha1",
"version": "0.39.0-rc1",
"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 @@ -22,4 +22,4 @@ hedera:
port: 5700
realm: 0
shard: 0
version: 0.39.0-alpha1
version: 0.39.0-rc1
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
<micrometer-jvm-extras.version>0.2.2</micrometer-jvm-extras.version>
<msgpack.version>0.9.0</msgpack.version>
<protobuf.version>3.17.3</protobuf.version>
<release.version>0.39.0-alpha1</release.version> <!-- Used to replace release versions in all files -->
<release.chartVersion>0.26.0-alpha1</release.chartVersion>
<release.version>0.39.0-rc1</release.version> <!-- Used to replace release versions in all files -->
<release.chartVersion>0.26.0-rc1</release.chartVersion>
<replacer.version>1.5.3</replacer.version>
<!--suppress UnresolvedMavenProperty -->
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down

0 comments on commit 35d4ecd

Please sign in to comment.