Skip to content

chore(deps): Bump io.fabric8:docker-maven-plugin from 0.46.0 to 0.48.1#2045

Merged
ferenc-csaky merged 1 commit intomainfrom
dependabot/maven/io.fabric8-docker-maven-plugin-0.48.1
Apr 29, 2026
Merged

chore(deps): Bump io.fabric8:docker-maven-plugin from 0.46.0 to 0.48.1#2045
ferenc-csaky merged 1 commit intomainfrom
dependabot/maven/io.fabric8-docker-maven-plugin-0.48.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

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

Release notes

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

0.48.1 (2026-02-07)

  • Use wait config if no Docker Compose healthcheck (1771)

0.48.0 (2025-11-17)

  • Allow saving multiple images in docker:save using new parameters saveNames and saveAliases. #1891
  • Fixed compatibility with Docker 29+ which requires minimum API version 1.44
  • Fixed IP address parsing to support both legacy and new Docker API schema formats (#1887)

0.47.0 (2025-11-01)

  • Support for user namespace mode (1881)
  • Bump Jib Core to v0.27.3 (1879)
  • Bump Jnr UnixSocket to v0.38.23 (1880)
  • Drop Plexus DI, switch to plexus-utils, update m-assembly-p and deps, verified with Maven 4 (1851)
  • dmp:tag should skip <image>s with no <build> (1871)
  • buildArchiveOnly with a path still builds the image (1863)
  • Add skip tag to the image level by <skipTag> (1787)
Changelog

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

  • 0.49-SNAPSHOT:

  • 0.48.1 (2026-02-07):

    • Use wait config if no Docker Compose healthcheck (1771)
  • 0.48.0 (2025-11-17):

    • Allow saving multiple images in docker:save using new parameters saveNames and saveAliases.
    • Fixed compatibility with Docker 29+ which requires minimum API version 1.44
    • Fixed IP address parsing to support both legacy and new Docker API schema formats (#1887)
  • 0.47.0 (2025-11-01):

    • Support for user namespace mode (1881)
    • Bump Jib Core to v0.27.3 (1879)
    • Bump Jnr UnixSocket to v0.38.23 (1880)
    • Drop Plexus DI, switch to plexus-utils, update m-assembly-p and deps, verified with Maven 4 (1851)
    • dmp:tag should skip <image>s with no <build> (1871)
    • buildArchiveOnly with a path still builds the image (1863)
    • Add skip tag to the image level by <skipTag> (1787)
  • 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)

... (truncated)

Commits
  • 8fb9a89 [RELEASE] Update project version to v0.48.1
  • 5cfaee5 Fix: Use wait config if no docker compose healthcheck
  • b66319d ci: fix macOS e2e tests by switching to macos-15-intel runner
  • 7c686bf ci: Replace retired macos-13 runner with macos-14
  • 81bb66b fix: Update CMake minimum version to 3.5 to fix CI builder test
  • e1bdd1b [RELEASE] Prepare for next development iteration
  • 6a078ce [RELEASE] Update project version to v0.48.0
  • 5aa67c2 Allow saving multiple images in docker:save using new parameters list saveNam...
  • 19f2ac6 fix: Replace all unavailable openjdk images with eclipse-temurin:21-jre-alpine
  • deba500 fix: Replace unavailable openjdk:21-slim with eclipse-temurin:21-jre-alpine
  • 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 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)

Bumps [io.fabric8:docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.46.0 to 0.48.1.
- [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.46.0...v0.48.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 27, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 13.00%. Comparing base (0701ebc) to head (60aab9a).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #2045   +/-   ##
=========================================
  Coverage     13.00%   13.00%           
  Complexity      803      803           
=========================================
  Files           606      606           
  Lines         17437    17437           
  Branches       2102     2102           
=========================================
  Hits           2268     2268           
  Misses        14967    14967           
  Partials        202      202           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ferenc-csaky ferenc-csaky merged commit c92ce5d into main Apr 29, 2026
16 checks passed
@ferenc-csaky ferenc-csaky deleted the dependabot/maven/io.fabric8-docker-maven-plugin-0.48.1 branch April 29, 2026 15:17
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant