Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

41 lines (22 loc) · 1.81 KB

Change Log

All notable changes to this project will be documented in this file.

[unreleased]

Added

Changed

Fixed

0.6.0

Added

  • Added automatic update check. Jib CLI will now display a message if a new version is available. See the privacy page for more details. (#3165)
  • Added --image-metadata-out option to specify JSON output file that should contain image metadata (image ID, digest, and tags) after build is complete. (#3187)

0.5.0

Fixed

  • Fixed an issue where critical error messages (for example, unauthorized access from a registry) were erased by progress reporting and not shown. (#3148)

0.4.0

Added

0.3.0

Changed

  • Changed the default base image of the Jib CLI jar command from the openjdk images to the adoptopenjdk images on Docker Hub. (#3108)

0.2.0

Added

  • Added the jar command which can be used to containerize a JAR with $ jib jar --target ... my-app.jar. By default, the command will add the contents of the JAR into optimized layers on the container. (#11)