jib-gradle-plugin v1.8.0
chanseokoh
released this
15 Nov 18:25
·
1153 commits
to master
since this release
Major Changes
- Requires Gradle 4.9 or newer (up from 4.6).
allowInsecureRegistries
and thesendCredentialsOverHttp
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 thebootWar
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.