Skip to content

Commit

Permalink
Update version to 0.8.2.19, CHANGELOG, and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiromu Hota committed May 24, 2019
1 parent eb89f1a commit 0cde034
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 12 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
# Change Log

## Unreleased
## 0.8.2.19 - 2019-XX-XX
### Added
- Add Jenkinsfile

### Changed
- Update Smiley's HTTP Proxy Servlet to 1.11
- Allow encoded slash (%2F) in URL (`-Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true`)
- [docker] Merge Dockerfile-base and Dockerfile-full, and rename it as Dockerfile
- allowUrlEncodedSlash at Spring Security
- pentaho-vfs-browser now depends on the official rap distribution
- Use //# for sourceURL instead of deprecated //@
- Separate out Clipboard for extensibility

### Removed
- "Connect Now" button from the repository manager dialog to prevent connectDropdown from becoming defunct
- [docker] Remove Dockerfile-bare

### Fixed
- Fix "Explore" and "Clear Shared Object Cache" remain disabled even after a database repository is connected (HiromuHota/webspoon-docker#20)
- Prevent the parent Composite from getting focused (#145)
- Let Const.getUser() work if cid is available (#147)
- Populate every folder in advance (#146)
- Fix 412 error right after getting connected to a repository (#148)
- Ensure selected step/job entry can be copied/cut (#155)
- Clipboard for TableView (#156)

### Security
- [docker] Change the user from root to tomcat

Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,17 @@ Please refer to the [wiki](https://github.com/HiromuHota/pentaho-kettle/wiki/Sys
The actual commands look like below:

```
$ export version=0.8.2.19
$ export dist=8.2.0.0-342
$ export CATALINA_HOME=/home/vagrant/apache-tomcat-8.5.23
$ cd ~/
$ unzip ~/Downloads/pdi-ce-8.2.0.0-342.zip
$ unzip ~/Downloads/pdi-ce-$dist.zip
$ cd $CATALINA_HOME
$ cp -r ~/data-integration/system ./
$ cp -r ~/data-integration/plugins ./
$ wget https://raw.githubusercontent.com/HiromuHota/webspoon-docker/0.8.2.18/install.sh
$ wget https://raw.githubusercontent.com/HiromuHota/webspoon-docker/$version/install.sh
$ chmod +x install.sh
$ export version=0.8.2.18
$ export dist=8.2.0.0-342
$ ./install.sh
$ export CATALINA_OPTS="-Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true"
$ ./bin/startup.sh
Expand Down
2 changes: 1 addition & 1 deletion assemblies/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>pdi-ce</artifactId>
<version>8.2.0.0-342-18</version>
<version>8.2.0.0-342-19</version>
<packaging>pom</packaging>

<name>PDI Client Community Edition</name>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>pdi-libs</artifactId>
<version>8.2.0.0-342-18</version>
<version>8.2.0.0-342-19</version>
<packaging>pom</packaging>

<name>PDI Client Libraries</name>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/static/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>pdi-static</artifactId>
<version>8.2.0.0-342-18</version>
<version>8.2.0.0-342-19</version>
<packaging>pom</packaging>

<name>PDI Client Static Assets</name>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>pentaho-kettle</groupId>
<artifactId>kettle-core</artifactId>
<version>8.2.0.0-342-18</version>
<version>8.2.0.0-342-19</version>
<packaging>jar</packaging>

<name>PDI Core</name>
Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>pentaho-kettle</groupId>
<artifactId>kettle-engine</artifactId>
<version>8.2.0.0-342-18</version>
<version>8.2.0.0-342-19</version>
<packaging>jar</packaging>

<name>PDI Engine</name>
Expand Down
2 changes: 1 addition & 1 deletion security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>pentaho-kettle</groupId>
<artifactId>webspoon-security</artifactId>
<packaging>jar</packaging>
<version>8.2.0.0-342-18</version>
<version>8.2.0.0-342-19</version>

<name>webSpoon Security</name>

Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>pentaho-kettle</groupId>
<artifactId>kettle-ui-swt</artifactId>
<packaging>jar</packaging>
<version>8.2.0.0-342-18</version>
<version>8.2.0.0-342-19</version>

<name>PDI User Interface</name>

Expand Down

0 comments on commit 0cde034

Please sign in to comment.