Skip to content

chore(deps): update dependency io.fabric8:docker-maven-plugin to v0.46.0 #111

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.fabric8:docker-maven-plugin 0.40.2 -> 0.46.0 age adoption passing confidence

Release Notes

fabric8io/docker-maven-plugin (io.fabric8:docker-maven-plugin)

v0.46.0

Compare Source

v0.45.1: 0.45.1 (2024-09-29)

Compare Source

  • 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

v0.45.0: 0.45.0 (2024-07-27)

Compare Source

  • 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 ❤️ 🤗

v0.44.0: 0.44.0 (2024-02-17)

Compare Source

  • 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 ❤️ 🤗

v0.43.4: 0.43.4 (2023-08-18)

Compare Source

  • Always pass --config option for latest versions of Docker CLI (1701)

v0.43.3: 0.43.3 (2023-08-13)

Compare Source

  • Only add --config to buildx command string when authentication credentials are coming from outside sources
    • Remove hardcoded --node value while creating buildx builder

v0.43.2: 0.43.2 (2023-07-29)

Compare Source

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

v0.43.1: 0.43.1 (2023-07-28)

Compare Source

v0.43.0: 0.43.0 (2023-05-20)

Compare Source

v0.42.1: 0.42.1 (2023-04-06)

Compare Source

v0.42.0: (2023-02-28)

Compare Source

v0.41.0: 0.41.0 (2023-02-06):

Compare Source

v0.40.3: 0.40.3 (2022-12-18)

Compare Source

  • 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
    • Bump com.google.guava:guava to v31.1-jre @​rohanKanojia

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from 1a2ee9f to c639355 Compare February 6, 2023 20:36
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.40.3 Update dependency io.fabric8:docker-maven-plugin to v0.41.0 Feb 6, 2023
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from c639355 to 3cb9019 Compare February 28, 2023 18:58
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.41.0 Update dependency io.fabric8:docker-maven-plugin to v0.42.0 Feb 28, 2023
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from 3cb9019 to 0ed5c8b Compare May 31, 2023 03:54
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.42.0 Update dependency io.fabric8:docker-maven-plugin to v0.43.0 May 31, 2023
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from 0ed5c8b to 851460c Compare July 28, 2023 17:15
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.43.0 Update dependency io.fabric8:docker-maven-plugin to v0.43.1 Jul 28, 2023
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from 851460c to a6af33e Compare July 29, 2023 09:06
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.43.1 Update dependency io.fabric8:docker-maven-plugin to v0.43.2 Jul 29, 2023
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.43.2 Update dependency io.fabric8:docker-maven-plugin to v0.43.3 Aug 13, 2023
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from a6af33e to 68653d3 Compare August 13, 2023 18:43
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from 68653d3 to 1c157e0 Compare August 18, 2023 08:21
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.43.3 Update dependency io.fabric8:docker-maven-plugin to v0.43.4 Aug 18, 2023
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.43.4 Update dependency io.fabric8:docker-maven-plugin to v0.44.0 Feb 17, 2024
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from 1c157e0 to ceb3574 Compare February 17, 2024 12:19
@renovate renovate bot changed the title Update dependency io.fabric8:docker-maven-plugin to v0.44.0 chore(deps): update dependency io.fabric8:docker-maven-plugin to v0.44.0 Apr 5, 2024
@renovate renovate bot changed the title chore(deps): update dependency io.fabric8:docker-maven-plugin to v0.44.0 chore(deps): update dependency io.fabric8:docker-maven-plugin to v0.45.0 Jul 27, 2024
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from ceb3574 to b4b1e15 Compare July 27, 2024 21:25
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from b4b1e15 to 79891dd Compare September 29, 2024 10:41
@renovate renovate bot changed the title chore(deps): update dependency io.fabric8:docker-maven-plugin to v0.45.0 chore(deps): update dependency io.fabric8:docker-maven-plugin to v0.45.1 Sep 29, 2024
@renovate renovate bot changed the title chore(deps): update dependency io.fabric8:docker-maven-plugin to v0.45.1 chore(deps): update dependency io.fabric8:docker-maven-plugin to v0.46.0 Apr 6, 2025
@renovate renovate bot force-pushed the renovate/io.fabric8-docker-maven-plugin-0.x branch from 79891dd to b719c72 Compare April 6, 2025 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants