Skip to content

Commit

Permalink
[CE-486] Release v0.9.0-beta version
Browse files Browse the repository at this point in the history
Release v0.9.0-beta version.

Change-Id: I3551e6391dd8663287bfe76bdf6ccafa7a7a1b13
Signed-off-by: Baohua Yang <yangbaohua@gmail.com>
Signed-off-by: Haitao Yue <hightall@me.com>
Signed-off-by: tong li <litong01@us.ibm.com>
Signed-off-by: luke <jiahaochen1993@gmail.com>
  • Loading branch information
hightall committed Oct 21, 2018
1 parent bf212da commit dec726f
Show file tree
Hide file tree
Showing 14 changed files with 78 additions and 278 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v0.9.0-beta
Sun Oct 21 05:39:36 UTC 2018

* [bf212da](https://github.com/hyperledger/cello/commit/bf212da) [CE-482](https://jira.hyperledger.org/browse/CE-482) Support compose files dynamic generation
* [3d78ad7](https://github.com/hyperledger/cello/commit/3d78ad7) [CE-481](https://jira.hyperledger.org/browse/CE-481) Modify user dashboard tutorial docs
* [0390ccb](https://github.com/hyperledger/cello/commit/0390ccb) [CE-471](https://jira.hyperledger.org/browse/CE-471) Fix operator dashboard login page
* [a798544](https://github.com/hyperledger/cello/commit/a798544) [CE-472](https://jira.hyperledger.org/browse/CE-472) Allow jump to chain info when click chain
* [81b17a7](https://github.com/hyperledger/cello/commit/81b17a7) [CE-467](https://jira.hyperledger.org/browse/CE-467) Unable to remove resource on NFS server
* [328b669](https://github.com/hyperledger/cello/commit/328b669) [CE-479](https://jira.hyperledger.org/browse/CE-479) Add stack overflow link in document
* [338d200](https://github.com/hyperledger/cello/commit/338d200) [CE-480](https://jira.hyperledger.org/browse/CE-480) change location of runhosts file
* [fd08855](https://github.com/hyperledger/cello/commit/fd08855) [CE-478](https://jira.hyperledger.org/browse/CE-478)adding missing connection profile fields
* [7e4aa01](https://github.com/hyperledger/cello/commit/7e4aa01) [CE-476](https://jira.hyperledger.org/browse/CE-476)Added yaml connection profile
* [339cf7f](https://github.com/hyperledger/cello/commit/339cf7f) [CE-477](https://jira.hyperledger.org/browse/CE-477) Kafka pods cannot be started successfully
* [a5be12d](https://github.com/hyperledger/cello/commit/a5be12d) [CE-473](https://jira.hyperledger.org/browse/CE-473) Add default parameters for example code

## v0.9.0-alpha
Sun Sep 9 13:13:21 UTC 2018

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ RESET := $(shell tput -Txterm sgr0)
ARCH := $(shell uname -m)

# changelog specific version tags
PREV_VERSION?=0.8.0
PREV_VERSION?=0.9.0-beta

# Building image usage
DOCKER_NS ?= hyperledger
BASENAME ?= $(DOCKER_NS)/cello
VERSION ?= 0.9.0
VERSION ?= 0.9.0-beta
IS_RELEASE=false

DOCKER_BASE_x86_64=python:3.6
Expand Down
15 changes: 0 additions & 15 deletions dockerhub/v0.9.0-alpha/mongo/Dockerfile

This file was deleted.

254 changes: 0 additions & 254 deletions dockerhub/v0.9.0-alpha/mongo/docker-entrypoint.sh

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM busybox as downloader

RUN cd /tmp && wget -c https://github.com/hyperledger/cello/archive/v0.9.0-alpha.zip && \
unzip v0.9.0-alpha.zip && mv cello-0.9.0-alpha cello
RUN cd /tmp && wget -c https://github.com/hyperledger/cello/archive/v0.9.0-beta.zip && \
unzip v0.9.0-beta.zip && mv cello-0.9.0-beta cello

FROM python:3.6

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0
#
FROM hyperledger/cello-baseimage:x86_64-0.9.0-alpha
FROM hyperledger/cello-baseimage:x86_64-0.9.0-beta

# use this in development
CMD ["python", "restserver.py"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
FROM node:8.9 as build_js
MAINTAINER haitao yue "hightall@me.com"
RUN cd /tmp && git clone -b 'v0.9.0-alpha' --single-branch --depth 1 https://github.com/hyperledger/cello.git
RUN cd /tmp && git clone -b 'v0.9.0-beta' --single-branch --depth 1 https://github.com/hyperledger/cello.git
RUN cp -r /tmp/cello/src/static /var/www
RUN cd /var/www/dashboard && npm install && npm run build

FROM hyperledger/cello-baseimage:x86_64-0.9.0-alpha
FROM hyperledger/cello-baseimage:x86_64-0.9.0-beta

COPY --from=build_js /var/www/dist /app/static/dist
COPY --from=build_js /tmp/cello/src/celery.conf /etc/supervisor/conf.d/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV FABRIC_VERSION_1_2 1.2.0
RUN cd /tmp && ARCH=$(echo "$(uname -s|tr '[:upper:]' '[:lower:]'|sed 's/mingw64_nt.*/windows/')-$(uname -m | sed 's/x86_64/amd64/g')" | awk '{print tolower($0)}') && \
echo $ARCH &&wget -c https://nexus.hyperledger.org/content/repositories/releases/org/hyperledger/fabric/hyperledger-fabric/${ARCH}-${FABRIC_VERSION_1_2}/hyperledger-fabric-${ARCH}-${FABRIC_VERSION_1_2}.tar.gz && \
mkdir fabric-1.2 && tar -zxvf hyperledger-fabric-${ARCH}-${FABRIC_VERSION_1_2}.tar.gz -C fabric-1.2
RUN cd /tmp && wget -c https://github.com/hyperledger/cello/archive/v0.9.0-alpha.zip && unzip v0.9.0-alpha.zip && mv cello-0.9.0-alpha cello
RUN cd /tmp && wget -c https://github.com/hyperledger/cello/archive/v0.9.0-beta.zip && unzip v0.9.0-beta.zip && mv cello-0.9.0-beta cello

FROM node:8.9
MAINTAINER haitao yue "hightall@me.com"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0
#
FROM hyperledger/cello-baseimage:x86_64-0.9.0-alpha
FROM hyperledger/cello-baseimage:x86_64-0.9.0-beta

# use this in development
CMD ["python", "watchdog.py"]
22 changes: 22 additions & 0 deletions docs/release_note.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Release Notes

## [v0.9.0-beta](https://github.com/hyperledger/cello/releases/tag/v0.9.0-beta) October 21, 2018

### Add new features
none

### Improvement

* Add tutorial for user dashboard;
* Add default parameters for invoke/query in user dashboard for example code;
* Support docker compose file dynamic generation;

### Known Vulnerabilities
none

### Resolved Vulnerabilities
* Fix Operator/User Dashboard bugs;

### Known Issues & Workarounds

* User system is very simple, need to improve;
* Kubernetes agent can't deploy fabric v1.2, and can't be used in user dashboard;

## [v0.9.0-alpha](https://github.com/hyperledger/cello/releases/tag/v0.9.0-alpha) September 9, 2018

### Add new features
Expand Down
Loading

0 comments on commit dec726f

Please sign in to comment.