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

chore(deps): bump io.fabric8:docker-maven-plugin from 0.43.0 to 0.43.4 #3107

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps io.fabric8:docker-maven-plugin from 0.43.0 to 0.43.4.

Release notes

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

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)

Changelog

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

ChangeLog

  • 0.44-SNAPSHOT:

    • 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)
  • 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):

  • 0.41.0 (2023-02-06):

  • 0.40.3 (2022-12-18):

    • image/squash option is taken into account when using buildx (1605) @​kevinleturc
    • Allow having build args with same name but different value in various sources, which are overriden in the order of precedence in resulting build args map (1407) @​pavelsmolensky
    • Use double for docker.cpus property and interpret this value in the same way as Docker config option --cpus (1609) @​vjuranek
    • NPE from Assembly plugin when POM packaging is used (1146) @​slawekjaranowski

... (truncated)

Commits
  • e4e9bfd [RELEASE] Update project version to v0.43.4
  • 390c2d1 fix (buildx) : Always pass --config option for latest versions of Docker CLI ...
  • d730680 [RELEASE] Prepare for next development iteration
  • 9d86fc4 [RELEASE] Update Project version to v0.43.3
  • a339536 fix (buildx) : Remove hardcoded --node value while creating buildx builder
  • ff65263 fix (buildx) : Do not use --config when registry credentials from local docke...
  • acde0d4 [RELEASE] Prepare for next development iteration
  • b8fbd0d [RELEASE] Update project version to v0.43.2
  • a359cda fix (buildx) : Only add --config to buildx when config directory not empty
  • f7e1bca #1583
  • 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)

Bumps [io.fabric8:docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.43.0 to 0.43.4.
- [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.0...v0.43.4)

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

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 Dec 4, 2023
Copy link

github-actions bot commented Dec 4, 2023

Test Results

    4 files  ±0      4 suites  ±0   13m 10s ⏱️ -2s
  59 tests ±0    59 ✔️ ±0  0 💤 ±0  0 ±0 
234 runs  ±0  234 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit ac44cdf. ± Comparison against base commit 4703843.

@hawtio-ci
Copy link

hawtio-ci bot commented Dec 4, 2023

Test results

Run attempt: 806
Detailed summary

NAME TESTS PASSED ✅ SKIPPED 💤 FAILED ❌ ERRORS 🚫 TIME 🕖
results-quarkus-17-firefox 59 59 0 0 0 195.372
results-quarkus-21-firefox 59 59 0 0 0 197.449
results-springboot-17-firefox 58 58 0 0 0 198.287
results-springboot-21-firefox 58 58 0 0 0 198.918

@tadayosi tadayosi merged commit f9d6e14 into 4.x Dec 5, 2023
10 checks passed
@dependabot dependabot bot deleted the dependabot/maven/4.x/io.fabric8-docker-maven-plugin-0.43.4 branch December 5, 2023 04:31
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.

None yet

1 participant