diff --git a/charts/hedera-mirror-grpc/Chart.yaml b/charts/hedera-mirror-grpc/Chart.yaml index 5a15cfd75bc..efc5ae15ca4 100644 --- a/charts/hedera-mirror-grpc/Chart.yaml +++ b/charts/hedera-mirror-grpc/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 0.12.0-rc1 +appVersion: 0.12.0 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 7d8acef7351..1b02cf6ec16 100644 --- a/charts/hedera-mirror-importer/Chart.yaml +++ b/charts/hedera-mirror-importer/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 0.12.0-rc1 +appVersion: 0.12.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 diff --git a/charts/hedera-mirror-rest/Chart.yaml b/charts/hedera-mirror-rest/Chart.yaml index 433229d07da..72d38486bb1 100644 --- a/charts/hedera-mirror-rest/Chart.yaml +++ b/charts/hedera-mirror-rest/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 0.12.0-rc1 +appVersion: 0.12.0 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 d9ff951d306..bbd62ad8cdc 100644 --- a/charts/hedera-mirror/Chart.yaml +++ b/charts/hedera-mirror/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 0.12.0-rc1 +appVersion: 0.12.0 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.1.0.tgz b/charts/hedera-mirror/charts/hedera-mirror-grpc-0.1.0.tgz index 7e07d8d3342..b0e1687698f 100644 Binary files a/charts/hedera-mirror/charts/hedera-mirror-grpc-0.1.0.tgz and b/charts/hedera-mirror/charts/hedera-mirror-grpc-0.1.0.tgz differ diff --git a/charts/hedera-mirror/charts/hedera-mirror-importer-0.1.0.tgz b/charts/hedera-mirror/charts/hedera-mirror-importer-0.1.0.tgz index 2caad4e9f7c..945c859a4e3 100644 Binary files a/charts/hedera-mirror/charts/hedera-mirror-importer-0.1.0.tgz and b/charts/hedera-mirror/charts/hedera-mirror-importer-0.1.0.tgz differ diff --git a/charts/hedera-mirror/charts/hedera-mirror-rest-0.1.0.tgz b/charts/hedera-mirror/charts/hedera-mirror-rest-0.1.0.tgz index c712b5e9589..0c502852e06 100644 Binary files a/charts/hedera-mirror/charts/hedera-mirror-rest-0.1.0.tgz and b/charts/hedera-mirror/charts/hedera-mirror-rest-0.1.0.tgz differ diff --git a/docker-compose.yml b/docker-compose.yml index b6cd711c07b..810137a8d53 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.12.0-rc1 + image: gcr.io/mirrornode/hedera-mirror-grpc:0.12.0 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.12.0-rc1 + image: gcr.io/mirrornode/hedera-mirror-importer:0.12.0 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.12.0-rc1 + image: gcr.io/mirrornode/hedera-mirror-rest:0.12.0 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 e17f29c0923..200f879f754 100644 --- a/hedera-mirror-coverage/pom.xml +++ b/hedera-mirror-coverage/pom.xml @@ -11,7 +11,7 @@ com.hedera hedera-mirror-node - 0.12.0-rc1 + 0.12.0 diff --git a/hedera-mirror-datagenerator/pom.xml b/hedera-mirror-datagenerator/pom.xml index 03909743ee6..3794fa1fb15 100644 --- a/hedera-mirror-datagenerator/pom.xml +++ b/hedera-mirror-datagenerator/pom.xml @@ -11,7 +11,7 @@ com.hedera hedera-mirror-node - 0.12.0-rc1 + 0.12.0 diff --git a/hedera-mirror-grpc/pom.xml b/hedera-mirror-grpc/pom.xml index 16772fd1622..9bf53b551ae 100644 --- a/hedera-mirror-grpc/pom.xml +++ b/hedera-mirror-grpc/pom.xml @@ -11,7 +11,7 @@ com.hedera hedera-mirror-node - 0.12.0-rc1 + 0.12.0 diff --git a/hedera-mirror-importer/pom.xml b/hedera-mirror-importer/pom.xml index f91d3134ed7..60a5ad524a7 100644 --- a/hedera-mirror-importer/pom.xml +++ b/hedera-mirror-importer/pom.xml @@ -13,7 +13,7 @@ com.hedera hedera-mirror-node - 0.12.0-rc1 + 0.12.0 diff --git a/hedera-mirror-protobuf/pom.xml b/hedera-mirror-protobuf/pom.xml index 31c9367a2c1..c8fd1cd97fa 100644 --- a/hedera-mirror-protobuf/pom.xml +++ b/hedera-mirror-protobuf/pom.xml @@ -11,7 +11,7 @@ com.hedera hedera-mirror-node - 0.12.0-rc1 + 0.12.0 diff --git a/hedera-mirror-rest/monitoring/monitor_apis/package-lock.json b/hedera-mirror-rest/monitoring/monitor_apis/package-lock.json index 99fac8b60e2..8798045cc4d 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.12.0-rc1", + "version": "0.12.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 34351571c46..224ec6632a6 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.12.0-rc1", + "version": "0.12.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 5d8401a8d8e..228919990e2 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.12.0-rc1", + "version": "0.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/hedera-mirror-rest/package.json b/hedera-mirror-rest/package.json index 9dfc52023f6..b2f494ae298 100644 --- a/hedera-mirror-rest/package.json +++ b/hedera-mirror-rest/package.json @@ -1,6 +1,6 @@ { "name": "hedera-mirror-rest", - "version": "0.12.0-rc1", + "version": "0.12.0", "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 a02b7dcf576..6844ef6013f 100644 --- a/hedera-mirror-rest/pom.xml +++ b/hedera-mirror-rest/pom.xml @@ -11,7 +11,7 @@ com.hedera hedera-mirror-node - 0.12.0-rc1 + 0.12.0 diff --git a/hedera-mirror-test/pom.xml b/hedera-mirror-test/pom.xml index 5d779663219..ae913eb57ad 100644 --- a/hedera-mirror-test/pom.xml +++ b/hedera-mirror-test/pom.xml @@ -12,7 +12,7 @@ com.hedera hedera-mirror-node - 0.12.0-rc1 + 0.12.0 diff --git a/pom.xml b/pom.xml index b907126366b..2c8ff1842f2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.hedera hedera-mirror-node - 0.12.0-rc1 + 0.12.0 Hedera Mirror Node mirrors data from Hedera nodes and serves it via an API 2019 4.0.0