Skip to content

Commit

Permalink
Bumping version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Moore committed Aug 7, 2020
1 parent 7ffef4e commit 52f532b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Running the Fabric Logger in Docker is recommended. A sample docker-compose entr
services:
fabric-logger.example.com:
container_name: fabric-logger.example.com
image: splunkdlt/fabric-logger:release-2.0.1
image: splunkdlt/fabric-logger:release-2.0.2
environment:
- FABRIC_KEYFILE=<path to private key file>
- FABRIC_CERTFILE=<path to signed certificate>
Expand Down Expand Up @@ -113,8 +113,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/v1.2.0/fabric-logger-helm-v1.2.0.tgz
tar -xf fabric-logger-helm-v1.2.0.tgz
wget https://github.com/splunk/fabric-logger/releases/download/2.0.2/fabric-logger-helm-v2.0.2.tgz
tar -xf fabric-logger-helm-v2.0.2.tgz
cp -R crypto-config fabric-logger/crypto-config

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

helm install -n fabric-logger-${PEER_NAME}-${NS} --namespace ${NS} \
-f values.yaml \
https://github.com/splunk/fabric-logger/releases/download/v2.0.1/fabric-logger-helm-v2.0.1.tgz
https://github.com/splunk/fabric-logger/releases/download/v2.0.2/fabric-logger-helm-v2.0.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: "v2.0.1"
appVersion: "v2.0.2"
description: A Helm chart for Splunk Connect for Hyperledger Fabric
name: fabric-logger
version: v2.0.1
version: v2.0.2
keywords:
- blockchain
- hyperledger
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": "2.0.1",
"version": "2.0.2",
"description": "Hyperledger Fabric Splunk integration",
"author": "splunk <blockchain@splunk.com>",
"main": "lib/index.js",
Expand Down

0 comments on commit 52f532b

Please sign in to comment.