Skip to content

Commit

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

### Bug Fixes

* 🐛 helm configmap network.yaml transformation ([fb551f6](fb551f6))
* 🐛 typo: grpcOption -> grpcOptions ([3628b78](3628b78))
* 🐛 update version download link replacement in script ([bdcf901](bdcf901))
  • Loading branch information
semantic-release-bot committed Apr 12, 2021
1 parent 666cc11 commit f5c8a28
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.2.1](https://github.com/splunk/fabric-logger/compare/v4.2.0...v4.2.1) (2021-04-12)


### Bug Fixes

* 🐛 helm configmap network.yaml transformation ([fb551f6](https://github.com/splunk/fabric-logger/commit/fb551f65217dbfc28746092de92593e1f20a9301))
* 🐛 typo: grpcOption -> grpcOptions ([3628b78](https://github.com/splunk/fabric-logger/commit/3628b78827d5d056a705ab439d2391cdc88f05e4))
* 🐛 update version download link replacement in script ([bdcf901](https://github.com/splunk/fabric-logger/commit/bdcf9019d474eb4b24d866c253d6230c4ccca64e))

# [4.2.0](https://github.com/splunk/fabric-logger/compare/v4.1.0...v4.2.0) (2021-03-25)


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.0/fabric-logger-helm-4.2.0.tgz
tar -xf fabric-logger-helm-4.2.0.tgz
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
cp -R crypto-config fabric-logger/crypto-config

Set the secrets section of `values.yaml` to:
Expand Down Expand Up @@ -150,7 +150,7 @@ A `network.yaml` configmap will automatically be generated using the secrets and

helm install -n fabric-logger-${PEER_NAME}-${NS} --namespace ${NS} \
-f values.yaml -f network.yaml \
https://github.com/splunk/fabric-logger/releases/download/v4.2.0/fabric-logger-helm-4.2.0.tgz
https://github.com/splunk/fabric-logger/releases/download/v4.2.1/fabric-logger-helm-4.2.1.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.0
appVersion: 4.2.1
description: A Helm chart for Splunk Connect for Hyperledger Fabric
name: fabric-logger
version: 4.2.0
version: 4.2.1
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.0
version: 4.2.1
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.0",
"version": "4.2.1",
"private": true,
"description": "Hyperledger Fabric Splunk integration",
"author": "splunk <blockchain@splunk.com>",
Expand Down

0 comments on commit f5c8a28

Please sign in to comment.