From efde36f056660b1ca4f1b67b2d496bfae88edb0b Mon Sep 17 00:00:00 2001 From: Torsten Gippert <46532698+tgip-work@users.noreply.github.com> Date: Wed, 18 May 2022 14:03:39 +0200 Subject: [PATCH] Deprecation notice for smartcontract and standalone-quorum (#45) * standalone quorum 0.3.1 - deprecation notice * smartcontract 0.3.1 - Deprecation notice * update main doc --- README.md | 6 +++--- charts/smartcontract/Chart.yaml | 2 +- charts/smartcontract/README.md | 10 +++++++--- charts/smartcontract/README.md.gotmpl | 4 ++++ charts/standalone-quorum/Chart.yaml | 2 +- charts/standalone-quorum/README.md | 10 +++++++--- charts/standalone-quorum/README.md.gotmpl | 4 ++++ 7 files changed, 27 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c06f97d..ef719c4 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ Helm Charts for Pharma Ledger Helm Charts have moved to [https://github.com/PharmaLedger-IMI/helm-charts](https://github.com/PharmaLedger-IMI/helm-charts) except -- smartcontract -- standalone-quorum +- goquorum-genesis-dev +- goquorum-node-dev -They are about to follow! +which will not be migrated as they are not needed (anymore)! ## Requirements diff --git a/charts/smartcontract/Chart.yaml b/charts/smartcontract/Chart.yaml index 6e3bbaa..6682f77 100644 --- a/charts/smartcontract/Chart.yaml +++ b/charts/smartcontract/Chart.yaml @@ -17,7 +17,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.0 +version: 0.3.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/smartcontract/README.md b/charts/smartcontract/README.md index 9b206a2..12081b4 100644 --- a/charts/smartcontract/README.md +++ b/charts/smartcontract/README.md @@ -1,10 +1,14 @@ # smartcontract -![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A Helm chart for deploying the Smartcontract on a goquorum node for a given ETH account. The anchoring info (address and Abi) of the Smartcontract will be stored in a Kubernetes ConfigMap to make them usable by other components running on Kubernetes. +## DEPRECATED - IMPORTANT + +This Helm Chart has moved to [https://github.com/PharmaLedger-IMI/helm-charts/tree/master/charts/smartcontract](https://github.com/PharmaLedger-IMI/helm-charts/tree/master/charts/smartcontract). + ## Requirements - [helm 3](https://helm.sh/docs/intro/install/) @@ -52,7 +56,7 @@ Note: Persisting these values in Kubernetes ConfigMap enables passing values and ```bash helm upgrade --install smartcontract ph-ethadapter/smartcontract \ - --version=0.3.0 \ + --version=0.3.1 \ --namespace=ethadapter --create-namespace \ --wait --wait-for-jobs \ --timeout 10m @@ -65,7 +69,7 @@ helm upgrade --install smartcontract ph-ethadapter/smartcontract \ ```bash helm upgrade --install smartcontract ph-ethadapter/smartcontract \ - --version=0.3.0 \ + --version=0.3.1 \ --namespace=ethadapter --create-namespace \ --wait --wait-for-jobs \ --timeout 10m \ diff --git a/charts/smartcontract/README.md.gotmpl b/charts/smartcontract/README.md.gotmpl index d354f37..bd17b78 100644 --- a/charts/smartcontract/README.md.gotmpl +++ b/charts/smartcontract/README.md.gotmpl @@ -4,6 +4,10 @@ {{ template "chart.description" . }} +## DEPRECATED - IMPORTANT + +This Helm Chart has moved to [https://github.com/PharmaLedger-IMI/helm-charts/tree/master/charts/smartcontract](https://github.com/PharmaLedger-IMI/helm-charts/tree/master/charts/smartcontract). + ## Requirements - [helm 3](https://helm.sh/docs/intro/install/) diff --git a/charts/standalone-quorum/Chart.yaml b/charts/standalone-quorum/Chart.yaml index 84fc28c..e7290ce 100644 --- a/charts/standalone-quorum/Chart.yaml +++ b/charts/standalone-quorum/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.0 +version: 0.3.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/standalone-quorum/README.md b/charts/standalone-quorum/README.md index 9b811fc..1595ecc 100644 --- a/charts/standalone-quorum/README.md +++ b/charts/standalone-quorum/README.md @@ -1,9 +1,13 @@ # standalone-quorum -![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 21.10.2](https://img.shields.io/badge/AppVersion-21.10.2-informational?style=flat-square) +![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 21.10.2](https://img.shields.io/badge/AppVersion-21.10.2-informational?style=flat-square) A Helm chart for a standalone Quorum network adapted from https://github.com/ConsenSys/quorum-kubernetes/tree/master/playground/kubectl/quorum-go/ibft +## DEPRECATED - IMPORTANT + +This Helm Chart has moved to [https://github.com/PharmaLedger-IMI/helm-charts/tree/master/charts/standalone-quorum](https://github.com/PharmaLedger-IMI/helm-charts/tree/master/charts/standalone-quorum). + ## Requirements - [helm 3](https://helm.sh/docs/intro/install/) @@ -42,7 +46,7 @@ This helm chart installs the Playground environment for a Quorum Cluster with st Install to namespace `quorum` ```bash -helm upgrade quorum ph-ethadapter/standalone-quorum --version=0.3.0 \ +helm upgrade quorum ph-ethadapter/standalone-quorum --version=0.3.1 \ --install \ --namespace=quorum --create-namespace \ --set config.storage.size="10Gi" \ @@ -59,7 +63,7 @@ Run `helm upgrade --helm` for full list of options. Provide the `--wait` argument and time to wait (default is 5 minutes) via `--timeout` ```bash - helm upgrade quorum ph-ethadapter/standalone-quorum --version=0.3.0 \ + helm upgrade quorum ph-ethadapter/standalone-quorum --version=0.3.1 \ --install \ --wait --timeout=1200s \ --namespace=quorum --create-namespace \ diff --git a/charts/standalone-quorum/README.md.gotmpl b/charts/standalone-quorum/README.md.gotmpl index 9dfd286..5f95790 100644 --- a/charts/standalone-quorum/README.md.gotmpl +++ b/charts/standalone-quorum/README.md.gotmpl @@ -4,6 +4,10 @@ {{ template "chart.description" . }} +## DEPRECATED - IMPORTANT + +This Helm Chart has moved to [https://github.com/PharmaLedger-IMI/helm-charts/tree/master/charts/standalone-quorum](https://github.com/PharmaLedger-IMI/helm-charts/tree/master/charts/standalone-quorum). + ## Requirements - [helm 3](https://helm.sh/docs/intro/install/)