Skip to content

Latest commit

 

History

History
63 lines (35 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

63 lines (35 loc) · 1.85 KB

Changelog

1.4.7 (release October 8 2018)

  • Fix an ExceptionInInitializerError when plugin is used on Java 11 (230)
  • change source/target version for compiler from 1.7 to 1.8. This means that the plugin will only run on Java 8 and above. (231)

1.4.6 (released October 5 2018)

  • Support for Java 9 and 10

1.3.6 (released September 13 2017)

  • Add support for using maven settings.xml file to provide docker authorization (65)

1.3.3 (released July 11 2017)

  • Add support for supplying build-args (ARG in Dockerfile) in pom.xml with <buildArgs> 41

  • Allow disabling of Google Container Registry credential checks with -Ddockerfile.googleContainerRegistryEnabled or <googleContainerRegistryEnabled>false</googleContainerRegistryEnabled>(43)

1.3.2 (released July 10 2017)

  • Upgrade to docker-client 8.8.0 (38)

  • Improved fix for NullPointerException in LoggingProgressHandler (36)

1.3.1 (released June 30 2017)

  • Fix NullPointerException in LoggingProgressHandler (30)

1.3.0 (released June 5 2017)

  • Support for authentication to Google Container Registry (13, 17)

Earlier releases

Please check the list of commits on Github.