Skip to content

Commit 89f0229

Browse files
author
Jakub Dzikowski
committed
prepare version 0.2.0
1 parent 919e523 commit 89f0229

23 files changed

+26
-31
lines changed

CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
## 0.3.0-unstable
2-
### Features
3-
### Fixes
4-
### Chore & Maintenance
5-
61
## 0.2.0
72
* Rename Fabrica to Fablo
83

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ The basic structure of Fablo config file is as follows:
215215
216216
```json
217217
{
218-
"$schema": "https://github.com/softwaremill/fablo/releases/download/0.3.0-unstable/schema.json",
218+
"$schema": "https://github.com/softwaremill/fablo/releases/download/0.2.0/schema.json",
219219
"networkSettings": { ... },
220220
"rootOrg": { ... },
221221
"orgs": [ ... ],
@@ -359,7 +359,7 @@ The `privateData` parameter is optional. You don't need to define the private da
359359
360360
```yaml
361361
---
362-
"$schema": https://github.com/softwaremill/fablo/releases/download/0.3.0-unstable/schema.json
362+
"$schema": https://github.com/softwaremill/fablo/releases/download/0.2.0/schema.json
363363
networkSettings:
364364
fabricVersion: 2.3.0
365365
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/softwaremill/fablo/releases/download/0.3.0-unstable/schema.json",
2+
"$schema": "https://github.com/softwaremill/fablo/releases/download/0.2.0/schema.json",
33
"networkSettings": {
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
@@ -13,7 +13,7 @@
1313
],
1414
"properties": {
1515
"$schema": {
16-
"const": "https://github.com/softwaremill/fablo/releases/download/0.3.0-unstable/schema.json"
16+
"const": "https://github.com/softwaremill/fablo/releases/download/0.2.0/schema.json"
1717
},
1818
"networkSettings": {
1919
"$id": "#/properties/networkSettings",

e2e/__snapshots__/fablo-config-hlf1.3-2orgs-1chaincode-private-data.json.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ fi
309309
`;
310310
311311
exports[`samples/fablo-config-hlf1.3-2orgs-1chaincode-private-data.json should create proper e2e/__tmp__/samples/fablo-config-hlf1.3-2orgs-1chaincode-private-data.json.tmpdir/fablo-target/fabric-docker/.env from samples/fablo-config-hlf1.3-2orgs-1chaincode-private-data.json 1`] = `
312-
"FABLO_VERSION=\\"0.3.0-unstable\\"
312+
"FABLO_VERSION=\\"0.2.0\\"
313313
FABLO_BUILD=<date with git hash>
314314
315315
FABLO_CONFIG=<absolute path>

e2e/__snapshots__/fablo-config-hlf1.4-1org-1chaincode-raft.json.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ fi
260260
`;
261261
262262
exports[`samples/fablo-config-hlf1.4-1org-1chaincode-raft.json should create proper e2e/__tmp__/samples/fablo-config-hlf1.4-1org-1chaincode-raft.json.tmpdir/fablo-target/fabric-docker/.env from samples/fablo-config-hlf1.4-1org-1chaincode-raft.json 1`] = `
263-
"FABLO_VERSION=\\"0.3.0-unstable\\"
263+
"FABLO_VERSION=\\"0.2.0\\"
264264
FABLO_BUILD=<date with git hash>
265265
266266
FABLO_CONFIG=<absolute path>

e2e/__snapshots__/fablo-config-hlf1.4-2orgs-1chaincode.json.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ fi
312312
`;
313313
314314
exports[`samples/fablo-config-hlf1.4-2orgs-1chaincode.json should create proper e2e/__tmp__/samples/fablo-config-hlf1.4-2orgs-1chaincode.json.tmpdir/fablo-target/fabric-docker/.env from samples/fablo-config-hlf1.4-2orgs-1chaincode.json 1`] = `
315-
"FABLO_VERSION=\\"0.3.0-unstable\\"
315+
"FABLO_VERSION=\\"0.2.0\\"
316316
FABLO_BUILD=<date with git hash>
317317
318318
FABLO_CONFIG=<absolute path>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ fi
316316
`;
317317
318318
exports[`samples/fablo-config-hlf1.4-2orgs-2chaincodes-private-data.yaml should create proper e2e/__tmp__/samples/fablo-config-hlf1.4-2orgs-2chaincodes-private-data.yaml.tmpdir/fablo-target/fabric-docker/.env from samples/fablo-config-hlf1.4-2orgs-2chaincodes-private-data.yaml 1`] = `
319-
"FABLO_VERSION=\\"0.3.0-unstable\\"
319+
"FABLO_VERSION=\\"0.2.0\\"
320320
FABLO_BUILD=<date with git hash>
321321
322322
FABLO_CONFIG=<absolute path>

e2e/__snapshots__/fablo-config-hlf1.4-2orgs-2chaincodes-raft.json.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ fi
339339
`;
340340
341341
exports[`samples/fablo-config-hlf1.4-2orgs-2chaincodes-raft.json should create proper e2e/__tmp__/samples/fablo-config-hlf1.4-2orgs-2chaincodes-raft.json.tmpdir/fablo-target/fabric-docker/.env from samples/fablo-config-hlf1.4-2orgs-2chaincodes-raft.json 1`] = `
342-
"FABLO_VERSION=\\"0.3.0-unstable\\"
342+
"FABLO_VERSION=\\"0.2.0\\"
343343
FABLO_BUILD=<date with git hash>
344344
345345
FABLO_CONFIG=<absolute path>

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
@@ -253,7 +253,7 @@ fi
253253
`;
254254
255255
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`] = `
256-
"FABLO_VERSION=\\"0.3.0-unstable\\"
256+
"FABLO_VERSION=\\"0.2.0\\"
257257
FABLO_BUILD=<date with git hash>
258258
259259
FABLO_CONFIG=<absolute path>

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
@@ -339,7 +339,7 @@ fi
339339
`;
340340
341341
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`] = `
342-
"FABLO_VERSION=\\"0.3.0-unstable\\"
342+
"FABLO_VERSION=\\"0.2.0\\"
343343
FABLO_BUILD=<date with git hash>
344344
345345
FABLO_CONFIG=<absolute path>

e2e/__snapshots__/fabloCommands.test.ts.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exports[`extend config should extend custom config 1`] = `
88
\`--. \\\\/ _ \\\\| _| __\\\\ \\\\ /\\\\ / / _\` | '__/ _ \\\\ |\\\\/| | | | |
99
/\\\\__/ / (_) | | | |_ \\\\ V V / (_| | | | __/ | | | | | |
1010
\\\\____/ \\\\___/|_| \\\\__| \\\\_/\\\\_/ \\\\__,_|_| \\\\___\\\\_| |_/_|_|_|
11-
=========================================================== v: 0.3.0-unstable
11+
=========================================================== v: 0.2.0
1212
Validation errors count: 0
1313
Validation warnings count: 0
1414
===========================================================
@@ -1128,7 +1128,7 @@ exports[`extend config should extend default config 1`] = `
11281128
\`--. \\\\/ _ \\\\| _| __\\\\ \\\\ /\\\\ / / _\` | '__/ _ \\\\ |\\\\/| | | | |
11291129
/\\\\__/ / (_) | | | |_ \\\\ V V / (_| | | | __/ | | | | | |
11301130
\\\\____/ \\\\___/|_| \\\\__| \\\\_/\\\\_/ \\\\__,_|_| \\\\___\\\\_| |_/_|_|_|
1131-
=========================================================== v: 0.3.0-unstable
1131+
=========================================================== v: 0.2.0
11321132
Validation errors count: 0
11331133
Validation warnings count: 0
11341134
===========================================================
@@ -1385,7 +1385,7 @@ Validation warnings count: 0
13851385

13861386
exports[`init should init simple fablo config 1`] = `
13871387
"{
1388-
\\"$schema\\": \\"https://github.com/softwaremill/fablo/releases/download/0.3.0-unstable/schema.json\\",
1388+
\\"$schema\\": \\"https://github.com/softwaremill/fablo/releases/download/0.2.0/schema.json\\",
13891389
\\"networkSettings\\": {
13901390
\\"fabricVersion\\": \\"2.3.2\\",
13911391
\\"tls\\": false
@@ -1432,7 +1432,7 @@ exports[`init should init simple fablo config 1`] = `
14321432

14331433
exports[`init should init simple fablo config with node chaincode 1`] = `
14341434
"{
1435-
\\"$schema\\": \\"https://github.com/softwaremill/fablo/releases/download/0.3.0-unstable/schema.json\\",
1435+
\\"$schema\\": \\"https://github.com/softwaremill/fablo/releases/download/0.2.0/schema.json\\",
14361436
\\"networkSettings\\": {
14371437
\\"fabricVersion\\": \\"2.3.2\\",
14381438
\\"tls\\": false

e2e/__snapshots__/schema.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Object {
88
"default": Object {},
99
"properties": Object {
1010
"$schema": Object {
11-
"const": "https://github.com/softwaremill/fablo/releases/download/0.3.0-unstable/schema.json",
11+
"const": "https://github.com/softwaremill/fablo/releases/download/0.2.0/schema.json",
1212
},
1313
"chaincodes": Object {
1414
"$id": "#/properties/chaincodes",

fablo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
FABLO_VERSION="0.3.0-unstable"
5+
FABLO_VERSION="0.2.0"
66
FABLO_IMAGE_NAME="softwaremill/fablo"
77
FABLO_IMAGE="$FABLO_IMAGE_NAME:$FABLO_VERSION"
88

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-fablo",
3-
"version": "0.3.0-unstable",
3+
"version": "0.2.0",
44
"description": "Fablo is a simple tool to generate the Hyperledger Fabric blockchain network and run it on Docker. It supports RAFT and solo consensus protocols, multiple organizations and channels, chaincode installation and upgrade.",
55
"author": "Piotr Hejwowski <piotr.hejwowski@softwaremill.com>, Jakub Dzikowski <jakub.dzikowski@softwaremill.com>",
66
"repository": {

samples/fablo-config-hlf1.3-2orgs-1chaincode-private-data.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/softwaremill/fablo/releases/download/0.3.0-unstable/schema.json",
2+
"$schema": "https://github.com/softwaremill/fablo/releases/download/0.2.0/schema.json",
33
"networkSettings": {
44
"fabricVersion": "1.3.0",
55
"tls": false

samples/fablo-config-hlf1.4-1org-1chaincode-raft.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/softwaremill/fablo/releases/download/0.3.0-unstable/schema.json",
2+
"$schema": "https://github.com/softwaremill/fablo/releases/download/0.2.0/schema.json",
33
"networkSettings": {
44
"fabricVersion": "1.4.6",
55
"tls": true,

samples/fablo-config-hlf1.4-2orgs-1chaincode.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/softwaremill/fablo/releases/download/0.3.0-unstable/schema.json",
2+
"$schema": "https://github.com/softwaremill/fablo/releases/download/0.2.0/schema.json",
33
"networkSettings": {
44
"fabricVersion": "1.4.6",
55
"tls": false

samples/fablo-config-hlf1.4-2orgs-2chaincodes-private-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"$schema": https://github.com/softwaremill/fablo/releases/download/0.3.0-unstable/schema.json
2+
"$schema": https://github.com/softwaremill/fablo/releases/download/0.2.0/schema.json
33
networkSettings:
44
fabricVersion: 1.4.11
55
tls: false

samples/fablo-config-hlf1.4-2orgs-2chaincodes-raft.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/softwaremill/fablo/releases/download/0.3.0-unstable/schema.json",
2+
"$schema": "https://github.com/softwaremill/fablo/releases/download/0.2.0/schema.json",
33
"networkSettings": {
44
"fabricVersion": "1.4.6",
55
"tls": true

samples/fablo-config-hlf2-1org-1chaincode.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/softwaremill/fablo/releases/download/0.3.0-unstable/schema.json",
2+
"$schema": "https://github.com/softwaremill/fablo/releases/download/0.2.0/schema.json",
33
"networkSettings": {
44
"fabricVersion": "2.3.2",
55
"tls": false

samples/fablo-config-hlf2-2orgs-2chaincodes-raft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"$schema": https://github.com/softwaremill/fablo/releases/download/0.3.0-unstable/schema.json
2+
"$schema": https://github.com/softwaremill/fablo/releases/download/0.2.0/schema.json
33
networkSettings:
44
fabricVersion: 2.3.1
55
tls: true

0 commit comments

Comments
 (0)