dependabot[bot] opened a new pull request, #5276: URL: https://github.com/apache/myfaces-tobago/pull/5276
Bumps [io.fabric8:docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.44.0 to 0.45.0. <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.45.0 (2024-07-27)</h2> <ul> <li>Automatically create parent directories of portPropertyFile path (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1761">1761</a>)</li> <li>Use complete image id in DockerAccessWithHcClient while fetching image id (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1764">1764</a>)</li> <li>Add skip tag to the image level by <code><skipTag></code> (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1787">1787</a>)</li> <li>Remove usage of <code>AnsiConsole</code> (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1791">1791</a>)</li> <li>Gracefully handle 404 when removing container (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1793">1793</a>)</li> <li>Added support for <code>platform</code> attribute of a container in the docker-compose configuration.</li> <li>Image Build Config BuildArgs should be passed while pulling images (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1756">1756</a>)</li> <li><code>docker:push</code> failed with build <code>ARG</code> in <code>FROM</code> (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1778">1778</a>)</li> <li>Add the possibility to give secret to buildx build (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1798">1798</a></li> <li><code>FROM</code> can reference <code>ARG</code> that references other <code>ARG</code> (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1800">1800</a>)</li> </ul> <p>Thanks to our contributors ❤️ 🤗</p> <ul> <li><a href="https://github.com/kevinleturc"><code>@kevinleturc</code></a></li> <li><a href="https://github.com/Willena"><code>@Willena</code></a></li> <li><a href="https://github.com/attiand"><code>@attiand</code></a></li> <li><a href="https://github.com/nodece"><code>@nodece</code></a></li> <li><a href="https://github.com/mdxabu"><code>@mdxabu</code></a></li> <li><a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li><a href="https://github.com/sebastiankirsch"><code>@sebastiankirsch</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">io.fabric8:docker-maven-plugin's changelog</a>.</em></p> <blockquote> <h1>ChangeLog</h1> <ul> <li> <p><strong>0.46-SNAPSHOT</strong>:</p> </li> <li> <p><strong>0.45.0 (2024-07-27)</strong>:</p> <ul> <li>Automatically create parent directories of portPropertyFile path (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1761">1761</a>)</li> <li>Use complete image id in DockerAccessWithHcClient while fetching image id (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1764">1764</a>)</li> <li>Add skip tag to the image level by <code><skipTag></code> (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1787">1787</a>)</li> <li>Remove usage of <code>AnsiConsole</code> (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1791">1791</a>)</li> <li>Gracefully handle 404 when removing container (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1793">1793</a>)</li> <li>Added support for <code>platform</code> attribute of a container in the docker-compose configuration.</li> <li>Image Build Config BuildArgs should be passed while pulling images (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1756">1756</a>)</li> <li><code>docker:push</code> failed with build <code>ARG</code> in <code>FROM</code> (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1778">1778</a>)</li> <li>Add the possibility to give secret to buildx build (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1798">1798</a></li> <li><code>FROM</code> can reference <code>ARG</code> that references other <code>ARG</code> (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1800">1800</a>)</li> </ul> </li> <li> <p><strong>0.44.0</strong> (2024-02-17):</p> <ul> <li>Add new option "useDefaultExclusion" for build configuration to handle exclusion of hidden files (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1708">1708</a>)</li> <li>The <!-- raw HTML omitted --> option is now propagated down to the buildx command, if it is set in the <!-- raw HTML omitted --> section. (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1717">1717</a>)</li> <li>Fix Buildx build with Dockerfile outside of the Docker build context directory (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1721">1721</a>)</li> <li>Add support setting driverOpts for buildx (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1704">1704</a>)</li> <li>Multi-Architecture push is not sending pull registry auth credentials (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1709">1709</a>)</li> <li>Adding support for <code>--cacheFrom</code> and <code>--cacheTo</code> buildX arguments (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1621">1621</a>)</li> <li>Add support for using maven/system properties for an ARG used as the FROM image in a dockerfile (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1731">1731</a>)</li> <li>Revert workaround for checking docker version for checking whether to add <code>docker --config</code> flag or not. (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1754">1754</a>)</li> <li>Add a workaround to copy docker-buildx binary to temporary config directory created for docker buildx build. This seems to make docker recognize buildx even after config override. (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1754">1754</a>)</li> <li>Fix Windows volume bindings for Rancher, Podman and Windows-based containers (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1719">1719</a>)</li> <li>Extract the Docker Compose v2.1+ <code>depends_on</code> conditions and apply them as Docker Maven Plugin waiting configurations (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/888">888</a>)</li> <li>Update <code>org.apache.maven:maven-core</code> to <code>3.8.1</code> (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1702">1702</a>)</li> </ul> </li> <li> <p><strong>0.43.4</strong> (2023-08-18):</p> <ul> <li>Always pass <code>--config</code> option for latest versions of Docker CLI (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1701">1701</a>)</li> </ul> </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> </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/c634d9de8e9a0779194835de74936b7cd302f628"><code>c634d9d</code></a> [RELEASE] Update Project version to v0.45.0</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/50047d0173724b75ddce06083dc1e1f0dfb741b7"><code>50047d0</code></a> ci : Add a pipeline for release to maven central</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/af3a6d0086e6762681bd882f523b5e24c2c6afae"><code>af3a6d0</code></a> ci : Fix documentation deploy pipeline (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1808">#1808</a>)</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/3f55e01acb01b9f457a0991356a46d388bb2cb8a"><code>3f55e01</code></a> feature: Add the possibility to give secret to buildx build (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1798">#1798</a>) (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1799">#1799</a>)</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/7971f7330982c238ace0d02b00806d0fed04f4b0"><code>7971f73</code></a> fix: arg stated in a FROM clause can reference other args (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1800">#1800</a>)</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/e9801891092bd2760e52cffde18d2fe8bae2dc73"><code>e980189</code></a> fix : RegistryService should also consider buildArgs while resolving base images</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/ac5e09afa705ed819759fa81632e922368b7f6cb"><code>ac5e09a</code></a> Add IT test</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/f4de3af10b3313e4139d67b294d8c6d903323585"><code>f4de3af</code></a> Gracefully handle 404 when removing container</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/c1ff71f0ac254321fe7f598260d96f8fb4974793"><code>c1ff71f</code></a> Remove usage of AnsiConsole</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/150970d6647426b690fe5fe25327370546daf0ef"><code>150970d</code></a> Improve test</li> <li>Additional commits viewable in <a href="https://github.com/fabric8io/docker-maven-plugin/compare/v0.44.0...v0.45.0">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.44.0&new-version=0.45.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 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