From 66eb8f7b854a8885e70be953e9426442cd33ca46 Mon Sep 17 00:00:00 2001 From: Hedera Github Bot Date: Mon, 4 Nov 2024 19:51:07 +0000 Subject: [PATCH] Bump versions for v0.117.0 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-java/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 +- hedera-mirror-rest/monitoring/package-lock.json | 4 ++-- hedera-mirror-rest/monitoring/package.json | 2 +- hedera-mirror-rest/package-lock.json | 4 ++-- hedera-mirror-rest/package.json | 2 +- .../log-downloader/package-lock.json | 4 ++-- .../traffic-replay/log-downloader/package.json | 2 +- 21 files changed, 42 insertions(+), 42 deletions(-) diff --git a/charts/hedera-mirror-common/Chart.yaml b/charts/hedera-mirror-common/Chart.yaml index 9d02734e088..34c02836f18 100644 --- a/charts/hedera-mirror-common/Chart.yaml +++ b/charts/hedera-mirror-common/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.117.0-rc1 +appVersion: 0.117.0 dependencies: - alias: minio condition: minio.enabled @@ -46,4 +46,4 @@ maintainers: name: hedera-mirror-common sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.117.0-rc1 +version: 0.117.0 diff --git a/charts/hedera-mirror-graphql/Chart.yaml b/charts/hedera-mirror-graphql/Chart.yaml index 21ad34b297e..44715564155 100644 --- a/charts/hedera-mirror-graphql/Chart.yaml +++ b/charts/hedera-mirror-graphql/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.117.0-rc1 +appVersion: 0.117.0 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.117.0-rc1 +version: 0.117.0 diff --git a/charts/hedera-mirror-grpc/Chart.yaml b/charts/hedera-mirror-grpc/Chart.yaml index 8f7ab33124c..8230eea02b5 100644 --- a/charts/hedera-mirror-grpc/Chart.yaml +++ b/charts/hedera-mirror-grpc/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.117.0-rc1 +appVersion: 0.117.0 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.117.0-rc1 +version: 0.117.0 diff --git a/charts/hedera-mirror-importer/Chart.yaml b/charts/hedera-mirror-importer/Chart.yaml index dd142374f09..0d651c71845 100644 --- a/charts/hedera-mirror-importer/Chart.yaml +++ b/charts/hedera-mirror-importer/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.117.0-rc1 +appVersion: 0.117.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 @@ -9,4 +9,4 @@ maintainers: name: hedera-mirror-importer sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.117.0-rc1 +version: 0.117.0 diff --git a/charts/hedera-mirror-monitor/Chart.yaml b/charts/hedera-mirror-monitor/Chart.yaml index 4411a92934d..c3c60c7c465 100644 --- a/charts/hedera-mirror-monitor/Chart.yaml +++ b/charts/hedera-mirror-monitor/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.117.0-rc1 +appVersion: 0.117.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 @@ -9,4 +9,4 @@ maintainers: name: hedera-mirror-monitor sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.117.0-rc1 +version: 0.117.0 diff --git a/charts/hedera-mirror-rest-java/Chart.yaml b/charts/hedera-mirror-rest-java/Chart.yaml index 9ada04e81cb..5b8e6d45951 100644 --- a/charts/hedera-mirror-rest-java/Chart.yaml +++ b/charts/hedera-mirror-rest-java/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.117.0-rc1 +appVersion: 0.117.0 description: Java 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-java sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.117.0-rc1 +version: 0.117.0 diff --git a/charts/hedera-mirror-rest/Chart.yaml b/charts/hedera-mirror-rest/Chart.yaml index b02917e3a1d..f5bc0f098b9 100644 --- a/charts/hedera-mirror-rest/Chart.yaml +++ b/charts/hedera-mirror-rest/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.117.0-rc1 +appVersion: 0.117.0 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.117.0-rc1 +version: 0.117.0 diff --git a/charts/hedera-mirror-rosetta/Chart.yaml b/charts/hedera-mirror-rosetta/Chart.yaml index 8fa0b9998e8..53c99e1fed3 100644 --- a/charts/hedera-mirror-rosetta/Chart.yaml +++ b/charts/hedera-mirror-rosetta/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.117.0-rc1 +appVersion: 0.117.0 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.117.0-rc1 +version: 0.117.0 diff --git a/charts/hedera-mirror-web3/Chart.yaml b/charts/hedera-mirror-web3/Chart.yaml index 403f159fabb..c686989cb28 100644 --- a/charts/hedera-mirror-web3/Chart.yaml +++ b/charts/hedera-mirror-web3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.117.0-rc1 +appVersion: 0.117.0 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.117.0-rc1 +version: 0.117.0 diff --git a/charts/hedera-mirror/Chart.yaml b/charts/hedera-mirror/Chart.yaml index 0622aa6e0e1..6fba557b2b3 100644 --- a/charts/hedera-mirror/Chart.yaml +++ b/charts/hedera-mirror/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.117.0-rc1 +appVersion: 0.117.0 dependencies: - alias: grpc condition: grpc.enabled @@ -73,4 +73,4 @@ maintainers: name: hedera-mirror sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.117.0-rc1 +version: 0.117.0 diff --git a/docker-compose.yml b/docker-compose.yml index 601c30fceab..2e39f5e56d7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,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.117.0-rc1 + image: gcr.io/mirrornode/hedera-mirror-graphql:0.117.0 pull_policy: always deploy: replicas: 0 @@ -33,7 +33,7 @@ services: - ./application.yml:/usr/etc/hedera-mirror-graphql/application.yml grpc: - image: gcr.io/mirrornode/hedera-mirror-grpc:0.117.0-rc1 + image: gcr.io/mirrornode/hedera-mirror-grpc:0.117.0 pull_policy: always restart: unless-stopped environment: @@ -46,7 +46,7 @@ services: - ./application.yml:/usr/etc/hedera-mirror-grpc/application.yml importer: - image: gcr.io/mirrornode/hedera-mirror-importer:0.117.0-rc1 + image: gcr.io/mirrornode/hedera-mirror-importer:0.117.0 pull_policy: always restart: unless-stopped environment: @@ -59,7 +59,7 @@ services: monitor: deploy: replicas: 0 - image: gcr.io/mirrornode/hedera-mirror-monitor:0.117.0-rc1 + image: gcr.io/mirrornode/hedera-mirror-monitor:0.117.0 pull_policy: always restart: unless-stopped environment: @@ -77,7 +77,7 @@ services: tty: true rest: - image: gcr.io/mirrornode/hedera-mirror-rest:0.117.0-rc1 + image: gcr.io/mirrornode/hedera-mirror-rest:0.117.0 pull_policy: always environment: HEDERA_MIRROR_REST_DB_HOST: db @@ -87,7 +87,7 @@ services: tty: true rest-java: - image: gcr.io/mirrornode/hedera-mirror-rest-java:0.117.0-rc1 + image: gcr.io/mirrornode/hedera-mirror-rest-java:0.117.0 pull_policy: always deploy: replicas: 0 @@ -102,7 +102,7 @@ services: - ./application.yml:/usr/etc/hedera-mirror-rest-java/application.yml rosetta: - image: gcr.io/mirrornode/hedera-mirror-rosetta:0.117.0-rc1 + image: gcr.io/mirrornode/hedera-mirror-rosetta:0.117.0 deploy: replicas: 0 pull_policy: always @@ -116,7 +116,7 @@ services: - ./application.yml:/src/hedera-mirror-rosetta/application.yml web3: - image: gcr.io/mirrornode/hedera-mirror-web3:0.117.0-rc1 + image: gcr.io/mirrornode/hedera-mirror-web3:0.117.0 pull_policy: always environment: HEDERA_MIRROR_WEB3_DB_HOST: db diff --git a/gradle.properties b/gradle.properties index d78523b227c..79b37c38e59 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ dockerTag=latest group="com.hedera" lombok.disableConfig=true maxParallelism= -version=0.117.0-rc1 +version=0.117.0 # 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 0bd366cca5b..07aad6e43a2 100644 --- a/hedera-mirror-rest/api/v1/openapi.yml +++ b/hedera-mirror-rest/api/v1/openapi.yml @@ -1393,7 +1393,7 @@ tags: description: The tokens object represents the information associated with a token entity and returns a list of token information.The tokens list endpoint is cached and not updated as frequently as the token lookup by a specific ID. info: title: Hedera Mirror Node REST API - version: 0.117.0-rc1 + version: 0.117.0 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 5fd88dd7255..ebfa9a338bb 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.117.0-rc1", + "version": "0.117.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hashgraph/check-state-proof", - "version": "0.117.0-rc1", + "version": "0.117.0", "license": "Apache-2.0", "dependencies": { "@hashgraph/proto": "^2.15.0", diff --git a/hedera-mirror-rest/check-state-proof/package.json b/hedera-mirror-rest/check-state-proof/package.json index e96554eff83..3b8f325ce9e 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.117.0-rc1", + "version": "0.117.0", "description": "An example implementation of a state proof flow for a transaction utilizing the mirror node.", "engines": { "node": ">= 20" diff --git a/hedera-mirror-rest/monitoring/package-lock.json b/hedera-mirror-rest/monitoring/package-lock.json index 34b9de5230f..6b32fd1fe70 100644 --- a/hedera-mirror-rest/monitoring/package-lock.json +++ b/hedera-mirror-rest/monitoring/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hashgraph/mirror-monitor", - "version": "0.117.0-rc1", + "version": "0.117.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hashgraph/mirror-monitor", - "version": "0.117.0-rc1", + "version": "0.117.0", "license": "Apache-2.0", "dependencies": { "abort-controller": "^3.0.0", diff --git a/hedera-mirror-rest/monitoring/package.json b/hedera-mirror-rest/monitoring/package.json index e8338ddcd4e..9b1387ff908 100644 --- a/hedera-mirror-rest/monitoring/package.json +++ b/hedera-mirror-rest/monitoring/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/mirror-monitor", - "version": "0.117.0-rc1", + "version": "0.117.0", "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 7667fba0d8d..d32e9a70d4e 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.117.0-rc1", + "version": "0.117.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hashgraph/mirror-rest", - "version": "0.117.0-rc1", + "version": "0.117.0", "bundleDependencies": [ "@awaitjs/express", "@aws-sdk/client-s3", diff --git a/hedera-mirror-rest/package.json b/hedera-mirror-rest/package.json index f7a9b33a616..d25c5d9d548 100644 --- a/hedera-mirror-rest/package.json +++ b/hedera-mirror-rest/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/mirror-rest", - "version": "0.117.0-rc1", + "version": "0.117.0", "description": "Hedera Mirror Node REST API", "type": "module", "main": "server.js", diff --git a/hedera-mirror-test/traffic-replay/log-downloader/package-lock.json b/hedera-mirror-test/traffic-replay/log-downloader/package-lock.json index c97d7b21a74..d9c611cb51e 100644 --- a/hedera-mirror-test/traffic-replay/log-downloader/package-lock.json +++ b/hedera-mirror-test/traffic-replay/log-downloader/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hashgraph/mirror-log-downloader", - "version": "0.117.0-rc1", + "version": "0.117.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hashgraph/mirror-log-downloader", - "version": "0.117.0-rc1", + "version": "0.117.0", "license": "Apache-2.0", "dependencies": { "@google-cloud/logging": "^11.2.0", diff --git a/hedera-mirror-test/traffic-replay/log-downloader/package.json b/hedera-mirror-test/traffic-replay/log-downloader/package.json index b0b5f09d294..c467e19712c 100644 --- a/hedera-mirror-test/traffic-replay/log-downloader/package.json +++ b/hedera-mirror-test/traffic-replay/log-downloader/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/mirror-log-downloader", - "version": "0.117.0-rc1", + "version": "0.117.0", "description": "Bulk download rest API logs from google cloud logging", "main": "index.js", "private": true,