Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2025

Bumps io.fabric8:docker-maven-plugin from 0.37.0 to 0.46.0.

Release notes

Sourced from io.fabric8:docker-maven-plugin's releases.

v0.46.0 (2025-04-07)

What's Changed

  • Docker-compose healthcheck configuration support (1825)
  • Docker container wait timeout default value made configurable using startContainerWaitTimeout configuration option (1825)
  • Respect network configuration in POM and with property docker.build.network or system property docker.network.mode in docker buildx 1850)
  • Fix case sensitivity issue in builder name lookup by converting builderName to lowercase, ensuring compatibility across file systems (1847)
  • Move off direct SecDispatcher use #1848

New Contributors

Full Changelog: fabric8io/docker-maven-plugin@v0.45.1...v0.46.0

0.45.1 (2024-09-29)

  • Make copy docker-buildx binary to temporary config directory work on windows too (1819)
  • Pull FROM images in relative path Dockerfiles (1823)

New Contributors

Full Changelog: fabric8io/docker-maven-plugin@v0.45.0...v0.45.1

0.45.0 (2024-07-27)

  • Automatically create parent directories of portPropertyFile path (1761)
  • Use complete image id in DockerAccessWithHcClient while fetching image id (1764)
  • Add skip tag to the image level by <skipTag> (1787)
  • Remove usage of AnsiConsole (1791)
  • Gracefully handle 404 when removing container (1793)
  • Added support for platform attribute of a container in the docker-compose configuration.
  • Image Build Config BuildArgs should be passed while pulling images (1756)
  • docker:push failed with build ARG in FROM (1778)
  • Add the possibility to give secret to buildx build (1798
  • FROM can reference ARG that references other ARG (1800)

Thanks to our contributors ❤️ 🤗

... (truncated)

Changelog

Sourced from io.fabric8:docker-maven-plugin's changelog.

ChangeLog

  • 0.47-SNAPSHOT:

    • Support for user namespace mode (1881)
  • 0.46.0 (2025-04-06):

    • Docker-compose healthcheck configuration support (1825)
    • Docker container wait timeout default value made configurable using startContainerWaitTimeout configuration option (1825)
    • Respect network configuration in POM and with property docker.build.network or system property docker.network.mode in docker buildx 1850)
    • Fix case sensitivity issue in builder name lookup by converting builderName to lowercase, ensuring compatibility across file systems (1847)
  • 0.45.1 (2024-09-29):

    • Make copy docker-buildx binary to temporary config directory work on windows too (1819)
    • Pull FROM images in relative path Dockerfiles (1823)
  • 0.45.0 (2024-07-27):

    • Automatically create parent directories of portPropertyFile path (1761)
    • Use complete image id in DockerAccessWithHcClient while fetching image id (1764)
    • Add skip tag to the image level by <skipTag> (1787)
    • Remove usage of AnsiConsole (1791)
    • Gracefully handle 404 when removing container (1793)
    • Added support for platform attribute of a container in the docker-compose configuration.
    • Image Build Config BuildArgs should be passed while pulling images (1756)
    • docker:push failed with build ARG in FROM (1778)
    • Add the possibility to give secret to buildx build (1798
    • FROM can reference ARG that references other ARG (1800)
  • 0.44.0 (2024-02-17):

    • Add new option "useDefaultExclusion" for build configuration to handle exclusion of hidden files (1708)
    • The option is now propagated down to the buildx command, if it is set in the section. (1717)
    • Fix Buildx build with Dockerfile outside of the Docker build context directory (1721)
    • Add support setting driverOpts for buildx (1704)
    • Multi-Architecture push is not sending pull registry auth credentials (1709)
    • Adding support for --cacheFrom and --cacheTo buildX arguments (1621)
    • Add support for using maven/system properties for an ARG used as the FROM image in a dockerfile (1731)
    • Revert workaround for checking docker version for checking whether to add docker --config flag or not. (1754)
    • 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. (1754)
    • Fix Windows volume bindings for Rancher, Podman and Windows-based containers (1719)
    • Extract the Docker Compose v2.1+ depends_on conditions and apply them as Docker Maven Plugin waiting configurations (888)
    • Update org.apache.maven:maven-core to 3.8.1 (1702)
  • 0.43.4 (2023-08-18):

    • Always pass --config option for latest versions of Docker CLI (1701)
  • 0.43.3 (2023-08-13):

    • Only add --config to buildx command string when authentication credentials are coming from outside sources
    • Remove hardcoded --node value while creating buildx builder
  • 0.43.2 (2023-07-29):

    • Make --config from buildx command string generation optional (1673) @​robfrank

... (truncated)

Commits
  • 588fd36 [RELEASE] Update project version to v0.45.0
  • 30d0803 ci : bump setup-docker github action to v4
  • 6f929fc review : remove wildcard imports and use isEmpty from Apache commons
  • d249767 Reverting Wild card import to seperate imports in AbstractDockerMojo.java
  • 2c8d9fb Moved Guava classes with JDK inbuilt functionalities
  • 73d5d04 Typo to -> too (#1854)
  • 4df03f3 fix: error already existing instance due to case sensitive Path (#1847)
  • 94df38e fix: respects network configuration for buildx (#1850)
  • dd58908 docs: Correct removeVolumes description (#1852)
  • 1b28e22 Move off direct SecDispatcher use (#1848)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 26, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 26, 2025
@openshift-ci
Copy link

openshift-ci bot commented Oct 26, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link

openshift-ci bot commented Oct 26, 2025

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Bumps [io.fabric8:docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.37.0 to 0.46.0.
- [Release notes](https://github.com/fabric8io/docker-maven-plugin/releases)
- [Changelog](https://github.com/fabric8io/docker-maven-plugin/blob/master/doc/changelog.md)
- [Commits](fabric8io/docker-maven-plugin@v0.37.0...v0.46.0)

---
updated-dependencies:
- dependency-name: io.fabric8:docker-maven-plugin
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/io.fabric8-docker-maven-plugin-0.46.0 branch from 193b8ce to aa31583 Compare October 27, 2025 07:08
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 2, 2025

Superseded by #858.

@dependabot dependabot bot closed this Nov 2, 2025
@dependabot dependabot bot deleted the dependabot/maven/io.fabric8-docker-maven-plugin-0.46.0 branch November 2, 2025 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code needs-ok-to-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant