You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
12
12
- Generate release notes from CHANGELOG.me for github release (pipeline.yml).
13
13
14
14
### 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.
0 commit comments