From b6a340d1ba9502cb7319271eccbb8030b495da62 Mon Sep 17 00:00:00 2001 From: Haitao Yue Date: Mon, 12 Nov 2018 22:14:12 +0800 Subject: [PATCH] [CE-499] Release v0.9.0 Release version v0.9.0. Change-Id: I87e9808d5afdb66531da10c7cd8ce4798b5e8ed0 Signed-off-by: Baohua Yang Signed-off-by: Haitao Yue Signed-off-by: tong li Signed-off-by: luke --- CHANGELOG.md | 19 +++++++++++++++++++ Makefile | 4 ++-- docs/release_note.md | 21 +++++++++++++++++++++ release_notes/v0.9.0.txt | 31 +++++++++++++++++++++++++++++++ 4 files changed, 73 insertions(+), 2 deletions(-) create mode 100644 release_notes/v0.9.0.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 89adb0e80..5304eaf52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## v0.9.0 +Mon Nov 12 13:58:38 UTC 2018 + +* [7c7d0ea](https://github.com/hyperledger/cello/commit/7c7d0ea) [CE-495](https://jira.hyperledger.org/browse/CE-495) Fix user dashboard dockerhub build failed +* [83e8ea7](https://github.com/hyperledger/cello/commit/83e8ea7) [CE-498](https://jira.hyperledger.org/browse/CE-498) JSON connection profile misses few quotes +* [8faf345](https://github.com/hyperledger/cello/commit/8faf345) [CE-497](https://jira.hyperledger.org/browse/CE-497) Extend the connection profiles +* [26e4384](https://github.com/hyperledger/cello/commit/26e4384) [CE-494](https://jira.hyperledger.org/browse/CE-494) Connection profile use public IP +* [31b9371](https://github.com/hyperledger/cello/commit/31b9371) [CE-493](https://jira.hyperledger.org/browse/CE-493) Check K8s Host Status failed +* [af989e2](https://github.com/hyperledger/cello/commit/af989e2) [CE-414](https://jira.hyperledger.org/browse/CE-414) adding V1_3 capabilities to ansible agent +* [00f23e7](https://github.com/hyperledger/cello/commit/00f23e7) [CE-483](https://jira.hyperledger.org/browse/CE-483) Fix docker version range +* [be8d6b6](https://github.com/hyperledger/cello/commit/be8d6b6) [CE-491](https://jira.hyperledger.org/browse/CE-491) Support Fabric 1.1 for k8s agent +* [77736ae](https://github.com/hyperledger/cello/commit/77736ae) [CE-487](https://jira.hyperledger.org/browse/CE-487) support Fabric 1.2 on K8s agent +* [f4c8b7a](https://github.com/hyperledger/cello/commit/f4c8b7a) [CE-488](https://jira.hyperledger.org/browse/CE-488) Fabric Chart for Cello +* [9de6569](https://github.com/hyperledger/cello/commit/9de6569) [CE-490](https://jira.hyperledger.org/browse/CE-490) Add a new command to start worker with mac os +* [0bf79ca](https://github.com/hyperledger/cello/commit/0bf79ca) [CE-489](https://jira.hyperledger.org/browse/CE-489) Fixed Code Format Issue +* [8de0e03](https://github.com/hyperledger/cello/commit/8de0e03) [CE-472](https://jira.hyperledger.org/browse/CE-472) Jump to info when click card in list page +* [ca0cd5a](https://github.com/hyperledger/cello/commit/ca0cd5a) [CE-484](https://jira.hyperledger.org/browse/CE-484) updata how set docker on ubuntu16.04 +* [dec726f](https://github.com/hyperledger/cello/commit/dec726f) [CE-486](https://jira.hyperledger.org/browse/CE-486) Release v0.9.0-beta version + ## v0.9.0-beta Sun Oct 21 05:39:36 UTC 2018 diff --git a/Makefile b/Makefile index 0d34d9952..be3d49feb 100755 --- a/Makefile +++ b/Makefile @@ -32,12 +32,12 @@ RESET := $(shell tput -Txterm sgr0) ARCH := $(shell uname -m) # changelog specific version tags -PREV_VERSION?=0.9.0-beta +PREV_VERSION?=0.9.0 # Building image usage DOCKER_NS ?= hyperledger BASENAME ?= $(DOCKER_NS)/cello -VERSION ?= 0.9.0-beta +VERSION ?= 0.9.0 IS_RELEASE=false DOCKER_BASE_x86_64=python:3.6 diff --git a/docs/release_note.md b/docs/release_note.md index b61421c22..974f16597 100644 --- a/docs/release_note.md +++ b/docs/release_note.md @@ -1,5 +1,26 @@ # Release Notes +## [v0.9.0](https://github.com/hyperledger/cello/releases/tag/v0.9.0) November 12, 2018 + +### Add new features + +* Support v1.1/v1.2 fabric in k8s agent; +* Add v1_3 capabilities to ansible agent; + +### Improvement + +* Extend the connection profiles; + +### Known Vulnerabilities +none + +### Resolved Vulnerabilities +* Fix User dashboard image built failed; + +### Known Issues & Workarounds + +* User dashboard can't work with kubernetes agent; + ## [v0.9.0-beta](https://github.com/hyperledger/cello/releases/tag/v0.9.0-beta) October 21, 2018 ### Add new features diff --git a/release_notes/v0.9.0.txt b/release_notes/v0.9.0.txt new file mode 100644 index 000000000..b0d1daa1c --- /dev/null +++ b/release_notes/v0.9.0.txt @@ -0,0 +1,31 @@ +v0.9.0 https://github.com/hyperledger/cello/releases/tag/v0.9.0 November 12, 2018 +------------------------ + +Release Notes +------------- +Add new features + +* Support v1.1/v1.2 fabric in k8s agent; +* Add v1_3 capabilities to ansible agent; + +Improvement + +* Extend the connection profiles; + +Known Vulnerabilities +--------------------- +none + +Resolved Vulnerabilities +------------------------ +* Fix User dashboard image built failed; + +Known Issues & Workarounds +-------------------------- +* User dashboard can't work with kubernetes agent; +## Known Issues & Workarounds + + +Change Log +---------- +https://github.com/hyperledger/cello/blob/master/CHANGELOG.md#v090 \ No newline at end of file