diff --git a/charts/hedera-mirror-grpc/Chart.yaml b/charts/hedera-mirror-grpc/Chart.yaml index 0b5cbfcac8d..6de8cc62b1c 100644 --- a/charts/hedera-mirror-grpc/Chart.yaml +++ b/charts/hedera-mirror-grpc/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 0.14.0 +appVersion: 0.14.1 description: GRPC API for the Hedera Mirror Node home: https://github.com/hashgraph/hedera-mirror-node icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067 diff --git a/charts/hedera-mirror-importer/Chart.yaml b/charts/hedera-mirror-importer/Chart.yaml index eeecdd42a0d..a503acc8df6 100644 --- a/charts/hedera-mirror-importer/Chart.yaml +++ b/charts/hedera-mirror-importer/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 0.14.0 +appVersion: 0.14.1 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 diff --git a/charts/hedera-mirror-rest/Chart.yaml b/charts/hedera-mirror-rest/Chart.yaml index 238dcae126d..000d636f2e6 100644 --- a/charts/hedera-mirror-rest/Chart.yaml +++ b/charts/hedera-mirror-rest/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 0.14.0 +appVersion: 0.14.1 description: REST API for the Hedera Mirror Node home: https://github.com/hashgraph/hedera-mirror-node icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067 diff --git a/charts/hedera-mirror/Chart.yaml b/charts/hedera-mirror/Chart.yaml index fa5f816723b..44801d640b1 100644 --- a/charts/hedera-mirror/Chart.yaml +++ b/charts/hedera-mirror/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 0.14.0 +appVersion: 0.14.1 description: Hedera Mirror Node mirrors data from Hedera nodes and serves it via an API home: https://github.com/hashgraph/hedera-mirror-node icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067 diff --git a/charts/hedera-mirror/charts/hedera-mirror-grpc-0.3.0.tgz b/charts/hedera-mirror/charts/hedera-mirror-grpc-0.3.0.tgz index 8ba16629088..15b6611a787 100644 Binary files a/charts/hedera-mirror/charts/hedera-mirror-grpc-0.3.0.tgz and b/charts/hedera-mirror/charts/hedera-mirror-grpc-0.3.0.tgz differ diff --git a/charts/hedera-mirror/charts/hedera-mirror-importer-0.3.0.tgz b/charts/hedera-mirror/charts/hedera-mirror-importer-0.3.0.tgz index f74aea2ac4d..80fea32b54a 100644 Binary files a/charts/hedera-mirror/charts/hedera-mirror-importer-0.3.0.tgz and b/charts/hedera-mirror/charts/hedera-mirror-importer-0.3.0.tgz differ diff --git a/charts/hedera-mirror/charts/hedera-mirror-rest-0.3.0.tgz b/charts/hedera-mirror/charts/hedera-mirror-rest-0.3.0.tgz index 8e914bbfeb1..76a4235e431 100644 Binary files a/charts/hedera-mirror/charts/hedera-mirror-rest-0.3.0.tgz and b/charts/hedera-mirror/charts/hedera-mirror-rest-0.3.0.tgz differ diff --git a/docker-compose.yml b/docker-compose.yml index dda7389a92d..3b7a617a4f7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - 5432:5432 grpc: - image: gcr.io/mirrornode/hedera-mirror-grpc:0.14.0 + image: gcr.io/mirrornode/hedera-mirror-grpc:0.14.1 restart: unless-stopped environment: HEDERA_MIRROR_GRPC_DB_HOST: db @@ -28,7 +28,7 @@ services: - 5600:5600 importer: - image: gcr.io/mirrornode/hedera-mirror-importer:0.14.0 + image: gcr.io/mirrornode/hedera-mirror-importer:0.14.1 restart: unless-stopped environment: HEDERA_MIRROR_IMPORTER_DATAPATH: /var/lib/hedera-mirror-importer @@ -39,7 +39,7 @@ services: - ./application.yml:/usr/etc/hedera-mirror-importer/application.yml rest: - image: gcr.io/mirrornode/hedera-mirror-rest:0.14.0 + image: gcr.io/mirrornode/hedera-mirror-rest:0.14.1 environment: HEDERA_MIRROR_REST_DB_HOST: db restart: unless-stopped diff --git a/hedera-mirror-coverage/pom.xml b/hedera-mirror-coverage/pom.xml index e9bcea86fa3..b30ea62e943 100644 --- a/hedera-mirror-coverage/pom.xml +++ b/hedera-mirror-coverage/pom.xml @@ -11,7 +11,7 @@ com.hedera hedera-mirror-node - 0.14.0 + 0.14.1 diff --git a/hedera-mirror-datagenerator/pom.xml b/hedera-mirror-datagenerator/pom.xml index 7d2e5456fbf..5f64a5b18f4 100644 --- a/hedera-mirror-datagenerator/pom.xml +++ b/hedera-mirror-datagenerator/pom.xml @@ -11,7 +11,7 @@ com.hedera hedera-mirror-node - 0.14.0 + 0.14.1 diff --git a/hedera-mirror-grpc/pom.xml b/hedera-mirror-grpc/pom.xml index b2840b36550..409bdbb3906 100644 --- a/hedera-mirror-grpc/pom.xml +++ b/hedera-mirror-grpc/pom.xml @@ -11,7 +11,7 @@ com.hedera hedera-mirror-node - 0.14.0 + 0.14.1 diff --git a/hedera-mirror-importer/pom.xml b/hedera-mirror-importer/pom.xml index 9402b6c7552..f255b714bde 100644 --- a/hedera-mirror-importer/pom.xml +++ b/hedera-mirror-importer/pom.xml @@ -13,7 +13,7 @@ com.hedera hedera-mirror-node - 0.14.0 + 0.14.1 diff --git a/hedera-mirror-protobuf/pom.xml b/hedera-mirror-protobuf/pom.xml index a481db18608..e9ea112787b 100644 --- a/hedera-mirror-protobuf/pom.xml +++ b/hedera-mirror-protobuf/pom.xml @@ -11,7 +11,7 @@ com.hedera hedera-mirror-node - 0.14.0 + 0.14.1 diff --git a/hedera-mirror-rest/monitoring/monitor_apis/package-lock.json b/hedera-mirror-rest/monitoring/monitor_apis/package-lock.json index 59fc8b47acd..9f4e065c8ba 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.14.0", + "version": "0.14.1", "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 97df10c3776..be3b2ac5bdf 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.14.0", + "version": "0.14.1", "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 0d0ae5826b5..f3b884cc5d3 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.14.0", + "version": "0.14.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/hedera-mirror-rest/package.json b/hedera-mirror-rest/package.json index 47eea0d68f5..c6d9d191aa6 100644 --- a/hedera-mirror-rest/package.json +++ b/hedera-mirror-rest/package.json @@ -1,6 +1,6 @@ { "name": "hedera-mirror-rest", - "version": "0.14.0", + "version": "0.14.1", "description": "Hedera Mirror Node REST API", "main": "server.js", "private": true, diff --git a/hedera-mirror-rest/pom.xml b/hedera-mirror-rest/pom.xml index e3313536580..f20e9379052 100644 --- a/hedera-mirror-rest/pom.xml +++ b/hedera-mirror-rest/pom.xml @@ -11,7 +11,7 @@ com.hedera hedera-mirror-node - 0.14.0 + 0.14.1 diff --git a/hedera-mirror-test/pom.xml b/hedera-mirror-test/pom.xml index dc7f292c883..9cd10b09128 100644 --- a/hedera-mirror-test/pom.xml +++ b/hedera-mirror-test/pom.xml @@ -12,7 +12,7 @@ com.hedera hedera-mirror-node - 0.14.0 + 0.14.1 diff --git a/hedera-mirror-test/src/test/resources/k8s/hcs-perf-publish-test.yml b/hedera-mirror-test/src/test/resources/k8s/hcs-perf-publish-test.yml index 5f952bd168b..ee0a40518f8 100644 --- a/hedera-mirror-test/src/test/resources/k8s/hcs-perf-publish-test.yml +++ b/hedera-mirror-test/src/test/resources/k8s/hcs-perf-publish-test.yml @@ -43,7 +43,7 @@ spec: app.kubernetes.io/name: test restartPolicy: Never containers: - - image: gcr.io/mirrornode/hedera-mirror-test:0.14.0-rc1 + - image: gcr.io/mirrornode/hedera-mirror-test:0.14.1 name: test env: - name: testProfile diff --git a/hedera-mirror-test/src/test/resources/k8s/hcs-perf-subscribe-test.yml b/hedera-mirror-test/src/test/resources/k8s/hcs-perf-subscribe-test.yml index a53310dbf23..0843491262f 100644 --- a/hedera-mirror-test/src/test/resources/k8s/hcs-perf-subscribe-test.yml +++ b/hedera-mirror-test/src/test/resources/k8s/hcs-perf-subscribe-test.yml @@ -45,7 +45,7 @@ spec: app.kubernetes.io/name: test restartPolicy: Never containers: - - image: gcr.io/mirrornode/hedera-mirror-test:0.14.0-rc1 + - image: gcr.io/mirrornode/hedera-mirror-test:0.14.1 name: test env: - name: testProfile diff --git a/pom.xml b/pom.xml index 46c27458e39..543694b9ce0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.hedera hedera-mirror-node - 0.14.0 + 0.14.1 Hedera Mirror Node mirrors data from Hedera nodes and serves it via an API 2019 4.0.0 @@ -70,7 +70,7 @@ 0.2.0 3.11.1 ${project.version} - 0.2.1 + 0.3.0 1.62