8000 Tags · hyperledger-cello/cello · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: hyperledger-cello/cello

Tags

v0.8.0-beta

Toggle v0.8.0-beta's commit message
v0.8.0-beta March 4, 2018

------------------------

Release Notes
-------------
Add new features

none

Improvement

* Support pulling newest docker images in Makefile.
* Add dev/production start options for service deploy.
* Derive AMI ID, allow custom Subnet/VPC.

Known Vulnerabilities
---------------------
none

Resolved Vulnerabilities
------------------------
* Fix start scripts for user dashboard.
* Fix health check bug.
* Fix the misplaced double quotes.
* Upgrade fabric client version in user dashboard
* Fix ca, tls files error in compose files for fabric client.

Known Issues & Workarounds
--------------------------
* Deploying smart contract in user dashboard is not finished.

Change Log
----------
https://github.com/hyperledger/cello/blob/master/CHANGELOG.md#v080-beta

v0.8.0-alpha

Toggle v0.8.0-alpha's commit message
v0.8.0-alpha January 20, 2018

-----------------------------

Release Notes
-------------
Add new features

* Blockchain-Explorer support;
* Enable user dashboard, can apply chain, query block/transaction,
    upload/invoke/query chain code;
* Support v3 docker compose format;
* Support fabric 1.0.5;
* Support fabric with kafaka mode;
* Enable creating/hosting service images at dockerhub;

Improvement

* Use mongoengine instead of mongodb library for admin dashboard.

Known Vulnerabilities
---------------------
none

Resolved Vulnerabilities
------------------------
none

Known Issues & Workarounds
--------------------------
* Health check should ignore blockchain explorer port.
* Cluster's user_id should be empty when the chain is created.
* User dashboard does not support debug/product mode.

Change Log
----------
https://github.com/hyperledger/cello/blob/master/CHANGELOG.md#v080-alpha

v0.7

Toggle v0.7's commit message
v0.7 October 20, 2017

---------------------

Release Notes
-------------
Add new features:

* Support fabric 1.0 network;
* Support ansible-based fabric deployment on baremetal and Cloud env;
* Support user management api and dashboard;
* Start vSphere & Kubernetes Agent support.

Improvement:

* Improve RESTful api code for admin dashboard.

Known Vulnerabilities
---------------------
none

Resolved Vulnerabilities
------------------------
none

Known Issues & Workarounds
--------------------------
When using Cello on MacOS, the mongodb container may fail to start. This is
because the container will try to mount `/opt/cello/mongo` path. To resolve
the problem, users need to add `/opt/cello` to Docker's sharing path.

Change Log
----------
https://github.com/hyperledger/cello/blob/master/CHANGELOG.md#v07

v0.6

Toggle v0.6's commit message
Mainly support fabric v0.6 as blockchain

* Operation dashboard is provided.
* Docker Host and Docker Swarm are supported as underly
  infrastructures.
0