Skip to content

Commit

Permalink
chore(release): 4.2.4
Browse files Browse the repository at this point in the history
## [4.2.4](v4.2.3...v4.2.4) (2021-08-19)

### Bug Fixes

* 🐛 block integrity defaults and refactor logs ([fa639bf](fa639bf))
  • Loading branch information
semantic-release-bot committed Aug 19, 2021
1 parent fa639bf commit 45d0a57
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.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:
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.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

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.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
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.3
version: 4.2.4
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.3",
"version": "4.2.4",
"private": true,
"description": "Hyperledger Fabric Splunk integration",
"author": "splunk <blockchain@splunk.com>",
Expand Down

0 comments on commit 45d0a57

Please sign in to comment.