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.42.0 to 0.43.4 #2300

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2023

Bumps io.fabric8:docker-maven-plugin from 0.42.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)

0.43.0 (2023-05-20)

0.42.1 (2023-04-06)

Changelog

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

ChangeLog

  • 0.44-SNAPSHOT:

  • 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
    • Docker pulling progress only shown after pull has completed and not in real-time (1598) @​causalnet
    • Bump org.yaml:snakeyaml to v1.32 (1619) @​pen4
    • Bump com.google.cloud.tools:jib-core to v0.23.0 (1620) @​pen4

... (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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Oct 18, 2023
@codecov-commenter
Copy link

codecov-commenter commented Oct 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (da8a5fb) 75.17% compared to head (69356c6) 75.21%.

Additional details and impacted files
@@              Coverage Diff              @@
##             3.6-dev    #2300      +/-   ##
=============================================
+ Coverage      75.17%   75.21%   +0.03%     
- Complexity     12311    12323      +12     
=============================================
  Files           1057     1057              
  Lines          63450    63450              
  Branches        6935     6935              
=============================================
+ Hits           47701    47724      +23     
+ Misses         13177    13160      -17     
+ Partials        2572     2566       -6     

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

@Cole-Greer
Copy link
Contributor

Closing to retarget 3.6-dev

@Cole-Greer Cole-Greer closed this Dec 4, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/3.5-dev/io.fabric8-docker-maven-plugin-0.43.4 branch December 4, 2023 22:42
@Cole-Greer Cole-Greer restored the dependabot/maven/3.5-dev/io.fabric8-docker-maven-plugin-0.43.4 branch December 4, 2023 22:53
@Cole-Greer Cole-Greer reopened this Dec 4, 2023
@dependabot dependabot bot changed the base branch from 3.5-dev to 3.6-dev December 4, 2023 22:53
@dependabot dependabot bot force-pushed the dependabot/maven/3.5-dev/io.fabric8-docker-maven-plugin-0.43.4 branch from 236023f to a8c7a12 Compare December 4, 2023 22:53
@Cole-Greer
Copy link
Contributor

It looks like this upgrade makes a few changes to buildx configs. This looks like a good upgrade for us, however it may require some manual testing of the multi-arch images. This would also be a good opportunity to re-evaluate multi-arch console images as well. I will try to find some time to do such testing shortly.

@Cole-Greer
Copy link
Contributor

@dependabot rebase

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

---
updated-dependencies:
- dependency-name: io.fabric8:docker-maven-plugin
  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/3.5-dev/io.fabric8-docker-maven-plugin-0.43.4 branch from a8c7a12 to 69356c6 Compare December 7, 2023 23:13
@Cole-Greer Cole-Greer merged commit 20ddedd into 3.6-dev Dec 8, 2023
40 checks passed
@Cole-Greer Cole-Greer deleted the dependabot/maven/3.5-dev/io.fabric8-docker-maven-plugin-0.43.4 branch December 8, 2023 01:41
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants