From 73cebbb4f2acaf1bf305dd3b6fec6386a3098aef Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Apr 2021 21:38:06 +0000 Subject: [PATCH] chore(release): 4.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [4.2.2](https://github.com/splunk/fabric-logger/compare/v4.2.1...v4.2.2) (2021-04-15) ### Bug Fixes * 🐛 check for top level values before accessing ([daf2e2b](https://github.com/splunk/fabric-logger/commit/daf2e2b85dd4e02d2fe2056e8054a08ec8c2ae57)) * 🐛 pull fabric logger defaults into helm template ([c3cc7a4](https://github.com/splunk/fabric-logger/commit/c3cc7a46b7b779fcc5abaa690dcad27e3d655b86)) --- CHANGELOG.md | 8 ++++++++ README.md | 6 +++--- helm-chart/fabric-logger/Chart.yaml | 4 ++-- helm-chart/fabric-logger/values.yaml | 2 +- package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac83d49..8e21494 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [4.2.2](https://github.com/splunk/fabric-logger/compare/v4.2.1...v4.2.2) (2021-04-15) + + +### Bug Fixes + +* 🐛 check for top level values before accessing ([daf2e2b](https://github.com/splunk/fabric-logger/commit/daf2e2b85dd4e02d2fe2056e8054a08ec8c2ae57)) +* 🐛 pull fabric logger defaults into helm template ([c3cc7a4](https://github.com/splunk/fabric-logger/commit/c3cc7a46b7b779fcc5abaa690dcad27e3d655b86)) + ## [4.2.1](https://github.com/splunk/fabric-logger/compare/v4.2.0...v4.2.1) (2021-04-12) diff --git a/README.md b/README.md index 9ac44f5..7ba3ce7 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.1/fabric-logger-helm-4.2.1.tgz - tar -xf fabric-logger-helm-4.2.1.tgz + wget https://github.com/splunk/fabric-logger/releases/download/v4.2.2/fabric-logger-helm-4.2.2.tgz + tar -xf fabric-logger-helm-4.2.2.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.1/fabric-logger-helm-4.2.1.tgz + https://github.com/splunk/fabric-logger/releases/download/v4.2.2/fabric-logger-helm-4.2.2.tgz ### Kubernetes: Deleting Helm Chart diff --git a/helm-chart/fabric-logger/Chart.yaml b/helm-chart/fabric-logger/Chart.yaml index 7ebd644..d684718 100644 --- a/helm-chart/fabric-logger/Chart.yaml +++ b/helm-chart/fabric-logger/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: 4.2.1 +appVersion: 4.2.2 description: A Helm chart for Splunk Connect for Hyperledger Fabric name: fabric-logger -version: 4.2.1 +version: 4.2.2 keywords: - blockchain - hyperledger diff --git a/helm-chart/fabric-logger/values.yaml b/helm-chart/fabric-logger/values.yaml index e6cca1c..9badaa1 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.1 + version: 4.2.2 pullPolicy: IfNotPresent nameOverride: "" diff --git a/package.json b/package.json index caf143c..4e19124 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fabric-logger", - "version": "4.2.1", + "version": "4.2.2", "private": true, "description": "Hyperledger Fabric Splunk integration", "author": "splunk ",