Skip to content

Commit

Permalink
chore(release): 4.2.2
Browse files Browse the repository at this point in the history
## [4.2.2](v4.2.1...v4.2.2) (2021-04-15)

### Bug Fixes

* 🐛 check for top level values before accessing ([daf2e2b](daf2e2b))
* 🐛 pull fabric logger defaults into helm template ([c3cc7a4](c3cc7a4))
  • Loading branch information
semantic-release-bot committed Apr 15, 2021
1 parent a7654e7 commit 73cebbb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions helm-chart/fabric-logger/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/fabric-logger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: ghcr.io/splunkdlt/fabric-logger
version: 4.2.1
version: 4.2.2
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-logger",
"version": "4.2.1",
"version": "4.2.2",
"private": true,
"description": "Hyperledger Fabric Splunk integration",
"author": "splunk <blockchain@splunk.com>",
Expand Down

0 comments on commit 73cebbb

Please sign in to comment.