Skip to content

Commit 8e7f3ff

Browse files
authored
Merge pull request #515 from hyperledger-labs/bump-version-2.2.0
2 parents 18ac27a + 3f0ffb5 commit 8e7f3ff

24 files changed

+30
-30
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ You may keep the script in the root directory of your project or install it glob
2323
To install it globally:
2424

2525
```bash
26-
sudo curl -Lf https://github.com/hyperledger-labs/fablo/releases/download/2.1.0/fablo.sh -o /usr/local/bin/fablo && sudo chmod +x /usr/local/bin/fablo
26+
sudo curl -Lf https://github.com/hyperledger-labs/fablo/releases/download/2.2.0/fablo.sh -o /usr/local/bin/fablo && sudo chmod +x /usr/local/bin/fablo
2727
```
2828

2929
To get a copy of Fablo for a single project, execute in the project root:
3030

3131
```bash
32-
curl -Lf https://github.com/hyperledger-labs/fablo/releases/download/2.1.0/fablo.sh -o ./fablo && chmod +x ./fablo
32+
curl -Lf https://github.com/hyperledger-labs/fablo/releases/download/2.2.0/fablo.sh -o ./fablo && chmod +x ./fablo
3333
```
3434

3535
## Getting started
@@ -344,7 +344,7 @@ The basic structure of Fablo config file is as follows:
344344
345345
```json
346346
{
347-
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/2.1.0/schema.json",
347+
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/2.2.0/schema.json",
348348
"global": { ... },
349349
"orgs": [ ... ],
350350
"channels": [ ... ],
@@ -507,7 +507,7 @@ Genrated Hooks are saved in `fablo-target/hooks`.
507507
508508
```yaml
509509
---
510-
"$schema": https://github.com/hyperledger-labs/fablo/releases/download/2.1.0/schema.json
510+
"$schema": https://github.com/hyperledger-labs/fablo/releases/download/2.2.0/schema.json
511511
global:
512512
fabricVersion: 2.4.2
513513
tls: false

docs/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/2.1.0/schema.json",
2+
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/2.2.0/schema.json",
33
"global": {
44
"fabricVersion": "2.3.2",
55
"tls": false,

docs/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"properties": {
1414
"$schema": {
15-
"const": "https://github.com/hyperledger-labs/fablo/releases/download/2.1.0/schema.json"
15+
"const": "https://github.com/hyperledger-labs/fablo/releases/download/2.2.0/schema.json"
1616
},
1717
"global": {
1818
"$id": "#/properties/global",

e2e/__snapshots__/fablo-config-hlf2-1org-1chaincode-k8s.json.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ exports[`samples/fablo-config-hlf2-1org-1chaincode-k8s.json should create proper
8686
REPOSITORY="https://kfsoftware.github.io/hlf-helm-charts"
8787
STORAGE_CLASS=$(kubectl describe sc | grep Name | tr -s ' ' | cut -d ':' -f 2 | cut -d ' ' -f 2)
8888
89-
FABLO_VERSION=2.1.0
89+
FABLO_VERSION=2.2.0
9090
FABLO_BUILD=<date with git hash>
9191
FABLO_CONFIG=<absolute path>
9292
ORDERER_IMAGE=hyperledger/fabric-orderer

e2e/__snapshots__/fablo-config-hlf2-1org-1chaincode-raft-explorer.json.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ fi
15241524
`;
15251525
15261526
exports[`samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json should create proper e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-docker/.env from samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json 1`] = `
1527-
"FABLO_VERSION=2.1.0
1527+
"FABLO_VERSION=2.2.0
15281528
FABLO_BUILD=<date with git hash>
15291529
FABLO_REST_VERSION=0.1.2
15301530
HYPERLEDGER_EXPLORER_VERSION=1.1.8

e2e/__snapshots__/fablo-config-hlf2-1org-1chaincode.json.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1435,7 +1435,7 @@ fi
14351435
`;
14361436
14371437
exports[`samples/fablo-config-hlf2-1org-1chaincode.json should create proper e2e/__tmp__/samples/fablo-config-hlf2-1org-1chaincode.json.tmpdir/fablo-target/fabric-docker/.env from samples/fablo-config-hlf2-1org-1chaincode.json 1`] = `
1438-
"FABLO_VERSION=2.1.0
1438+
"FABLO_VERSION=2.2.0
14391439
FABLO_BUILD=<date with git hash>
14401440
FABLO_REST_VERSION=0.1.2
14411441
HYPERLEDGER_EXPLORER_VERSION=1.1.8

e2e/__snapshots__/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,7 @@ fi
20962096
`;
20972097
20982098
exports[`samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml should create proper e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml.tmpdir/fablo-target/fabric-docker/.env from samples/fablo-config-hlf2-2orgs-2chaincodes-private-data.yaml 1`] = `
2099-
"FABLO_VERSION=2.1.0
2099+
"FABLO_VERSION=2.2.0
21002100
FABLO_BUILD=<date with git hash>
21012101
FABLO_REST_VERSION=0.1.2
21022102
HYPERLEDGER_EXPLORER_VERSION=1.1.8

e2e/__snapshots__/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3019,7 +3019,7 @@ fi
30193019
`;
30203020
30213021
exports[`samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml should create proper e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml.tmpdir/fablo-target/fabric-docker/.env from samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml 1`] = `
3022-
"FABLO_VERSION=2.1.0
3022+
"FABLO_VERSION=2.2.0
30233023
FABLO_BUILD=<date with git hash>
30243024
FABLO_REST_VERSION=0.1.2
30253025
HYPERLEDGER_EXPLORER_VERSION=1.1.8

e2e/__snapshots__/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3314,7 +3314,7 @@ fi
33143314
`;
33153315
33163316
exports[`samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json should create proper e2e/__tmp__/samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json.tmpdir/fablo-target/fabric-docker/.env from samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json 1`] = `
3317-
"FABLO_VERSION=2.1.0
3317+
"FABLO_VERSION=2.2.0
33183318
FABLO_BUILD=<date with git hash>
33193319
FABLO_REST_VERSION=0.1.2
33203320
HYPERLEDGER_EXPLORER_VERSION=1.1.8

e2e/__snapshots__/fablo-config-hlf3-1orgs-1chaincode.json.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,7 @@ fi
15111511
`;
15121512
15131513
exports[`samples/fablo-config-hlf3-1orgs-1chaincode.json should create proper e2e/__tmp__/samples/fablo-config-hlf3-1orgs-1chaincode.json.tmpdir/fablo-target/fabric-docker/.env from samples/fablo-config-hlf3-1orgs-1chaincode.json 1`] = `
1514-
"FABLO_VERSION=2.1.0
1514+
"FABLO_VERSION=2.2.0
15151515
FABLO_BUILD=<date with git hash>
15161516
FABLO_REST_VERSION=0.1.2
15171517
HYPERLEDGER_EXPLORER_VERSION=1.1.8

0 commit comments

Comments
 (0)