Skip to content

Commit ad8f246

Browse files
updated change log
1 parent 55990b4 commit ad8f246

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212
- Generate release notes from CHANGELOG.me for github release (pipeline.yml).
1313

1414
### Changed
15-
- Updated examples in README to better show `cf push` with filename glob.
15+
- Updated examples to better show `cf push` with filename glob (README.md).
16+
- Move `apt-get clean` and tmp folder deletion to `apt-get install` block (Dockerfile).
17+
- Pin parent docker image version `openjdk:8u131-jdk-alpine` (Dockerfile) and `openjdk:8u131-jdk` (debian/Dockerfile).
18+
- Use Maven 3.5.0 (maven-wrapper.properties).
19+
- Move test & itest folders into /opt/resource folder in image to facilitate easier itest runs while in a running container (Dockerfile, debian/Dockerfile).
20+
-
21+
22+
### Fixed
23+
- `check` operation no longer silently fails on ssl cert errors.
24+
- `get` and `put` scripts now use the existing java keystore as a base for adding custom ssl certs.
1625

1726
## 1.3.2 - 2017-05-22
1827

0 commit comments

Comments
 (0)