Skip to content

Commit

Permalink
build(deps): Bump io.fabric8:docker-maven-plugin from 0.43.4 to 0.44.0 (
Browse files Browse the repository at this point in the history
#1233)

Bumps
[io.fabric8:docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin)
from 0.43.4 to 0.44.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.44.0 (2024-02-17)</h2>
<ul>
<li>Add new option &quot;useDefaultExclusion&quot; 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>
<p>Thanks to our contributors  ❤️ 🤗</p>
<ul>
<li><a
href="https://github.com/thuva9872"><code>@​thuva9872</code></a></li>
<li><a href="https://github.com/tadgh"><code>@​tadgh</code></a></li>
<li><a
href="https://github.com/mruzicka"><code>@​mruzicka</code></a></li>
<li><a
href="https://github.com/Hellspam"><code>@​Hellspam</code></a></li>
<li><a
href="https://github.com/sdumitriu"><code>@​sdumitriu</code></a></li>
<li><a
href="https://github.com/bergerst"><code>@​bergerst</code></a></li>
<li><a href="https://github.com/mdxabu"><code>@​mdxabu</code></a></li>
<li><a
href="https://github.com/poikilotherm"><code>@​poikilotherm</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.45-SNAPSHOT</strong>:</p>
</li>
<li>
<p><strong>0.44.0</strong> (2024-02-17):</p>
<ul>
<li>Add new option &quot;useDefaultExclusion&quot; 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>
<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>
</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/b23d5d444c693f703215ac5c2ba38a4e1be96cf2"><code>b23d5d4</code></a>
[RELEASE] Update Project version to v0.44.0</li>
<li><a
href="https://github.com/fabric8io/docker-maven-plugin/commit/40371e754a6f3122af6d3019508c364627580935"><code>40371e7</code></a>
fix : AuthConfigList is populated with from images during buildx push as
well</li>
<li><a
href="https://github.com/fabric8io/docker-maven-plugin/commit/f58346ec0ace92a696e34894df5908e4f74a721d"><code>f58346e</code></a>
fix (buildx) : BuildX failing for Docker CLI on MacOS</li>
<li><a
href="https://github.com/fabric8io/docker-maven-plugin/commit/21c0520d35cec78e5f2e80bad2bf0d09341b07be"><code>21c0520</code></a>
ci : E2E tests should also run on GitHub MacOS runners</li>
<li><a
href="https://github.com/fabric8io/docker-maven-plugin/commit/3c1cf3fef2fb307e65bd5f2fdaa50e66531591c1"><code>3c1cf3f</code></a>
ci : Enable publishing snapshot artifacts to maven central</li>
<li><a
href="https://github.com/fabric8io/docker-maven-plugin/commit/b5714b1828cc3c52a744faddf4b96ee02035a0dc"><code>b5714b1</code></a>
chore : prerequisite maven version should be different from maven
version</li>
<li><a
href="https://github.com/fabric8io/docker-maven-plugin/commit/1ead2bbd90dd8d6577aaf30d1da18536986b6c04"><code>1ead2bb</code></a>
ci : Run E2E tests against multiple versions of Docker</li>
<li><a
href="https://github.com/fabric8io/docker-maven-plugin/commit/68d31d094e91139fbf72114c3997f8802aee8a10"><code>68d31d0</code></a>
Use isEmpty() to check whether collection is empty or not in
SourceMojo.java</li>
<li><a
href="https://github.com/fabric8io/docker-maven-plugin/commit/e8207b98a64c42096fceb1758bd9062d73249d9a"><code>e8207b9</code></a>
Removed Unused import on ArchieveServiceTest</li>
<li><a
href="https://github.com/fabric8io/docker-maven-plugin/commit/b4af8bc665f7295a4edf735261f14675febf64f2"><code>b4af8bc</code></a>
ci : Move Sonar analysis to Java 17</li>
<li>Additional commits viewable in <a
href="https://github.com/fabric8io/docker-maven-plugin/compare/v0.43.4...v0.44.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.43.4&new-version=0.44.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 19, 2024
1 parent aa159df commit e479dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<covered-ratio-complexity>0.5</covered-ratio-complexity>
<covered-ratio-instructions>0.5</covered-ratio-instructions>
<cypher-dsl.version>2023.9.3</cypher-dsl.version>
<docker-maven-plugin.version>0.43.4</docker-maven-plugin.version>
<docker-maven-plugin.version>0.44.0</docker-maven-plugin.version>
<docsImagesDir>${basedir}/docs/modules/ROOT/images</docsImagesDir>
<error_prone_annotations.version>2.24.1</error_prone_annotations.version>
<exec-maven-plugin.version>3.1.1</exec-maven-plugin.version>
Expand Down

0 comments on commit e479dc2

Please sign in to comment.