From b81eb37820362b33dde5be2229064bc6ee9493ea Mon Sep 17 00:00:00 2001 From: Hiromu Hota Date: Thu, 20 Dec 2018 13:53:05 -0800 Subject: [PATCH] Update CHANGELOG and README to get ready for 0.8.2.17 release --- CHANGELOG.md | 8 ++++++++ README.md | 16 ++++++++-------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a3fdf40390..0c743020fbbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.8.2.17 - 2018-12-20 +### Changed +- Rebased to 8.2.0.0-342. +- Tag naming convention of Docker image (see [here](https://github.com/HiromuHota/webspoon-docker#tags) for details). + +### Fixed +- Ignore corrupted hops (HiromuHota/pdi-git-plugin#22). + ## 0.8.1.17 - 2018-11-26 ### Added - Log the current directory path thru JUL (#116) diff --git a/README.md b/README.md index 39d4af48c94b..6c81e5b1a8b3 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ $ docker run -d -p 8080:8080 hiromuhota/webspoon:latest-full Please refer to the [wiki](https://github.com/HiromuHota/pentaho-kettle/wiki/System-Requirements) for system requirements. -1. Unzip `pdi-ce-8.1.0.0-365.zip`, then copy `system` and `plugins` folders to `$CATALINA_HOME`. +1. Unzip `pdi-ce-8.2.0.0-342.zip`, then copy `system` and `plugins` folders to `$CATALINA_HOME`. 2. Run install.sh at `$CATALINA_HOME`. 3. (Re)start the Tomcat. @@ -42,14 +42,14 @@ The actual commands look like below: ``` $ export CATALINA_HOME=/home/vagrant/apache-tomcat-8.5.23 $ cd ~/ -$ unzip ~/Downloads/pdi-ce-8.1.0.0-365.zip +$ unzip ~/Downloads/pdi-ce-8.2.0.0-342.zip $ cd $CATALINA_HOME $ cp -r ~/data-integration/system ./ $ cp -r ~/data-integration/plugins ./ -$ wget https://raw.githubusercontent.com/HiromuHota/webspoon-docker/0.8.1.17/install.sh +$ wget https://raw.githubusercontent.com/HiromuHota/webspoon-docker/0.8.2.17/install.sh $ chmod +x install.sh -$ export version=0.8.1.17 -$ export dist=8.1.0.0-365 +$ export version=0.8.2.17 +$ export dist=8.2.0.0-342 $ ./install.sh $ ./bin/startup.sh ``` @@ -212,7 +212,7 @@ Please build and locally-publish the following dependent libraries. ### pentaho-xul-swt ``` -$ git clone -b webspoon-8.1 https://github.com/HiromuHota/pentaho-commons-xul.git +$ git clone -b webspoon-8.2 https://github.com/HiromuHota/pentaho-commons-xul.git $ cd pentaho-commons-xul $ mvn clean install -pl swt ``` @@ -233,7 +233,7 @@ $ mvn clean install -pl tests/org.eclipse.rap.rwt.testfixture -am ### pentaho-vfs-browser ``` -$ git clone -b webspoon-8.1 https://github.com/HiromuHota/apache-vfs-browser.git +$ git clone -b webspoon-8.2 https://github.com/HiromuHota/apache-vfs-browser.git $ cd apache-vfs-browser $ mvn clean install ``` @@ -247,7 +247,7 @@ Remember to build pentaho-vfs-browser after rap due to its dependency on rap. Compile `kettle-core`, `kettle-engine`, `kettle-ui-swt`, and `webspoon-security`; and install the packages into the local repository: ```bash -$ git clone -b webspoon-8.1 https://github.com/HiromuHota/pentaho-kettle.git +$ git clone -b webspoon-8.2 https://github.com/HiromuHota/pentaho-kettle.git $ cd pentaho-kettle $ mvn clean install -pl core,engine,security,ui ```