Skip to content

Releases: nulldriver/maven-resource

v1.3.6

16 May 16:05
Compare
Choose a tag to compare

This release is exactly the same as v1.3.5 and was only generated for validation of the release pipeline after moving to nulldriver resources.

v1.3.5

26 Apr 19:09
Compare
Choose a tag to compare

1.3.5 - 2018-03-20

Fixed

  • Interacting with an SSL protected Maven Repository Manager broke with Concourse 3.9.0. The way Concourse now mounts the worker's certificate directory to /etc/ssl/certs clobbers the /etc/ssl/certs/java/cacerts file placed there by the base openjdk image, which is symlinked to at $JAVA_HOME/jre/lib/security/cacerts, which of course is needed by Java for SSL stuff.

So... as a workaround we unlink the link and copy the file directly to $JAVA_HOME/jre/lib/security/cacerts. Thx to @elgohr for working with me on this!

Changed

  • Bumped base openjdk image to version 8u151 (from 8u131).

v1.3.4

26 Apr 19:08
Compare
Choose a tag to compare

1.3.4 - 2017-10-03

Fixed

Removed

  • Version 1.3.3 (use 1.3.4 instead!!)

v1.3.3 [YANKED]

26 Apr 19:06
Compare
Choose a tag to compare

1.3.3 - 2017-10-03

Added

  • Change log file (CHANGELOG.md).
  • Generate release notes from CHANGELOG.me for github release (pipeline.yml).

Changed

  • Updated examples to better show cf push with filename glob (README.md).
  • Move apt-get clean and tmp folder deletion to apt-get install block (Dockerfile).
  • Pin parent docker image version openjdk:8u131-jdk-alpine (Dockerfile) and openjdk:8u131-jdk (debian/Dockerfile).
  • Use Maven 3.5.0 (maven-wrapper.properties).
  • Move test & itest folders into /opt/resource folder in image to facilitate easier itest runs while in a running container (Dockerfile, debian/Dockerfile).

Fixed

  • check operation no longer silently fails on ssl cert errors.
  • get and put scripts now use the existing java keystore as a base for adding custom ssl certs.

v1.3.2

26 Apr 18:57
Compare
Choose a tag to compare
make the task a bit more generic

v1.3.1

31 Mar 16:40
Compare
Choose a tag to compare
added more tests