You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by GitBox <gi...@apache.org> on 2022/01/20 03:36:52 UTC

[GitHub] [isis] dependabot[bot] opened a new pull request #833: Bump jib-maven-plugin from 3.1.4 to 3.2.0

dependabot[bot] opened a new pull request #833:
URL: https://github.com/apache/isis/pull/833


   Bumps [jib-maven-plugin](https://github.com/GoogleContainerTools/jib) from 3.1.4 to 3.2.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/GoogleContainerTools/jib/releases">jib-maven-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>jib-maven-plugin v3.2.0</h2>
   <h3>Major Changes</h3>
   <ul>
   <li>Changed the default base image of the Jib CLI <code>jar</code> command from the <code>adoptopenjdk</code> images to the <a href="https://hub.docker.com/_/eclipse-temurin"><code>eclipse-temurin</code></a> on Docker Hub. Note that Temurin (by Adoptium) is the new name of AdoptOpenJDK. (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/issues/3483">#3483</a>)</li>
   <li>For retrieving credentials, Jib additionally looks for <code>$XDG_RUNTIME_DIR/containers/auth.json</code>, <code>$XDG_CONFIG_HOME/containers/auth.json</code>, and <code>$HOME/.config/containers/auth.json</code>. (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/issues/3524">#3524</a>)</li>
   <li><a href="https://github.com/GoogleContainerTools/jib/tree/master/jib-maven-plugin#from-object"><code>&lt;from&gt;&lt;platforms&gt;</code></a> parameter for multi-architecture image building can now be configured through Maven and system properties (for example, <code>-Djib.from.platforms=linux/amd64,linux/arm64</code> on the command-line). (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/pull/2742">#2742</a>)</li>
   <li>Build will fail if <code>&lt;extraDirectories&gt;&lt;paths&gt;</code> contain <code>from</code> directory that doesn't exist locally (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/issues/3542">#3542</a>)</li>
   <li>Fixed incorrect parsing with comma escaping when providing Jib list or map property values on the command-line. (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/issues/2224">#2224</a>)</li>
   </ul>
   <p>See <a href="https://github.com/GoogleContainerTools/jib/blob/master/jib-maven-plugin/CHANGELOG.md">CHANGELOG.md</a> for more details.</p>
   <h2>jib-gradle-plugin v3.2.0</h2>
   <h3>Major Changes</h3>
   <ul>
   <li>Changed the default base image of the Jib CLI <code>jar</code> command from the <code>adoptopenjdk</code> images to the <a href="https://hub.docker.com/_/eclipse-temurin"><code>eclipse-temurin</code></a> on Docker Hub. Note that Temurin (by Adoptium) is the new name of AdoptOpenJDK. (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/issues/3483">#3483</a>)</li>
   <li>For retrieving credentials, Jib additionally looks for <code>$XDG_RUNTIME_DIR/containers/auth.json</code>, <code>$XDG_CONFIG_HOME/containers/auth.json</code>, and <code>$HOME/.config/containers/auth.json</code>. (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/issues/3524">#3524</a>)</li>
   <li><a href="https://github.com/GoogleContainerTools/jib/tree/master/jib-gradle-plugin#from-closure"><code>jib.from.platforms</code></a> parameter for multi-architecture image building can now be configured through Maven and system properties (for example, <code>-Djib.from.platforms=linux/amd64,linux/arm64</code> on the command-line). (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/pull/2742">#2742</a>)</li>
   <li>Build will fail if <code>extraDirectories.paths</code> contain <code>from</code> directory that doesn't exist locally (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/issues/3542">#3542</a>)</li>
   <li>Fixed <code>ClassCastException</code> when using non-<code>String</code> value (for example, <a href="https://docs.gradle.org/current/javadoc/org/gradle/api/provider/Provider.html"><code>Provider</code></a>) for <code>Main-Class</code> manifest attribute of the <code>jar</code> task. (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/issues/3396">#3396</a>)</li>
   <li>Fixed incorrect parsing with comma escaping when providing Jib list or map property values on the command-line. (<a href="https://github-redirect.dependabot.com/GoogleContainerTools/jib/issues/2224">#2224</a>)</li>
   </ul>
   <p>See <a href="https://github.com/GoogleContainerTools/jib/blob/master/jib-gradle-plugin/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-maven-plugin&package-manager=maven&previous-version=3.1.4&new-version=3.2.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)
   
   
   </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@isis.apache.org

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



[GitHub] [isis] andi-huber merged pull request #833: Bump jib-maven-plugin from 3.1.4 to 3.2.0

Posted by GitBox <gi...@apache.org>.
andi-huber merged pull request #833:
URL: https://github.com/apache/isis/pull/833


   


-- 
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@isis.apache.org

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