Skip to content

jib-gradle-plugin v2.6.0

Compare
Choose a tag to compare
@loosebazooka loosebazooka released this 07 Oct 16:24
· 740 commits to master since this release

Major Changes

  • Added lazy evaluation for jib.to.image and jib.to.tags using Gradle Property and Provider. (#2727)
  • (Incubating) Configure multiple platforms (such as architectures) to build multiple images as a bundle and push as a manifest list. (#2523)
  • Upgraded the ASM library to 9.0 to resolve an issue when auto-inferring main class in Java 15+. (#2776)
  • Fixed NullPointerException during input validation (in Java 9+) when configuring Jib parameters using certain immutable collections (such as List.of()). (#2702)
  • Fixed authentication failure with Azure Container Registry when using "tokens". (#2784)
  • Improved authentication flow for base image registry. (#2134)

See CHANGELOG.md for more details.