From 78618267b21b78e227568980836b0aef1791c56a Mon Sep 17 00:00:00 2001 From: Hedera Github Bot Date: Mon, 27 Nov 2023 23:45:04 +0000 Subject: [PATCH] Bump versions for v0.93.0-rc1 Signed-off-by: Hedera Github Bot --- charts/hedera-mirror-common/Chart.yaml | 4 ++-- charts/hedera-mirror-graphql/Chart.yaml | 4 ++-- charts/hedera-mirror-grpc/Chart.yaml | 4 ++-- charts/hedera-mirror-importer/Chart.yaml | 4 ++-- charts/hedera-mirror-monitor/Chart.yaml | 4 ++-- charts/hedera-mirror-rest/Chart.yaml | 4 ++-- charts/hedera-mirror-rosetta/Chart.yaml | 4 ++-- charts/hedera-mirror-web3/Chart.yaml | 4 ++-- charts/hedera-mirror/Chart.yaml | 4 ++-- docker-compose.yml | 16 ++++++++-------- gradle.properties | 2 +- hedera-mirror-rest/api/v1/openapi.yml | 2 +- .../check-state-proof/package-lock.json | 4 ++-- .../check-state-proof/package.json | 2 +- .../monitoring/monitor_apis/package-lock.json | 4 ++-- .../monitoring/monitor_apis/package.json | 2 +- hedera-mirror-rest/package-lock.json | 4 ++-- hedera-mirror-rest/package.json | 2 +- 18 files changed, 37 insertions(+), 37 deletions(-) diff --git a/charts/hedera-mirror-common/Chart.yaml b/charts/hedera-mirror-common/Chart.yaml index 537e50b4b6e..4961743c51a 100644 --- a/charts/hedera-mirror-common/Chart.yaml +++ b/charts/hedera-mirror-common/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.93.0-beta1 +appVersion: 0.93.0-rc1 dependencies: - name: loki condition: loki.enabled @@ -41,4 +41,4 @@ maintainers: name: hedera-mirror-common sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.93.0-beta1 +version: 0.93.0-rc1 diff --git a/charts/hedera-mirror-graphql/Chart.yaml b/charts/hedera-mirror-graphql/Chart.yaml index 1978f3859a4..c68f9ab4737 100644 --- a/charts/hedera-mirror-graphql/Chart.yaml +++ b/charts/hedera-mirror-graphql/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.93.0-beta1 +appVersion: 0.93.0-rc1 description: GraphQL API for the Hedera Mirror Node home: https://github.com/hashgraph/hedera-mirror-node icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067 @@ -9,4 +9,4 @@ maintainers: name: hedera-mirror-graphql sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.93.0-beta1 +version: 0.93.0-rc1 diff --git a/charts/hedera-mirror-grpc/Chart.yaml b/charts/hedera-mirror-grpc/Chart.yaml index c8f5e14f4c8..6da9ab7415c 100644 --- a/charts/hedera-mirror-grpc/Chart.yaml +++ b/charts/hedera-mirror-grpc/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.93.0-beta1 +appVersion: 0.93.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 @@ -9,4 +9,4 @@ maintainers: name: hedera-mirror-grpc sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.93.0-beta1 +version: 0.93.0-rc1 diff --git a/charts/hedera-mirror-importer/Chart.yaml b/charts/hedera-mirror-importer/Chart.yaml index db1d8e0c7c9..35ae62a9fbc 100644 --- a/charts/hedera-mirror-importer/Chart.yaml +++ b/charts/hedera-mirror-importer/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.93.0-beta1 +appVersion: 0.93.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 @@ -9,4 +9,4 @@ maintainers: name: hedera-mirror-importer sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.93.0-beta1 +version: 0.93.0-rc1 diff --git a/charts/hedera-mirror-monitor/Chart.yaml b/charts/hedera-mirror-monitor/Chart.yaml index ac26fb94ada..cb9a9b67b3c 100644 --- a/charts/hedera-mirror-monitor/Chart.yaml +++ b/charts/hedera-mirror-monitor/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.93.0-beta1 +appVersion: 0.93.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 @@ -9,4 +9,4 @@ maintainers: name: hedera-mirror-monitor sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.93.0-beta1 +version: 0.93.0-rc1 diff --git a/charts/hedera-mirror-rest/Chart.yaml b/charts/hedera-mirror-rest/Chart.yaml index 6f5db03057c..02c1ce7fe7f 100644 --- a/charts/hedera-mirror-rest/Chart.yaml +++ b/charts/hedera-mirror-rest/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.93.0-beta1 +appVersion: 0.93.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 @@ -9,4 +9,4 @@ maintainers: name: hedera-mirror-rest sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.93.0-beta1 +version: 0.93.0-rc1 diff --git a/charts/hedera-mirror-rosetta/Chart.yaml b/charts/hedera-mirror-rosetta/Chart.yaml index d42ac0c6b40..8e59530323e 100644 --- a/charts/hedera-mirror-rosetta/Chart.yaml +++ b/charts/hedera-mirror-rosetta/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.93.0-beta1 +appVersion: 0.93.0-rc1 description: Rosetta API for the Hedera Mirror Node home: https://github.com/hashgraph/hedera-mirror-node icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067 @@ -9,4 +9,4 @@ maintainers: name: hedera-mirror-rosetta sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.93.0-beta1 +version: 0.93.0-rc1 diff --git a/charts/hedera-mirror-web3/Chart.yaml b/charts/hedera-mirror-web3/Chart.yaml index 6fb79a4f939..51bc8ef36eb 100644 --- a/charts/hedera-mirror-web3/Chart.yaml +++ b/charts/hedera-mirror-web3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.93.0-beta1 +appVersion: 0.93.0-rc1 description: Web3 API for the Hedera Mirror Node home: https://github.com/hashgraph/hedera-mirror-node icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067 @@ -9,4 +9,4 @@ maintainers: name: hedera-mirror-web3 sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.93.0-beta1 +version: 0.93.0-rc1 diff --git a/charts/hedera-mirror/Chart.yaml b/charts/hedera-mirror/Chart.yaml index 718d9887a16..edd293233f9 100644 --- a/charts/hedera-mirror/Chart.yaml +++ b/charts/hedera-mirror/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.93.0-beta1 +appVersion: 0.93.0-rc1 dependencies: - alias: grpc condition: grpc.enabled @@ -67,4 +67,4 @@ maintainers: name: hedera-mirror sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.93.0-beta1 +version: 0.93.0-rc1 diff --git a/docker-compose.yml b/docker-compose.yml index cf796b45392..3c0051f7bfc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -48,7 +48,7 @@ services: - ./hedera-mirror-importer/src/main/resources/db/scripts/init.sh:/docker-entrypoint-initdb.d/init.sh graphql: - image: gcr.io/mirrornode/hedera-mirror-graphql:0.93.0-beta1 + image: gcr.io/mirrornode/hedera-mirror-graphql:0.93.0-rc1 pull_policy: always environment: HEDERA_MIRROR_GRAPHQL_DB_HOST: db @@ -61,7 +61,7 @@ services: - ./application.yml:/usr/etc/hedera-mirror-graphql/application.yml grpc: - image: gcr.io/mirrornode/hedera-mirror-grpc:0.93.0-beta1 + image: gcr.io/mirrornode/hedera-mirror-grpc:0.93.0-rc1 pull_policy: always restart: unless-stopped environment: @@ -74,7 +74,7 @@ services: - ./application.yml:/usr/etc/hedera-mirror-grpc/application.yml importer: - image: gcr.io/mirrornode/hedera-mirror-importer:0.93.0-beta1 + image: gcr.io/mirrornode/hedera-mirror-importer:0.93.0-rc1 pull_policy: always restart: unless-stopped environment: @@ -87,7 +87,7 @@ services: monitor: deploy: replicas: 0 - image: gcr.io/mirrornode/hedera-mirror-monitor:0.93.0-beta1 + image: gcr.io/mirrornode/hedera-mirror-monitor:0.93.0-rc1 pull_policy: always restart: unless-stopped environment: @@ -105,7 +105,7 @@ services: tty: true rest: - image: gcr.io/mirrornode/hedera-mirror-rest:0.93.0-beta1 + image: gcr.io/mirrornode/hedera-mirror-rest:0.93.0-rc1 pull_policy: always environment: HEDERA_MIRROR_REST_DB_HOST: db @@ -115,7 +115,7 @@ services: tty: true rest-java: - image: gcr.io/mirrornode/hedera-mirror-rest-java:0.93.0-beta1 + image: gcr.io/mirrornode/hedera-mirror-rest-java:0.93.0-rc1 pull_policy: always environment: HEDERA_MIRROR_RESTJAVA_DB_HOST: db @@ -128,7 +128,7 @@ services: - ./application.yml:/usr/etc/hedera-mirror-rest-java/application.yml rosetta: - image: gcr.io/mirrornode/hedera-mirror-rosetta:0.93.0-beta1 + image: gcr.io/mirrornode/hedera-mirror-rosetta:0.93.0-rc1 pull_policy: always environment: HEDERA_MIRROR_ROSETTA_DB_HOST: db @@ -140,7 +140,7 @@ services: - ./application.yml:/src/hedera-mirror-rosetta/application.yml web3: - image: gcr.io/mirrornode/hedera-mirror-web3:0.93.0-beta1 + image: gcr.io/mirrornode/hedera-mirror-web3:0.93.0-rc1 pull_policy: always environment: HEDERA_MIRROR_WEB3_DB_HOST: db diff --git a/gradle.properties b/gradle.properties index 5e1626ebd5b..864b00f3619 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ dockerRegistry=gcr.io/mirrornode dockerTag=latest group="com.hedera" maxParallelism= -version=0.93.0-beta1 +version=0.93.0-rc1 # Gradle settings org.gradle.caching=true org.gradle.configureondemand=true diff --git a/hedera-mirror-rest/api/v1/openapi.yml b/hedera-mirror-rest/api/v1/openapi.yml index 13c971c8ef4..3a0fd65c292 100644 --- a/hedera-mirror-rest/api/v1/openapi.yml +++ b/hedera-mirror-rest/api/v1/openapi.yml @@ -1246,7 +1246,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.93.0-beta1 + version: 0.93.0-rc1 license: name: Apache-2.0 url: "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/hedera-mirror-rest/check-state-proof/package-lock.json b/hedera-mirror-rest/check-state-proof/package-lock.json index 1b216e864e5..1cea3bdfcdc 100644 --- a/hedera-mirror-rest/check-state-proof/package-lock.json +++ b/hedera-mirror-rest/check-state-proof/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hashgraph/check-state-proof", - "version": "0.93.0-beta1", + "version": "0.93.0-rc1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hashgraph/check-state-proof", - "version": "0.93.0-beta1", + "version": "0.93.0-rc1", "license": "Apache-2.0", "dependencies": { "@hashgraph/proto": "^2.13.0", diff --git a/hedera-mirror-rest/check-state-proof/package.json b/hedera-mirror-rest/check-state-proof/package.json index 3a8f32b27ba..2f2b799bc99 100644 --- a/hedera-mirror-rest/check-state-proof/package.json +++ b/hedera-mirror-rest/check-state-proof/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/check-state-proof", - "version": "0.93.0-beta1", + "version": "0.93.0-rc1", "description": "An example implementation of a state proof flow for a transaction utilizing the mirror node.", "engines": { "node": ">=16.13.0 < 21" diff --git a/hedera-mirror-rest/monitoring/monitor_apis/package-lock.json b/hedera-mirror-rest/monitoring/monitor_apis/package-lock.json index 0cc849831e2..bf5014807a3 100644 --- a/hedera-mirror-rest/monitoring/monitor_apis/package-lock.json +++ b/hedera-mirror-rest/monitoring/monitor_apis/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hashgraph/mirror-monitor", - "version": "0.93.0-beta1", + "version": "0.93.0-rc1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hashgraph/mirror-monitor", - "version": "0.93.0-beta1", + "version": "0.93.0-rc1", "license": "Apache-2.0", "dependencies": { "abort-controller": "^3.0.0", diff --git a/hedera-mirror-rest/monitoring/monitor_apis/package.json b/hedera-mirror-rest/monitoring/monitor_apis/package.json index b8c05c9a688..a45d73e67ca 100644 --- a/hedera-mirror-rest/monitoring/monitor_apis/package.json +++ b/hedera-mirror-rest/monitoring/monitor_apis/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/mirror-monitor", - "version": "0.93.0-beta1", + "version": "0.93.0-rc1", "description": "Hedera Mirror Node Monitor", "type": "module", "main": "server.js", diff --git a/hedera-mirror-rest/package-lock.json b/hedera-mirror-rest/package-lock.json index 2df1d695f2b..75a0f92a45c 100644 --- a/hedera-mirror-rest/package-lock.json +++ b/hedera-mirror-rest/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hashgraph/mirror-rest", - "version": "0.93.0-beta1", + "version": "0.93.0-rc1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hashgraph/mirror-rest", - "version": "0.93.0-beta1", + "version": "0.93.0-rc1", "bundleDependencies": [ "@awaitjs/express", "@aws-sdk/client-s3", diff --git a/hedera-mirror-rest/package.json b/hedera-mirror-rest/package.json index a7f03a9e6a4..fe84a25904b 100644 --- a/hedera-mirror-rest/package.json +++ b/hedera-mirror-rest/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/mirror-rest", - "version": "0.93.0-beta1", + "version": "0.93.0-rc1", "description": "Hedera Mirror Node REST API", "type": "module", "main": "server.js",