Skip to content

jib-maven-plugin v3.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Aug 19:24
· 0 commits to 4cb096e5584df124ec71086f28d900adc7f49c79 since this release

Major Changes

  • Increased robustness in registry communications by retrying HTTP requests (to the effect of retrying image pushes or pulls) on I/O exceptions with exponential backoffs. (#3351)
  • Now also supports username and password properties for the auths section in a Docker config (~/.docker/config.json). (Previously, only supported was a base64-encoded username and password string of the auth property.) (#3365)
  • Upgraded Google HTTP libraries to 1.39.2. (#3387)

See CHANGELOG.md for more details.