You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by GitBox <gi...@apache.org> on 2022/09/15 03:34:12 UTC

[GitHub] [geronimo-arthur] dependabot[bot] opened a new pull request, #8: Bump jib-core from 0.17.0 to 0.22.0 in /arthur-maven-plugin

dependabot[bot] opened a new pull request, #8:
URL: https://github.com/apache/geronimo-arthur/pull/8

   Bumps [jib-core](https://github.com/GoogleContainerTools/jib) from 0.17.0 to 0.22.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/GoogleContainerTools/jib/releases">jib-core's releases</a>.</em></p>
   <blockquote>
   <h2>jib-core v0.22.0</h2>
   <h3>Major Changes</h3>
   <ul>
   <li>Added better error messaging when environment map in container.environment contains null values (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/pull/3672">GoogleContainerTools/jib#3672</a>).</li>
   <li>Added DockerClient interface which is used to make calls to the Docker daemon. This allows for custom implementations to be introduced via SPI (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/pull/3703">GoogleContainerTools/jib#3703</a>).</li>
   <li>Added support for OCI image index manifests (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/pull/3715">GoogleContainerTools/jib#3715</a>).</li>
   <li>Added support for base image layer compressed with zstd (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/pull/3717">GoogleContainerTools/jib#3717</a>)</li>
   <li>Upgraded slf4j-api to 2.0.0 (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/pull/3735">GoogleContainerTools/jib#3735</a>).</li>
   <li>Upgraded nullaway to 0.9.9. (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/pull/3720">GoogleContainerTools/jib#3720</a>)</li>
   <li>Jib now throws an exception when the base image doesn't support target platforms during multi-platform build (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/pull/3707">GoogleContainerTools/jib#3707</a>).</li>
   <li>Jib now only checks for file existence instead of running the executable passed into dockerClient.executable for the purpose of verifying if docker is installed correctly. Users are responsible for ensuring that the docker executable specified through this property is valid and has the correct permissions (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/pull/3744">GoogleContainerTools/jib#3744</a>).</li>
   </ul>
   <p>See <a href="https://github.com/GoogleContainerTools/jib/blob/master/jib-core/CHANGELOG.md">CHANGELOG.md</a> for more details.</p>
   <h2>jib-core v0.21.0</h2>
   <h3>Major Changes</h3>
   <ul>
   <li>Support for configuration of credential helper with environment variables (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/pull/3575">#3575</a>).</li>
   <li>Support architecture suffixes in tags when publishing multi-platform images (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/pull/3523">#3523</a>).</li>
   <li>Upgraded jackson-databind to 2.13.2.2 (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/pull/3612">#3612</a>).</li>
   <li>Added helpful pointers for unsupported class file version exception cause (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/pull/3499">#3499</a>).</li>
   </ul>
   <p>See <a href="https://github.com/GoogleContainerTools/jib/blob/master/jib-core/CHANGELOG.md">CHANGELOG.md</a> for more details.</p>
   <h2>jib-core v0.20.0</h2>
   <h3>Major Changes</h3>
   <ul>
   <li>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. (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/pull/3351">#3351</a>)</li>
   <li>Downgraded Google HTTP libraries to 1.34.0 to resolve network issues. (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/pull/3415">#3415</a>, <a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/issues/3058">#3058</a>, <a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/issues/3409">#3409</a>)</li>
   </ul>
   <p>See <a href="https://github.com/GoogleContainerTools/jib/blob/master/jib-core/CHANGELOG.md">CHANGELOG.md</a> for more details.</p>
   <h2>jib-core v0.19.0</h2>
   <h3>Major Changes</h3>
   <ul>
   <li><code>JavaContainerBuilder#fromDistroless()</code> and <code>JavaContainerBuilder#fromDistrolessJetty()</code> are deprecated. To migrate, check the Javadoc. (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/pull/3123">#3123</a>)</li>
   <li>For Google Artifact Registry (<code>*-docker.pkg.dev</code>), Jib now tries <a href="https://developers.google.com/identity/protocols/application-default-credentials">Google Application Default Credentials</a> last like it has been doing for <code>gcr.io</code>. (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/pull/3241">#3241</a>)</li>
   <li>Timestamps of file entries in a built <code>TarImage</code> are set to the epoch, making the tarball reproducible. (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/issues/3158">#3158</a>)</li>
   </ul>
   <p>See <a href="https://github.com/GoogleContainerTools/jib/blob/master/jib-core/CHANGELOG.md">CHANGELOG.md</a> for more details.</p>
   <h2>jib-core v0.18.0</h2>
   <h3>Major Changes</h3>
   <ul>
   <li>New method: <code>Containerizer#addRegistryMirrors</code> for configuring registry mirrors for base images. This is useful when hitting <a href="https://www.docker.com/increase-rate-limits">Docker Hub rate limits</a>. Only public mirrors (such as <code>mirror.gcr.io</code>) are supported. (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/issues/2999">#2999</a>)</li>
   </ul>
   <p>See <a href="https://github.com/GoogleContainerTools/jib/blob/master/jib-core/CHANGELOG.md">CHANGELOG.md</a> for more details.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a href="https://github.com/GoogleContainerTools/jib/commits">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.cloud.tools:jib-core&package-manager=maven&previous-version=0.17.0&new-version=0.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/geronimo-arthur/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@geronimo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [geronimo-arthur] dependabot[bot] commented on pull request #8: Bump jib-core from 0.17.0 to 0.22.0 in /arthur-maven-plugin

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #8:
URL: https://github.com/apache/geronimo-arthur/pull/8#issuecomment-1373489222

   Looks like com.google.cloud.tools:jib-core is up-to-date now, so this is no longer needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@geronimo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [geronimo-arthur] dependabot[bot] closed pull request #8: Bump jib-core from 0.17.0 to 0.22.0 in /arthur-maven-plugin

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #8: Bump jib-core from 0.17.0 to 0.22.0 in /arthur-maven-plugin
URL: https://github.com/apache/geronimo-arthur/pull/8


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@geronimo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org