From 2d50e36703062abe3332dde615a233934b054c55 Mon Sep 17 00:00:00 2001 From: Steven Sheehy <17552371+steven-sheehy@users.noreply.github.com> Date: Mon, 21 Sep 2020 11:16:16 -0500 Subject: [PATCH] Bump versions for 0.19.0 (#1068) Signed-off-by: Steven Sheehy --- charts/hedera-mirror-common/Chart.yaml | 4 ++-- charts/hedera-mirror-grpc/Chart.yaml | 4 ++-- charts/hedera-mirror-importer/Chart.yaml | 4 ++-- charts/hedera-mirror-rest/Chart.yaml | 4 ++-- charts/hedera-mirror/Chart.yaml | 4 ++-- charts/hedera-mirror/requirements.lock | 10 +++++----- docker-compose.yml | 6 +++--- hedera-mirror-coverage/pom.xml | 2 +- hedera-mirror-datagenerator/pom.xml | 2 +- hedera-mirror-grpc/pom.xml | 2 +- hedera-mirror-importer/pom.xml | 2 +- hedera-mirror-protobuf/pom.xml | 2 +- .../monitoring/monitor_apis/package-lock.json | 2 +- .../monitoring/monitor_apis/package.json | 2 +- hedera-mirror-rest/package-lock.json | 2 +- hedera-mirror-rest/package.json | 2 +- hedera-mirror-rest/pom.xml | 2 +- hedera-mirror-test/pom.xml | 2 +- .../src/test/resources/k8s/hcs-perf-message-submit.yml | 2 +- .../src/test/resources/k8s/hcs-perf-publish-test.yml | 2 +- .../src/test/resources/k8s/hcs-perf-subscribe-test.yml | 2 +- pom.xml | 4 ++-- 22 files changed, 34 insertions(+), 34 deletions(-) diff --git a/charts/hedera-mirror-common/Chart.yaml b/charts/hedera-mirror-common/Chart.yaml index 82540e5c314..57397543f39 100644 --- a/charts/hedera-mirror-common/Chart.yaml +++ b/charts/hedera-mirror-common/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 0.19.0-rc1 +appVersion: 0.19.0 description: Hedera Mirror Node common components installed globally for use across namespaces home: https://github.com/hashgraph/hedera-mirror-node icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067 @@ -11,4 +11,4 @@ maintainers: name: hedera-mirror-common sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.6.0-rc1 +version: 0.6.0 diff --git a/charts/hedera-mirror-grpc/Chart.yaml b/charts/hedera-mirror-grpc/Chart.yaml index 23c058ef76b..1a4e5ed218e 100644 --- a/charts/hedera-mirror-grpc/Chart.yaml +++ b/charts/hedera-mirror-grpc/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 0.19.0-rc1 +appVersion: 0.19.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.6.0-rc1 +version: 0.6.0 diff --git a/charts/hedera-mirror-importer/Chart.yaml b/charts/hedera-mirror-importer/Chart.yaml index dec06029e7f..79c917a2f9d 100644 --- a/charts/hedera-mirror-importer/Chart.yaml +++ b/charts/hedera-mirror-importer/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 0.19.0-rc1 +appVersion: 0.19.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.6.0-rc1 +version: 0.6.0 diff --git a/charts/hedera-mirror-rest/Chart.yaml b/charts/hedera-mirror-rest/Chart.yaml index 0359c90e2f8..4fef01036cf 100644 --- a/charts/hedera-mirror-rest/Chart.yaml +++ b/charts/hedera-mirror-rest/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 0.19.0-rc1 +appVersion: 0.19.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.6.0-rc1 +version: 0.6.0 diff --git a/charts/hedera-mirror/Chart.yaml b/charts/hedera-mirror/Chart.yaml index 7af269278b4..913bc6fab36 100644 --- a/charts/hedera-mirror/Chart.yaml +++ b/charts/hedera-mirror/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 0.19.0-rc1 +appVersion: 0.19.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 @@ -11,4 +11,4 @@ maintainers: name: hedera-mirror sources: - https://github.com/hashgraph/hedera-mirror-node -version: 0.6.0-rc1 +version: 0.6.0 diff --git a/charts/hedera-mirror/requirements.lock b/charts/hedera-mirror/requirements.lock index 2d8d5a3ba27..255fe3e0397 100644 --- a/charts/hedera-mirror/requirements.lock +++ b/charts/hedera-mirror/requirements.lock @@ -1,15 +1,15 @@ dependencies: - name: hedera-mirror-grpc repository: file://../hedera-mirror-grpc - version: 0.6.0-rc1 + version: 0.6.0 - name: hedera-mirror-importer repository: file://../hedera-mirror-importer - version: 0.6.0-rc1 + version: 0.6.0 - name: postgresql-ha repository: https://charts.bitnami.com/bitnami version: 3.4.9 - name: hedera-mirror-rest repository: file://../hedera-mirror-rest - version: 0.6.0-rc1 -digest: sha256:e32a2a0632c1c56689e6e228b8c0883d8844f4d496d2a5f48c56c88de6cf0677 -generated: "2020-09-14T16:47:37.554355-05:00" + version: 0.6.0 +digest: sha256:7c117555ebcc1405fd5986f6259eb7bd67361c47926b34d354d6d1dd2dbb817e +generated: "2020-09-21T10:29:07.730729-05:00" diff --git a/docker-compose.yml b/docker-compose.yml index 0a668355d70..5579971a49f 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.19.0-rc1 + image: gcr.io/mirrornode/hedera-mirror-grpc:0.19.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.19.0-rc1 + image: gcr.io/mirrornode/hedera-mirror-importer:0.19.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.19.0-rc1 + image: gcr.io/mirrornode/hedera-mirror-rest:0.19.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 3b8e9de8c14..d558240453b 100644 --- a/hedera-mirror-coverage/pom.xml +++ b/hedera-mirror-coverage/pom.xml @@ -11,7 +11,7 @@ com.hedera hedera-mirror-node - 0.19.0-rc1 + 0.19.0 diff --git a/hedera-mirror-datagenerator/pom.xml b/hedera-mirror-datagenerator/pom.xml index f049c3a0fec..e0a554cd76c 100644 --- a/hedera-mirror-datagenerator/pom.xml +++ b/hedera-mirror-datagenerator/pom.xml @@ -11,7 +11,7 @@ com.hedera hedera-mirror-node - 0.19.0-rc1 + 0.19.0 diff --git a/hedera-mirror-grpc/pom.xml b/hedera-mirror-grpc/pom.xml index 8333d8b4167..542bfb8bd8a 100644 --- a/hedera-mirror-grpc/pom.xml +++ b/hedera-mirror-grpc/pom.xml @@ -11,7 +11,7 @@ com.hedera hedera-mirror-node - 0.19.0-rc1 + 0.19.0 diff --git a/hedera-mirror-importer/pom.xml b/hedera-mirror-importer/pom.xml index b5c91813ca3..baf57049f9d 100644 --- a/hedera-mirror-importer/pom.xml +++ b/hedera-mirror-importer/pom.xml @@ -13,7 +13,7 @@ com.hedera hedera-mirror-node - 0.19.0-rc1 + 0.19.0 diff --git a/hedera-mirror-protobuf/pom.xml b/hedera-mirror-protobuf/pom.xml index c59ad44c18e..57700eeee99 100644 --- a/hedera-mirror-protobuf/pom.xml +++ b/hedera-mirror-protobuf/pom.xml @@ -11,7 +11,7 @@ com.hedera hedera-mirror-node - 0.19.0-rc1 + 0.19.0 diff --git a/hedera-mirror-rest/monitoring/monitor_apis/package-lock.json b/hedera-mirror-rest/monitoring/monitor_apis/package-lock.json index 8c7f2120b58..1c9d17f4491 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.19.0-rc1", + "version": "0.19.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 ef87b47d189..c20140a9aed 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.19.0-rc1", + "version": "0.19.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 d18cc18dbb9..86f1b6600f9 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.19.0-rc1", + "version": "0.19.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/hedera-mirror-rest/package.json b/hedera-mirror-rest/package.json index 4ceff0d2c90..2d57693b2fe 100644 --- a/hedera-mirror-rest/package.json +++ b/hedera-mirror-rest/package.json @@ -1,6 +1,6 @@ { "name": "hedera-mirror-rest", - "version": "0.19.0-rc1", + "version": "0.19.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 12ea5ea8b4b..cd7b218da12 100644 --- a/hedera-mirror-rest/pom.xml +++ b/hedera-mirror-rest/pom.xml @@ -11,7 +11,7 @@ com.hedera hedera-mirror-node - 0.19.0-rc1 + 0.19.0 diff --git a/hedera-mirror-test/pom.xml b/hedera-mirror-test/pom.xml index add8bbc33d5..0d5a06481e2 100644 --- a/hedera-mirror-test/pom.xml +++ b/hedera-mirror-test/pom.xml @@ -12,7 +12,7 @@ com.hedera hedera-mirror-node - 0.19.0-rc1 + 0.19.0 diff --git a/hedera-mirror-test/src/test/resources/k8s/hcs-perf-message-submit.yml b/hedera-mirror-test/src/test/resources/k8s/hcs-perf-message-submit.yml index fd0e73cec7b..ae8d893a37d 100644 --- a/hedera-mirror-test/src/test/resources/k8s/hcs-perf-message-submit.yml +++ b/hedera-mirror-test/src/test/resources/k8s/hcs-perf-message-submit.yml @@ -41,7 +41,7 @@ spec: app.kubernetes.io/name: test restartPolicy: Never containers: - - image: gcr.io/mirrornode/hedera-mirror-test:0.19.0-rc1 + - image: gcr.io/mirrornode/hedera-mirror-test:0.19.0 name: test env: - name: testProfile 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 1536230aac8..7dc0f3248a2 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.19.0-rc1 + - image: gcr.io/mirrornode/hedera-mirror-test:0.19.0 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 0bc0f17ade9..595e2fd206e 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 @@ -46,7 +46,7 @@ spec: app.kubernetes.io/name: test restartPolicy: Never containers: - - image: gcr.io/mirrornode/hedera-mirror-test:0.19.0-rc1 + - image: gcr.io/mirrornode/hedera-mirror-test:0.19.0 name: test env: - name: testProfile diff --git a/pom.xml b/pom.xml index 8eb0421c16a..6f47ac8e236 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.hedera hedera-mirror-node - 0.19.0-rc1 + 0.19.0 Hedera Mirror Node mirrors data from Hedera nodes and serves it via an API 2019 4.0.0 @@ -69,7 +69,7 @@ 0.2.0 3.11.1 ${project.version} - 0.6.0-rc1 + 0.6.0 1.81