dependabot[bot] opened a new pull request, #709: URL: https://github.com/apache/directory-scimple/pull/709
Bumps [io.fabric8:docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.45.0 to 0.45.1. <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.1 (2024-09-29)</h2> <ul> <li>Make copy docker-buildx binary to temporary config directory work on windows too (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1819">1819</a>)</li> <li>Pull FROM images in relative path Dockerfiles (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1823">1823</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tusharwebd"><code>@tusharwebd</code></a> made their first contribution in <a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1816">fabric8io/docker-maven-plugin#1816</a></li> <li><a href="https://github.com/jrnorth"><code>@jrnorth</code></a> made their first contribution in <a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1824">fabric8io/docker-maven-plugin#1824</a></li> <li><a href="https://github.com/derHeinz"><code>@derHeinz</code></a> made their first contribution in <a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1819">fabric8io/docker-maven-plugin#1819</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fabric8io/docker-maven-plugin/compare/v0.45.0...v0.45.1">https://github.com/fabric8io/docker-maven-plugin/compare/v0.45.0...v0.45.1</a></p> </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> <ul> <li>Docker-compose healthcheck configuration support (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1825">1825</a>)</li> <li>Docker container wait timeout default value made configurable using startContainerWaitTimeout configuration option (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1825">1825</a>)</li> </ul> </li> <li> <p><strong>0.45.1 (2024-09-29)</strong>:</p> <ul> <li>Make copy docker-buildx binary to temporary config directory work on windows too (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1819">1819</a>)</li> <li>Pull FROM images in relative path Dockerfiles (<a href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1823">1823</a>)</li> </ul> </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> </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/d25642009683659881123f2cd69fbdaaf08ab3c6"><code>d256420</code></a> [RELEASE] Update Project version to v0.45.1</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/dfef172d6441abb302a10dee135ba014a2e7606f"><code>dfef172</code></a> add changelog entry</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/a7f68299b73b1bda24d60252267b0a7f7b784a5c"><code>a7f6829</code></a> change imports</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/fd20eda4dda72c95869e1ebbd725658ba7a313b5"><code>fd20eda</code></a> change imports in vc-code style</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/14f1290df29948ee7bdbef64f24f9eb1c258cafd"><code>14f1290</code></a> make the workaround to work for windows</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/25e61bf1cd4e55612170573c6eadc6fc299dfe66"><code>25e61bf</code></a> Pull FROM images in relative path Dockerfiles</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/bd805724111f7744a38d0b67f80f3e2d2a3e46d2"><code>bd80572</code></a> refactor: replace list iteration with List.replaceAll method</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/1d9b7697209aa0618ba48c36451481037b2df41e"><code>1d9b769</code></a> ci : Add Docker versions v27.1.1 and v26.1.4 to E2E tests matrix</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/99c52cbd76d538b64eb5b8b07fdb619f1f634c34"><code>99c52cb</code></a> ci : Fix wrong server id in release github action workflow</li> <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/e44bafb91b445f98f04db923c59a7c1c995e1acc"><code>e44bafb</code></a> ci : fix typo in release GitHub action workflow</li> <li>Additional commits viewable in <a href="https://github.com/fabric8io/docker-maven-plugin/compare/v0.45.0...v0.45.1">compare view</a></li> </ul> </details> <br /> [](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...@directory.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org For additional commands, e-mail: dev-h...@directory.apache.org