Skip to content

Commit 548a681

Browse files
authored
Merge pull request #490 from hyperledger-labs/set-version-2.0.0
Set version 2.0.0
2 parents 8ebd31c + 9321b92 commit 548a681

21 files changed

+80
-28
lines changed

CHANGELOG.md

+54-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,66 @@
1-
## 1.2.0-unstable
1+
## 2.0.0
2+
3+
### Breaking changes
4+
* Drop support for capabilities v1, and Fabric versions below 2.0.0
5+
[#461](https://github.com/hyperledger-labs/fablo/pull/461)
6+
[#462](https://github.com/hyperledger-labs/fablo/pull/462)
7+
[#464](https://github.com/hyperledger-labs/fablo/pull/464)
8+
[#473](https://github.com/hyperledger-labs/fablo/pull/473)
9+
[#486](https://github.com/hyperledger-labs/fablo/pull/486)
10+
[#488](https://github.com/hyperledger-labs/fablo/pull/488)
11+
* Drop yarn and nvm installation support
12+
[#455](https://github.com/hyperledger-labs/fablo/pull/455)
213

314
### Features
15+
* Add application capability V_2_5 [#463]
16+
[#463](https://github.com/hyperledger-labs/fablo/pull/463)
417
* Support for `chaincode invoke` command (tls and non-tls)
18+
[#403](https://github.com/hyperledger-labs/fablo/pull/403)
19+
* [#413](https://github.com/hyperledger-labs/fablo/pull/413)
520
* Support for `chaincodes list` command (tls and non-tls)
21+
[#409](https://github.com/hyperledger-labs/fablo/pull/409)
22+
[#411](https://github.com/hyperledger-labs/fablo/pull/411)
23+
* Christmas easter egg
24+
[#427](https://github.com/hyperledger-labs/fablo/pull/427)
25+
* Remove dev dependencies on chaincode installation for Node.js
26+
[#450](https://github.com/hyperledger-labs/fablo/pull/450)
27+
* Update Fabric version in the initial configuration
28+
[#470]( https://github.com/hyperledger-labs/fablo/pull/470)
29+
* Publish Fablo Docker image for ARM architecture
30+
[#478](https://github.com/hyperledger-labs/fablo/pull/478)
31+
[#487](https://github.com/hyperledger-labs/fablo/pull/487)
632

733
### Fixes
8-
* Remove unsupported test library and dependencies
34+
* Fixed https request when tls is enabled
35+
[#438](https://github.com/hyperledger-labs/fablo/pull/438)
36+
* Fixed issue with `fablo up` command when using CouchDB
37+
[#443](https://github.com/hyperledger-labs/fablo/pull/443)
38+
* Update Docker Compose command
39+
[#465](https://github.com/hyperledger-labs/fablo/pull/465)
40+
* Fixed issue with private data collection
41+
[#460]( https://github.com/hyperledger-labs/fablo/pull/467)
942
* Updated Node.js version from 12 to 16 in chaincode
43+
* Remove unsupported test library and dependencies
44+
45+
### Chore & Maintenance
46+
* Add contributing guidelines
47+
[#439](https://github.com/hyperledger-labs/fablo/pull/439)
48+
* Documented the Fablo architecture in `ARCHITECTURE.md` file
49+
[#456](https://github.com/hyperledger-labs/fablo/pull/456)
50+
* Changed recommended Node.js version check
51+
[#442](https://github.com/hyperledger-labs/fablo/pull/442)
52+
* Library updates (mostly by Dependabot)
53+
* Various CI improvements and fixes
54+
[#467](https://github.com/hyperledger-labs/fablo/pull/467)
55+
[#458](https://github.com/hyperledger-labs/fablo/pull/458)
56+
[#489](https://github.com/hyperledger-labs/fablo/pull/489)
57+
* Improve .gitignore file
58+
[#476]( https://github.com/hyperledger-labs/fablo/pull/476)
59+
* Update Fablo docker image registry to GHCR
60+
[#491](https://github.com/hyperledger-labs/fablo/pull/491)
1061

1162
## 1.2.0
63+
1264
### Features
1365
* Initial Kubernetes support [#351](https://github.com/hyperledger-labs/fablo/issues/351)
1466
(not yet so elastic like Fablo in terms of network topology, but ready for first views and comments)

README.md

+4-4
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/1.2.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.0.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/1.2.0/fablo.sh -o ./fablo && chmod +x ./fablo
32+
curl -Lf https://github.com/hyperledger-labs/fablo/releases/download/2.0.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/1.2.0/schema.json",
347+
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/2.0.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/1.2.0/schema.json
510+
"$schema": https://github.com/hyperledger-labs/fablo/releases/download/2.0.0/schema.json
511511
global:
512512
fabricVersion: 2.4.2
513513
tls: false

docs/sample.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/1.2.1-unstable.0/schema.json",
2+
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/2.0.0/schema.json",
33
"global": {
44
"fabricVersion": "2.3.2",
55
"tls": false,

docs/schema.json

+1-1
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/1.2.1-unstable.0/schema.json"
15+
"const": "https://github.com/hyperledger-labs/fablo/releases/download/2.0.0/schema.json"
1616
},
1717
"global": {
1818
"$id": "#/properties/global",

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

+1-1
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=1.2.1-unstable.0
89+
FABLO_VERSION=2.0.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

+1-1
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=1.2.1-unstable.0
1527+
"FABLO_VERSION=2.0.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ fi
14341434
`;
14351435
14361436
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`] = `
1437-
"FABLO_VERSION=1.2.1-unstable.0
1437+
"FABLO_VERSION=2.0.0
14381438
FABLO_BUILD=<date with git hash>
14391439
FABLO_REST_VERSION=0.1.2
14401440
HYPERLEDGER_EXPLORER_VERSION=1.1.8

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2095,7 +2095,7 @@ fi
20952095
`;
20962096
20972097
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`] = `
2098-
"FABLO_VERSION=1.2.1-unstable.0
2098+
"FABLO_VERSION=2.0.0
20992099
FABLO_BUILD=<date with git hash>
21002100
FABLO_REST_VERSION=0.1.2
21012101
HYPERLEDGER_EXPLORER_VERSION=1.1.8

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3018,7 +3018,7 @@ fi
30183018
`;
30193019
30203020
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`] = `
3021-
"FABLO_VERSION=1.2.1-unstable.0
3021+
"FABLO_VERSION=2.0.0
30223022
FABLO_BUILD=<date with git hash>
30233023
FABLO_REST_VERSION=0.1.2
30243024
HYPERLEDGER_EXPLORER_VERSION=1.1.8

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

+1-1
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=1.2.1-unstable.0
3317+
"FABLO_VERSION=2.0.0
33183318
FABLO_BUILD=<date with git hash>
33193319
FABLO_REST_VERSION=0.1.2
33203320
HYPERLEDGER_EXPLORER_VERSION=1.1.8

e2e/__snapshots__/fabloCommands.test.ts.snap

+3-3
Original file line numberDiff line numberDiff line change
@@ -2909,7 +2909,7 @@ Validation warnings count: 0
29092909

29102910
exports[`init should init simple fablo config 1`] = `
29112911
"{
2912-
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/1.2.1-unstable.0/schema.json",
2912+
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/2.0.0/schema.json",
29132913
"global": {
29142914
"fabricVersion": "2.5.9",
29152915
"tls": false,
@@ -2963,7 +2963,7 @@ exports[`init should init simple fablo config 1`] = `
29632963

29642964
exports[`init should init simple fablo config with node chaincode 1`] = `
29652965
"{
2966-
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/1.2.1-unstable.0/schema.json",
2966+
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/2.0.0/schema.json",
29672967
"global": {
29682968
"fabricVersion": "2.5.9",
29692969
"tls": false,
@@ -3025,7 +3025,7 @@ exports[`init should init simple fablo config with node chaincode 1`] = `
30253025

30263026
exports[`init should init simple fablo config with node chaincode and rest api 1`] = `
30273027
"{
3028-
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/1.2.1-unstable.0/schema.json",
3028+
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/2.0.0/schema.json",
30293029
"global": {
30303030
"fabricVersion": "2.5.9",
30313031
"tls": false,

e2e/__snapshots__/schema.test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exports[`schema should match snapshot 1`] = `
77
"default": {},
88
"properties": {
99
"$schema": {
10-
"const": "https://github.com/hyperledger-labs/fablo/releases/download/1.2.1-unstable.0/schema.json",
10+
"const": "https://github.com/hyperledger-labs/fablo/releases/download/2.0.0/schema.json",
1111
},
1212
"chaincodes": {
1313
"$id": "#/properties/chaincodes",

fablo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
FABLO_VERSION=1.2.1-unstable.0
5+
FABLO_VERSION=2.0.0
66
FABLO_IMAGE_NAME="ghcr.io/fablo-io/fablo"
77
FABLO_IMAGE="$FABLO_IMAGE_NAME:$FABLO_VERSION"
88

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-fablo",
3-
"version": "1.2.1-unstable.0",
3+
"version": "2.0.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 <[email protected]>, Jakub Dzikowski <[email protected]>",
66
"repository": {

samples/fablo-config-hlf2-1org-1chaincode-k8s.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/1.2.1-unstable.0/schema.json",
2+
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/2.0.0/schema.json",
33
"global": {
44
"fabricVersion": "2.4.7",
55
"tls": false,

samples/fablo-config-hlf2-1org-1chaincode-raft-explorer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/1.2.1-unstable.0/schema.json",
2+
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/2.0.0/schema.json",
33
"global": {
44
"fabricVersion": "2.3.3",
55
"tls": true,

samples/fablo-config-hlf2-1org-1chaincode.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/1.2.1-unstable.0/schema.json",
2+
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/2.0.0/schema.json",
33
"global": {
44
"fabricVersion": "2.5.9",
55
"tls": false

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"$schema": https://github.com/hyperledger-labs/fablo/releases/download/1.2.1-unstable.0/schema.json
2+
"$schema": https://github.com/hyperledger-labs/fablo/releases/download/2.0.0/schema.json
33
global:
44
fabricVersion: 2.4.7
55
tls: false

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"$schema": https://github.com/hyperledger-labs/fablo/releases/download/1.2.1-unstable.0/schema.json
2+
"$schema": https://github.com/hyperledger-labs/fablo/releases/download/2.0.0/schema.json
33
global:
44
fabricVersion: 2.4.3
55
tls: true

samples/fablo-config-hlf2-3orgs-1chaincode-raft-explorer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/1.2.1-unstable.0/schema.json",
2+
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/2.0.0/schema.json",
33
"global": {
44
"fabricVersion": "2.3.2",
55
"tls": true,

0 commit comments

Comments
 (0)