v0.7.txt 874 B

12345678910111213141516171819202122232425262728293031323334
  1. v0.7 https://github.com/hyperledger/cello/releases/tag/v0.7 October 22, 2017
  2. ------------------------
  3. Release Notes
  4. -------------
  5. Add new features:
  6. * Support fabric 1.0 network;
  7. * Support ansible-based fabric deployment on baremetal and Cloud env;
  8. * Support user management api and dashboard;
  9. * Start vSphere & Kubernetes Agent support.
  10. Improvement:
  11. * Improve RESTful api code for admin dashboard.
  12. Known Vulnerabilities
  13. ---------------------
  14. none
  15. Resolved Vulnerabilities
  16. ------------------------
  17. none
  18. Known Issues & Workarounds
  19. --------------------------
  20. When using Cello on MacOS, the mongodb container may fail to start. This is
  21. because the container will try to mount `/opt/cello/mongo` path. To resolve
  22. the problem, users need to add `/opt/cello` to Docker's sharing path.
  23. Change Log
  24. ----------
  25. https://github.com/hyperledger/cello/blob/master/CHANGELOG.md#v07