Skip to content

Releases: GoogleContainerTools/jib

jib-maven-plugin v3.4.1

28 Feb 21:47
Compare
Choose a tag to compare

Major Changes

  • fix: support parsing manifest JSON containing LayerSources: from latest Docker. (#4171)

See CHANGELOG.md for more details.

jib-gradle-plugin v3.4.1

28 Feb 21:47
Compare
Choose a tag to compare

Major Changes

  • fix: support parsing manifest JSON containing LayerSources: from latest Docker. (#4171)

See CHANGELOG.md for more details.

jib-core v0.26.0

28 Feb 21:47
Compare
Choose a tag to compare

Major Changes

  • fix: support parsing manifest JSON containing LayerSources: from latest Docker. (#4171)

See CHANGELOG.md for more details.

jib-gradle-plugin v3.4.0

21 Sep 19:23
Compare
Choose a tag to compare

3.4.0

Major Changes

  • feat: support gradle lazy configuration for entrypoint container parameter. (#4003)
  • deps: bump com.github.luben:zstd-jni from 1.5.5-2 to 1.5.5-4. (#4049)
  • deps: bump com.fasterxml.jackson:jackson-bom from 2.15.0 to 2.15.2. (#4055)
  • deps: bump com.google.guava:guava from 32.0.1-jre to 32.1.2-jre (#4078)
  • deps: bump org.slf4j:slf4j-simple from 2.0.7 to 2.0.9. (#4098)
  • fix: fix WWW-Authenticate header parsing for Basic authentication (#4035)
  • Fixed Gradle deprecations for Gradle 8.2. (#3892)

See CHANGELOG.md for more details.

jib-core v0.25.0

22 Sep 13:43
Compare
Choose a tag to compare

Major Changes

  • deps: bump com.github.luben:zstd-jni from 1.5.5-2 to 1.5.5-4. (#4049)
  • deps: bump com.fasterxml.jackson:jackson-bom from 2.15.0 to 2.15.2. (#4055)
  • deps: bump com.google.guava:guava from 32.0.1-jre to 32.1.2-jre (#4078)
  • deps: bump org.slf4j:slf4j-simple from 2.0.7 to 2.0.9. (#4098)
  • fix: fix WWW-Authenticate header parsing for Basic authentication (#4035)

See CHANGELOG.md for more details.

jib-maven-plugin v3.4.0

21 Sep 21:26
Compare
Choose a tag to compare

Major Changes

deps: bump org.apache.maven:maven-compat from 3.9.1 to 3.9.2. (#4017)
deps: bump com.github.luben:zstd-jni from 1.5.5-2 to 1.5.5-4. (#4049)
deps: bump com.fasterxml.jackson:jackson-bom from 2.15.0 to 2.15.2. (#4055)
deps: bump com.google.guava:guava from 32.0.1-jre to 32.1.2-jre (#4078)
deps: bump org.slf4j:slf4j-simple from 2.0.7 to 2.0.9. (#4098)
fix: fix WWW-Authenticate header parsing for Basic authentication (#4035)

See CHANGELOG.md for more details.

jib-maven-plugin v3.3.2

12 May 19:52
Compare
Choose a tag to compare

Major Changes

  • Log an info instead of warning when entrypoint makes the image to ignore jvm parameters (#3904)

See CHANGELOG.md for more details.

jib-gradle-plugin v3.3.2

12 May 19:51
Compare
Choose a tag to compare

Major Changes

  • Support lazy configuration for jib.container.mainClass and jib.container.jvmFlags parameters (#3936)
  • Log an info instead of warning when entrypoint makes the image to ignore jvm parameters (#3904)

See CHANGELOG.md for more details.

jib-core v0.24.0

12 May 19:42
Compare
Choose a tag to compare

Major Changes

  • Replaced deprecated usages of com.google.api.client.util.Base64 with java.util.Base64 (#3872)
  • Replaced deprecated usages of ObjectMapper.configure in jackson (#3890)
  • Fixed V22ManifestListTemplate cast to allow pulling an OCI index manifest from cache (#3974)
  • Specified CompressorStreamFactory to decompress compressed layer until EOF in CacheStorageWriter (#3983)
  • Fixed multithreading issue from DockerClientResolver.resolve by not sharing a static ServiceLoader instance (#3993)

See CHANGELOG.md for more details.

jib-cli v0.12.0

28 Oct 19:53
Compare
Choose a tag to compare

Major Changes

  • Upgraded Google HTTP libraries to 1.42.2 (#3745)
  • Re-synchronized jackson dependencies with BOM to use latest versions (#3768)

See CHANGELOG.md for more details.