[go: up one dir, main page]

Skip to content

Tags: xichen1/cello

Tags

v1.0.0-alpha2

Toggle v1.0.0-alpha2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request hyperledger#446 from zhuyuanmao/clean-code

Clean api-engine and agent code

v1.0.0-alpha

Toggle v1.0.0-alpha's commit message
v1.0.0-alpha January 13, 2022

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

Release Notes
-------------
New features

* Support fabric v2.2;
* Support native docker agent basically;
* Support network create, channel create;

v0.9.0

Toggle v0.9.0's commit message
Fix image build failed error

Fix chain info page crashed bug.

Signed-off-by: Haitao Yue <haitao.yue@easy-visible.com>

v0.9.0-alpha

Toggle v0.9.0-alpha's commit message
v0.9.0-alpha September 9, 2018

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

Release Notes
-------------
New features

* Support native kubernetes agent basically;
* Support fabric v1.2;

Improvement

* Move long time task into async task queue in background;
* Refine dockerfile for operator dashboard.

Known Vulnerabilities
---------------------
None

Resolved Vulnerabilities
------------------------
None

Known Issues & Workarounds
--------------------------
* Kubernetes agent can't deploy fabric v1.2, and can't be used in user dashboard;
* In user dashboard, create or join channel of fabric v1.2 may cause peer node restart some times.

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

v0.8.0

Toggle v0.8.0's commit message
v0.8.0 March 28, 2018

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

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

None

Improvement

* Documentation typos.
* Update tutorial.
* Allow logging level to be configurable.

Known Vulnerabilities
---------------------
None

Resolved Vulnerabilities
------------------------
* Fix user dashboard image build fail.
* Fix the incompatibility with vSphere host type.

Known Issues & Workarounds
--------------------------
None

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

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.