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

   Bumps 
[io.fabric8:docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin)
 from 0.43.2 to 0.43.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/fabric8io/docker-maven-plugin/releases";>io.fabric8:docker-maven-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>0.43.3 (2023-08-13)</h2>
   <ul>
   <li>Only add <code>--config</code> to buildx command string when 
authentication credentials are coming from outside sources</li>
   <li>Remove hardcoded <code>--node</code> value while creating buildx 
builder</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";>io.fabric8:docker-maven-plugin's
 changelog</a>.</em></p>
   <blockquote>
   <h1>ChangeLog</h1>
   <ul>
   <li>
   <p><strong>0.44-SNAPSHOT</strong>:</p>
   </li>
   <li>
   <p><strong>0.43.3</strong> (2023-08-13):</p>
   <ul>
   <li>Only add <code>--config</code> to buildx command string when 
authentication credentials are coming from outside sources</li>
   <li>Remove hardcoded <code>--node</code> value while creating buildx 
builder</li>
   </ul>
   </li>
   <li>
   <p><strong>0.43.2</strong> (2023-07-29):</p>
   <ul>
   <li>Make <code>--config</code> from buildx command string generation 
optional (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1673";>1673</a>)
 <a href="https://github.com/robfrank";><code>@​robfrank</code></a></li>
   </ul>
   </li>
   <li>
   <p><strong>0.43.1</strong> (2023-07-28):</p>
   <ul>
   <li>Resolve registry auth URL by registry ID (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1688";>1688</a>)
 <a href="https://github.com/wajda";><code>@​wajda</code></a></li>
   <li>Allow 'host-gateway' as non-resolvable hostname in extraHosts (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1527";>1527</a>)
 <a href="https://github.com/azaaiman";><code>@​azaaiman</code></a></li>
   <li>Bump guava from <code>31.1-jre</code> to <code>32.0.1-jre</code> (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1686";>1686</a>)
 <a href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   <li>Bump jib-core from <code>0.23.0</code> to <code>0.24.0</code> (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1686";>1686</a>)
 <a href="https://github.com/rohanKanojia";><code>@​rohanKanojia</code></a></li>
   <li>Fix unauthorized error with buildx needing multiple credentials (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1583";>1583</a>)
 <a href="https://github.com/eocantu";><code>@​eocantu</code></a></li>
   <li>Add logger to HTTP ping checker (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1689";>1689</a>)
 <a href="https://github.com/ryanrishi";><code>@​ryanrishi</code></a></li>
   </ul>
   </li>
   <li>
   <p><strong>0.43.0</strong> (2023-05-20):</p>
   <ul>
   <li>Make buildx build single non-native platform if requested (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1665";>1665</a>)
 <a href="https://github.com/martyvona";><code>@​martyvona</code></a></li>
   <li>Support for buildx option to disable attestations (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1661";>1661</a>)
 <a href="https://github.com/chonton";><code>@​chonton</code></a></li>
   </ul>
   </li>
   <li>
   <p><strong>0.42.1</strong> (2023-04-06):</p>
   <ul>
   <li>Update Jnr Jffi dependency to v1.3.11 (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1660";>1660</a>)
 <a href="https://github.com/rohanKanojia";><code>@​rohanKanojia</code></a></li>
   <li>Update run platform documentation (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1652";>1652</a>)
 <a href="https://github.com/chonton";><code>@​chonton</code></a></li>
   <li>buildx should split platforms by comma as documented (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1651";>1651</a>)
 <a href="https://github.com/chonton";><code>@​chonton</code></a></li>
   </ul>
   </li>
   <li>
   <p><strong>0.42.0</strong> (2023-02-28):</p>
   <ul>
   <li>Support <code>docker run --platform</code> (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1641";>1641</a>)
 <a href="https://github.com/chonton";><code>@​chonton</code></a></li>
   <li>Update buildx documentation to amplify the build behavior (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1646";>1646</a>)
 <a href="https://github.com/chonton";><code>@​chonton</code></a></li>
   <li>Default to native platform when creating container (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1645";>1645</a>)
 <a href="https://github.com/chonton";><code>@​chonton</code></a></li>
   <li>JIB ignores the <code>DOCKER_REGISTRY</code> environment variable (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1617";>1617</a>)
 <a href="https://github.com/rohanKanojia";><code>@​rohanKanojia</code></a></li>
   </ul>
   </li>
   <li>
   <p><strong>0.41.0</strong> (2023-02-06):</p>
   <ul>
   <li>multi-arch build should use provided repository (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1597";>1597</a>)
 <a href="https://github.com/merikan";><code>@​merikan</code></a></li>
   <li>new property docker.build.network to override the network for RUN 
directives for docker build (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1636";>1636</a>)
 <a href="https://github.com/tulinkry";><code>@​tulinkry</code></a></li>
   <li>Update Jib Core to v0.23.0 (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1637";>1637</a>)
 <a href="https://github.com/rohanKanojia";><code>@​rohanKanojia</code></a></li>
   <li>Update JNR UnixSocket to v0.38.19 (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1638";>1638</a>)</li>
   </ul>
   </li>
   <li>
   <p><strong>0.40.3</strong> (2022-12-18):</p>
   <ul>
   <li>image/squash option is taken into account when using buildx (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1605";>1605</a>)
 <a href="https://github.com/kevinleturc";><code>@​kevinleturc</code></a></li>
   <li>Allow having build args with same name but different value in various 
sources, which are overriden in the order of precedence in resulting build args 
map (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1407";>1407</a>)
 <a 
href="https://github.com/pavelsmolensky";><code>@​pavelsmolensky</code></a></li>
   <li>Use double for <code>docker.cpus</code> property and interpret this 
value in the same way as Docker config option <code>--cpus</code> (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1609";>1609</a>)
 <a href="https://github.com/vjuranek";><code>@​vjuranek</code></a></li>
   <li>NPE from Assembly plugin when POM packaging is used (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1146";>1146</a>)
 <a 
href="https://github.com/slawekjaranowski";><code>@​slawekjaranowski</code></a></li>
   <li>Docker pulling progress only shown after pull has completed and not in 
real-time (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1598";>1598</a>)
 <a href="https://github.com/causalnet";><code>@​causalnet</code></a></li>
   <li>Bump <code>org.yaml:snakeyaml</code> to v1.32 (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1619";>1619</a>)
 <a href="https://github.com/pen4";><code>@​pen4</code></a></li>
   <li>Bump <code>com.google.cloud.tools:jib-core</code> to v0.23.0 (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1620";>1620</a>)
 <a href="https://github.com/pen4";><code>@​pen4</code></a></li>
   <li>Bump <code>com.google.guava:guava</code> to v31.1-jre <a 
href="https://github.com/rohanKanojia";><code>@​rohanKanojia</code></a></li>
   </ul>
   </li>
   <li>
   <p><strong>0.40.2</strong> (2022-07-31):</p>
   </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/9d86fc47775043be90d88d57f4347accd0acf528";><code>9d86fc4</code></a>
 [RELEASE] Update Project version to v0.43.3</li>
   <li><a 
href="https://github.com/fabric8io/docker-maven-plugin/commit/a339536df08246483ccc56de59638783e77ab142";><code>a339536</code></a>
 fix (buildx) : Remove hardcoded <code>--node</code> value while creating 
buildx builder</li>
   <li><a 
href="https://github.com/fabric8io/docker-maven-plugin/commit/ff65263f6845cdc10eff25d70fa3e8c26359ce96";><code>ff65263</code></a>
 fix (buildx) : Do not use --config when registry credentials from local 
docke...</li>
   <li><a 
href="https://github.com/fabric8io/docker-maven-plugin/commit/acde0d4361120192f548bbc62347c0d716a30397";><code>acde0d4</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.43.2...v0.43.3";>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.43.2&new-version=0.43.3)](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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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-unsubscr...@myfaces.apache.org

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

Reply via email to