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

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request #2294: build(deps): bump docker-maven-plugin from 0.39.0 to 0.39.1

dependabot[bot] opened a new pull request #2294:
URL: https://github.com/apache/myfaces-tobago/pull/2294


   Bumps [docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.39.0 to 0.39.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/fabric8io/docker-maven-plugin/releases">docker-maven-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>0.39.1 (2022-02-27)</h2>
   <ul>
   <li>determineFinalArgValue respect default value if key exists but value is null (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1528">1528</a>) <a href="https://github.com/twendelmuth"><code>@​twendelmuth</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/fabric8io/docker-maven-plugin/blob/master/doc/changelog.md">docker-maven-plugin's changelog</a>.</em></p>
   <blockquote>
   <h1>ChangeLog</h1>
   <ul>
   <li>
   <p><strong>0.40-SNAPSHOT</strong> :</p>
   </li>
   <li>
   <p><strong>0.39.1</strong> (2022-02-27):</p>
   <ul>
   <li>determineFinalArgValue respect default value if key exists but value is null (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1528">1528</a>) <a href="https://github.com/twendelmuth"><code>@​twendelmuth</code></a></li>
   </ul>
   </li>
   <li>
   <p><strong>0.39.0</strong> (2022-02-06):</p>
   <ul>
   <li><code>skipPom</code> is ignored by &quot;push&quot; goal (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1482">1482</a>) <a href="https://github.com/rohanKanojia"><code>@​rohanKanojia</code></a></li>
   <li>Cleanup dangling images as a result of image tagging, auto-pulling a base image, or auto-pulling a cacheFrom image (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1513">#1513</a>) <a href="https://github.com/rkhmelichek"><code>@​rkhmelichek</code></a></li>
   <li>Fix logic bug to remove dangling images in BuildService (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1522">1522</a>) <a href="https://github.com/rkhmelichek"><code>@​rkhmelichek</code></a></li>
   <li>Enable Create Image (pull) HTTP API option (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1516">#1516</a>) <a href="https://github.com/rohanKanojia"><code>@​rohanKanojia</code></a></li>
   </ul>
   </li>
   <li>
   <p><strong>0.38.1</strong> (2021-12-18):</p>
   <ul>
   <li>Update to jnr-unixsocket 0.38.14 to solve UnsatisfiedLinkError on Apple M1 (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1507">#1257</a>) <a href="https://github.com/henningn"><code>@​henningn</code></a></li>
   <li>Revert &quot;Only push the <code>latest</code> tag if no other tags where specified in jib mode. This can break your build, if you rely on the automatic <code>latest</code> tag.&quot; (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1510">#1510</a>) <a href="https://github.com/Postremus"><code>@​Postremus</code></a></li>
   <li>Revert &quot;Only push the <code>latest</code> tag if no other tags where specified in docker mode. This can break your build, if you rely on the automatic <code>latest</code> tag.&quot; (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1509">#1509</a>) <a href="https://github.com/Postremus"><code>@​Postremus</code></a></li>
   </ul>
   </li>
   <li>
   <p><strong>0.38.0</strong> (2021-11-09):</p>
   <ul>
   <li>Allow replacement in tags. Added a new replacement <code>%T</code> which always adds a timestamp. (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1491">#1491</a>)</li>
   <li>Only push the <code>latest</code> tag if no other tags where specified in docker mode. This can break your build, if you rely on the automatic <code>latest</code> tag. (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1496">#1496</a>)</li>
   <li>Only push the <code>latest</code> tag if no other tags where specified in jib mode. This can break your build, if you rely on the automatic <code>latest</code> tag. (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1498">#1498</a>)</li>
   <li>Deprecate <code>entrypoint</code> parameter in <code>&lt;run&gt;</code> configuration (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1488">1488</a>)</li>
   <li>Add support for <code>executeStopOnVMShutdown</code> flag in <code>docker:stop</code> goal to stop containers after build completion (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1492">1492</a>)</li>
   </ul>
   </li>
   </ul>
   <p><strong>Note:</strong> <code>entrypoint</code> parameter in <code>&lt;run&gt;</code> configuration is marked as deprecated. Users are advised to use <code>entryPoint</code> parameter instead.</p>
   <ul>
   <li>
   <p><strong>0.37.0</strong> (2021-08-15)</p>
   <ul>
   <li>Fix stop mojo by taking container name pattern into account (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1168">#1168</a>)</li>
   <li>Wait for request.abort to finish before calling <code>is.close()</code> (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1103">#1103</a>)</li>
   </ul>
   </li>
   <li>
   <p><strong>0.36.1</strong> (2021-06-27)</p>
   <ul>
   <li>Fix multi-stage builds when an image refers to another image named/aliased up in the Dockerfile (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1443">1443</a>)</li>
   <li>Revert part of <a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/965">#965</a> in LogRequestor (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1480">1480</a>)</li>
   </ul>
   </li>
   <li>
   <p><strong>0.36.0</strong> (2021-05-23)</p>
   <ul>
   <li>CI builds with Maven Wrapper to ensure that Maven Wrapper files and configuration are correct (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1450">1450</a>)</li>
   <li>Using <!-- raw HTML omitted --> properties in image configuration disables Docker cache during build (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1455">1455</a>)</li>
   <li>Update documentation to clearly state that <code>docker.cacheFrom.idx</code> is a <em>list</em> property and should always be used with a <code>idx</code> suffix. With this change, <code>docker.cacheFrom</code> (without <em>idx</em>) is not considered anymore.</li>
   <li>A placeholder in docker.image.tag isn't replaced by the final result when used during docker:build (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1468">1468</a>)</li>
   <li>Add a property(<code>outputFile</code>) to dump the output of Docker commands to file ([1472]<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1472">fabric8io/docker-maven-plugin#1472</a>)</li>
   <li>Add pulling of <code>cacheFrom</code> images during build (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1457">1457</a>)</li>
   <li>Update Guava to 30.1-jre and Jib-Core to 0.18.0 (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1475">1475</a>)</li>
   </ul>
   </li>
   <li>
   <p><strong>0.35.0</strong> (2021-04-04)</p>
   <ul>
   <li>Building 'spring-boot-with-jib' sample fails with NoSuchMethodError (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1384">1384</a>)</li>
   <li>Loading Image tarball into docker daemon fails in JIB mode (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1385">1385</a>)</li>
   <li><code>assembly.inline</code> is removed when external properties are enabled (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1082">1082</a>)</li>
   <li>Fix Support for Podman REST API(when configured) Related to (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1330">1330</a>)</li>
   <li>Fix ignored <code>SHELL</code> directive when provided in XML configuration (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1418">#1418</a>)</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/a088ed780e9bba400408db511c5008e0d93d2433"><code>a088ed7</code></a> [RELEASE] Update project version to v0.39.1</li>
   <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/097f1c7f91edf5e8020efbcc51e6664d85745f92"><code>097f1c7</code></a> <a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1528">#1528</a> determineFinalArgValue respect default value if key exists but value ...</li>
   <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/5f71139d36072d83e313cf97421a27cdb93dd8f6"><code>5f71139</code></a> [RELEASE] : Prepare for next development iteration</li>
   <li>See full diff in <a href="https://github.com/fabric8io/docker-maven-plugin/compare/v0.39.0...v0.39.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.fabric8:docker-maven-plugin&package-manager=maven&previous-version=0.39.0&new-version=0.39.1)](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@myfaces.apache.org

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



[GitHub] [myfaces-tobago] henningn merged pull request #2294: build(deps): bump docker-maven-plugin from 0.39.0 to 0.39.1

Posted by GitBox <gi...@apache.org>.
henningn merged pull request #2294:
URL: https://github.com/apache/myfaces-tobago/pull/2294


   


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

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