From 45d0a5728968f6d2cf46ab781775e57ee48ba5df Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Aug 2021 22:10:53 +0000 Subject: [PATCH] chore(release): 4.2.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [4.2.4](https://github.com/splunk/fabric-logger/compare/v4.2.3...v4.2.4) (2021-08-19) ### Bug Fixes * 🐛 block integrity defaults and refactor logs ([fa639bf](https://github.com/splunk/fabric-logger/commit/fa639bff6c9e39d0f076b5faff3ed4817d27545e)) --- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- helm-chart/fabric-logger/Chart.yaml | 4 ++-- helm-chart/fabric-logger/values.yaml | 2 +- package.json | 2 +- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 159f870..ab3badf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.2.4](https://github.com/splunk/fabric-logger/compare/v4.2.3...v4.2.4) (2021-08-19) + + +### Bug Fixes + +* 🐛 block integrity defaults and refactor logs ([fa639bf](https://github.com/splunk/fabric-logger/commit/fa639bff6c9e39d0f076b5faff3ed4817d27545e)) + ## [4.2.3](https://github.com/splunk/fabric-logger/compare/v4.2.2...v4.2.3) (2021-08-19) diff --git a/README.md b/README.md index e387fdb..fc99646 100644 --- a/README.md +++ b/README.md @@ -118,8 +118,8 @@ We also include a helm chart for Kubernetes deployments. First set your `values. Alternatively, if you are using `cryptogen` to generate identities, the helm chart can auto-populate secrets for you. You will need to download the helm file and untar it locally so you can copy your `crypto-config` into the director. - wget https://github.com/splunk/fabric-logger/releases/download/v4.2.3/fabric-logger-helm-4.2.3.tgz - tar -xf fabric-logger-helm-4.2.3.tgz + wget https://github.com/splunk/fabric-logger/releases/download/v4.2.4/fabric-logger-helm-4.2.4.tgz + tar -xf fabric-logger-helm-4.2.4.tgz cp -R crypto-config fabric-logger/crypto-config Set the secrets section of `values.yaml` to: @@ -151,7 +151,7 @@ A `network.yaml` configmap will automatically be generated using the secrets and helm install -n fabric-logger-${PEER_NAME}-${NS} --namespace ${NS} \ -f https://raw.githubusercontent.com/splunk/fabric-logger/master/defaults.fabriclogger.yaml \ -f values.yaml -f network.yaml \ - https://github.com/splunk/fabric-logger/releases/download/v4.2.3/fabric-logger-helm-4.2.3.tgz + https://github.com/splunk/fabric-logger/releases/download/v4.2.4/fabric-logger-helm-4.2.4.tgz ### Kubernetes: Deleting Helm Chart diff --git a/helm-chart/fabric-logger/Chart.yaml b/helm-chart/fabric-logger/Chart.yaml index b4c87f2..f29edce 100644 --- a/helm-chart/fabric-logger/Chart.yaml +++ b/helm-chart/fabric-logger/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: 4.2.3 +appVersion: 4.2.4 description: A Helm chart for Splunk Connect for Hyperledger Fabric name: fabric-logger -version: 4.2.3 +version: 4.2.4 keywords: - blockchain - hyperledger diff --git a/helm-chart/fabric-logger/values.yaml b/helm-chart/fabric-logger/values.yaml index a09ffe0..fbad4dc 100644 --- a/helm-chart/fabric-logger/values.yaml +++ b/helm-chart/fabric-logger/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: ghcr.io/splunkdlt/fabric-logger - version: 4.2.3 + version: 4.2.4 pullPolicy: IfNotPresent nameOverride: "" diff --git a/package.json b/package.json index fba4404..d0508ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fabric-logger", - "version": "4.2.3", + "version": "4.2.4", "private": true, "description": "Hyperledger Fabric Splunk integration", "author": "splunk ",