Skip to content

jib-gradle-plugin v1.8.0

Compare
Choose a tag to compare
@chanseokoh chanseokoh released this 15 Nov 18:25
· 1153 commits to master since this release

jib-gradle-plugin

Major Changes

  • Requires Gradle 4.9 or newer (up from 4.6).
  • allowInsecureRegistries and the sendCredentialsOverHttp system property are now effective for authentication service server connections.
  • Fixed reporting parent build file when skaffold init is run on multi-module projects.
  • Optimized building to a registry with local base images.
  • Now correctly uses the war task if it is enabled and the bootWar task is disabled for Spring WAR projects.
  • Fixed inefficient communications when interacting with insecure registries and servers (when allowInsecureRegistries is set).

See CHANGELOG.md for more details.