diff --git a/charts/hedera-mirror-common/Chart.yaml b/charts/hedera-mirror-common/Chart.yaml index ad7ef43fa3c..793dbb77bdb 100644 --- a/charts/hedera-mirror-common/Chart.yaml +++ b/charts/hedera-mirror-common/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.37.0-rc1" +appVersion: "0.37.0" dependencies: - name: loki condition: loki.enabled @@ -33,4 +33,4 @@ maintainers: name: hedera-mirror-common sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.24.0-rc1 +version: 0.24.0 diff --git a/charts/hedera-mirror-grpc/Chart.yaml b/charts/hedera-mirror-grpc/Chart.yaml index b67676fcd9b..31c09341e95 100644 --- a/charts/hedera-mirror-grpc/Chart.yaml +++ b/charts/hedera-mirror-grpc/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.37.0-rc1" +appVersion: "0.37.0" description: GRPC API for the Hedera Mirror Node home: https://github.com/hashgraph/hedera-mirror-node icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067 @@ -11,4 +11,4 @@ maintainers: name: hedera-mirror-grpc sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.24.0-rc1 +version: 0.24.0 diff --git a/charts/hedera-mirror-importer/Chart.yaml b/charts/hedera-mirror-importer/Chart.yaml index cb9c8b3f504..cf67d8eecae 100644 --- a/charts/hedera-mirror-importer/Chart.yaml +++ b/charts/hedera-mirror-importer/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.37.0-rc1" +appVersion: "0.37.0" 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 @@ -11,4 +11,4 @@ maintainers: name: hedera-mirror-importer sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.24.0-rc1 +version: 0.24.0 diff --git a/charts/hedera-mirror-monitor/Chart.yaml b/charts/hedera-mirror-monitor/Chart.yaml index 289ba5d7200..331a242c125 100644 --- a/charts/hedera-mirror-monitor/Chart.yaml +++ b/charts/hedera-mirror-monitor/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.37.0-rc1" +appVersion: "0.37.0" 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 @@ -11,4 +11,4 @@ maintainers: name: hedera-mirror-monitor sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.24.0-rc1 +version: 0.24.0 diff --git a/charts/hedera-mirror-rest/Chart.yaml b/charts/hedera-mirror-rest/Chart.yaml index a5c0cd99939..e563b7918d5 100644 --- a/charts/hedera-mirror-rest/Chart.yaml +++ b/charts/hedera-mirror-rest/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.37.0-rc1" +appVersion: "0.37.0" description: REST API for the Hedera Mirror Node home: https://github.com/hashgraph/hedera-mirror-node icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067 @@ -11,4 +11,4 @@ maintainers: name: hedera-mirror-rest sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.24.0-rc1 +version: 0.24.0 diff --git a/charts/hedera-mirror/Chart.yaml b/charts/hedera-mirror/Chart.yaml index 3d31202fce1..ff55ce227c3 100644 --- a/charts/hedera-mirror/Chart.yaml +++ b/charts/hedera-mirror/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.37.0-rc1" +appVersion: "0.37.0" dependencies: - alias: grpc condition: grpc.enabled @@ -56,4 +56,4 @@ maintainers: name: hedera-mirror sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.24.0-rc1 +version: 0.24.0 diff --git a/docker-compose.yml b/docker-compose.yml index b5add2f458b..2169e25bb67 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,7 +26,7 @@ services: - 5432:5432 grpc: - image: gcr.io/mirrornode/hedera-mirror-grpc:0.37.0-rc1 + image: gcr.io/mirrornode/hedera-mirror-grpc:0.37.0 pull_policy: always restart: unless-stopped environment: @@ -39,7 +39,7 @@ services: - 5600:5600 importer: - image: gcr.io/mirrornode/hedera-mirror-importer:0.37.0-rc1 + image: gcr.io/mirrornode/hedera-mirror-importer:0.37.0 pull_policy: always restart: unless-stopped environment: @@ -53,7 +53,7 @@ services: monitor: deploy: replicas: 0 - image: gcr.io/mirrornode/hedera-mirror-monitor:0.37.0-rc1 + image: gcr.io/mirrornode/hedera-mirror-monitor:0.37.0 pull_policy: always restart: unless-stopped environment: @@ -71,7 +71,7 @@ services: - 6379:6379 rest: - image: gcr.io/mirrornode/hedera-mirror-rest:0.37.0-rc1 + image: gcr.io/mirrornode/hedera-mirror-rest:0.37.0 pull_policy: always environment: HEDERA_MIRROR_REST_DB_HOST: db @@ -81,7 +81,7 @@ services: - 5551:5551 rosetta: - image: gcr.io/mirrornode/hedera-mirror-rosetta:0.37.0-rc1 + image: gcr.io/mirrornode/hedera-mirror-rosetta:0.37.0 pull_policy: always environment: HEDERA_MIRROR_ROSETTA_DB_HOST: db diff --git a/hedera-mirror-rest/api/v1/openapi.yml b/hedera-mirror-rest/api/v1/openapi.yml index 4117071f4a5..7cbac8851fc 100644 --- a/hedera-mirror-rest/api/v1/openapi.yml +++ b/hedera-mirror-rest/api/v1/openapi.yml @@ -653,7 +653,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.37.0-rc1 + version: 0.37.0 license: name: Apache-2.0 url: 'https://www.apache.org/licenses/LICENSE-2.0.html' diff --git a/hedera-mirror-rest/monitoring/monitor_apis/package-lock.json b/hedera-mirror-rest/monitoring/monitor_apis/package-lock.json index cd99e88ff59..932e5a8c51d 100644 --- a/hedera-mirror-rest/monitoring/monitor_apis/package-lock.json +++ b/hedera-mirror-rest/monitoring/monitor_apis/package-lock.json @@ -1,6 +1,6 @@ { "name": "hedera-mirror-monitor", - "version": "0.37.0-rc1", + "version": "0.37.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/hedera-mirror-rest/monitoring/monitor_apis/package.json b/hedera-mirror-rest/monitoring/monitor_apis/package.json index 9e321eaba3e..34aa7b142f0 100644 --- a/hedera-mirror-rest/monitoring/monitor_apis/package.json +++ b/hedera-mirror-rest/monitoring/monitor_apis/package.json @@ -1,6 +1,6 @@ { "name": "hedera-mirror-monitor", - "version": "0.37.0-rc1", + "version": "0.37.0", "description": "Hedera Mirror Node Monitor", "main": "server.js", "private": true, diff --git a/hedera-mirror-rest/package-lock.json b/hedera-mirror-rest/package-lock.json index c4ab1fe7bfb..a553d398ee4 100644 --- a/hedera-mirror-rest/package-lock.json +++ b/hedera-mirror-rest/package-lock.json @@ -1,6 +1,6 @@ { "name": "hedera-mirror-rest", - "version": "0.37.0-rc1", + "version": "0.37.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/hedera-mirror-rest/package.json b/hedera-mirror-rest/package.json index ac36e4c3cf3..796cd9a8d7a 100644 --- a/hedera-mirror-rest/package.json +++ b/hedera-mirror-rest/package.json @@ -1,6 +1,6 @@ { "name": "hedera-mirror-rest", - "version": "0.37.0-rc1", + "version": "0.37.0", "description": "Hedera Mirror Node REST API", "main": "server.js", "private": true, diff --git a/hedera-mirror-rosetta/config/application.yml b/hedera-mirror-rosetta/config/application.yml index c79e2d4d7b2..bd6d47a2cbf 100644 --- a/hedera-mirror-rosetta/config/application.yml +++ b/hedera-mirror-rosetta/config/application.yml @@ -22,4 +22,4 @@ hedera: port: 5700 realm: 0 shard: 0 - version: 0.37.0-rc1 + version: 0.37.0 diff --git a/pom.xml b/pom.xml index 0468151dac0..4b5c3f1fbde 100644 --- a/pom.xml +++ b/pom.xml @@ -74,8 +74,8 @@ 0.2.2 0.9.0 3.17.3 - 0.37.0-rc1 - 0.24.0-rc1 + 0.37.0 + 0.24.0 1.5.3 https://sonarcloud.io