Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump io.fabric8:docker-maven-plugin from 0.43.2 to 0.44.0 #1817

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps io.fabric8:docker-maven-plugin from 0.43.2 to 0.44.0.

Release notes

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

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)

Thanks to our contributors ❤️ 🤗

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
Changelog

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

ChangeLog

  • 0.45-SNAPSHOT:

  • 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
  • 0.43.1 (2023-07-28):

  • 0.43.0 (2023-05-20):

  • 0.42.1 (2023-04-06):

  • 0.42.0 (2023-02-28):

... (truncated)

Commits
  • b23d5d4 [RELEASE] Update Project version to v0.44.0
  • 40371e7 fix : AuthConfigList is populated with from images during buildx push as well
  • f58346e fix (buildx) : BuildX failing for Docker CLI on MacOS
  • 21c0520 ci : E2E tests should also run on GitHub MacOS runners
  • 3c1cf3f ci : Enable publishing snapshot artifacts to maven central
  • b5714b1 chore : prerequisite maven version should be different from maven version
  • 1ead2bb ci : Run E2E tests against multiple versions of Docker
  • 68d31d0 Use isEmpty() to check whether collection is empty or not in SourceMojo.java
  • e8207b9 Removed Unused import on ArchieveServiceTest
  • b4af8bc ci : Move Sonar analysis to Java 17
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
io.fabric8:docker-maven-plugin [< 0.44, > 0.43.2]

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)

Bumps [io.fabric8:docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.43.2 to 0.44.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.43.2...v0.44.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the update When updating an existing feature label Feb 19, 2024
@dependabot dependabot bot requested a review from dadoonet February 19, 2024 04:11
@dependabot dependabot bot added this to the 2.10 milestone Feb 19, 2024
Copy link

sonarcloud bot commented Feb 19, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@mergify mergify bot merged commit c4ab4ce into master Mar 1, 2024
13 checks passed
@dependabot dependabot bot deleted the dependabot/maven/io.fabric8-docker-maven-plugin-0.44.0 branch March 1, 2024 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update When updating an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant