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 the docker group with 3 updates #243

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2024

Bumps the docker group with 3 updates: github.com/docker/cli, github.com/docker/docker and github.com/moby/moby.

Updates github.com/docker/cli from 24.0.7+incompatible to 25.0.0+incompatible

Commits
  • e758fe5 Merge pull request #4795 from thaJeztah/bump_engine
  • cdb1c10 vendor: github.com/docker/docker v25.0.0-rc.3
  • d161a2a Merge pull request #4767 from dvdksn/refresh-plugin-docs
  • 3df1495 docs(plugins): fix typos and formatting
  • 33b00e5 Merge pull request #4797 from dvdksn/daemon-builder-config
  • 22bbdc7 docs: add "builder" key to full daemon.json example
  • 5fde1f2 Merge pull request #4796 from thaJeztah/deprecate_old_api_versions
  • 350d6bc Merge pull request #4792 from laurazard/alternative-fix-no-socket-notif
  • d2efc5b deprecate old API versions (1.23 and lower)
  • a18dad3 Merge pull request #4755 from dvdksn/cli-reference-canonical
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 24.0.7+incompatible to 25.0.0+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

v25.0.0

25.0.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

New

Bug fixes and enhancements

  • API: Fix error message for invalid policies at ValidateRestartPolicy. moby/moby#46352
  • API: Update /info endpoint to use singleflight. moby/moby#45847
  • Add an error message for when specifying a Dockerfile filename with -f, and also using stdin. docker/cli#4346
  • Add support for mac-address and link-local-ip fields in --network long format. docker/cli#4419
  • Add support for specifying multiple --network flags with docker container create and docker run. moby/moby#45906
  • Automatically enable IPv6 on a network when an IPv6 subnet is specified. moby/moby#46455
  • Add support for overlay networks over IPv6 transport. moby/moby#46790
  • Configuration reloading is now more robust: if there's an error during the configuration reload process, no configuration changes are applied. moby/moby#43980
  • Live restore: Containers with auto remove (docker run --rm) are no longer forcibly removed on engine restart. moby/moby#46857
  • Live restore: containers that are live-restored will now be given another health-check start period when the daemon restarts. moby/moby#47051
  • Container health status is flushed to disk less frequently, reducing wear on flash storage. moby/moby#47044
  • Ensure network names are unique. moby/moby#46251
  • Ensure that overlay2 layer metadata is correct. moby/moby#46471
  • Fix Downloading progress message on image pull. moby/moby#46515
  • Fix NetworkConnect and ContainerCreate with improved data validation, and return all validation errors at once. moby/moby#46183
  • Fix com.docker.network.host_ipv4 option when IPv6 and ip6tables are enabled. moby/moby#46446
  • Fix daemon's cleanupContainer if containerd is stopped. moby/moby#46213
  • Fix returning incorrect HTTP status codes for libnetwork errors. moby/moby#46146
  • Fix various issues with images/json API filters and image list. moby/moby#46034
  • CIFS volumes now resolves FQDN correctly. moby/moby#46863
  • Improve validation of the userland-proxy-path daemon configuration option. Validation now happens during daemon startup, instead of producing an error when starting a container with port-mapping. moby/moby#47000
  • Set the MAC address of container's interface when network mode is a short network ID. moby/moby#46406
  • Sort unconsumed build arguments before display in build output. moby/moby#45917
  • The docker image save tarball output is now OCI compliant. moby/moby#44598
  • The daemon no longer appends ACCEPT rules to the end of the INPUT iptables chain for encrypted overlay networks. Depending on firewall configuration, a rule may be needed to permit incoming encrypted overlay network traffic. moby/moby#45280
  • Unpacking layers with extended attributes onto an incompatible filesystem will now fail instead of silently discarding extended attributes. moby/moby#45464
  • Update daemon MTU option to BridgeConfig and display warning on Windows. moby/moby#45887
  • Validate IPAM config when creating a network. Automatically fix networks created prior to this release where --ip-range is larger than --subnet. moby/moby#45759
  • containerd image store: Add image events for push, pull, and save. moby/moby#46405

... (truncated)

Commits
  • 615dfdf Merge pull request #47106 from vvoland/c8d-windows-pull-error-msg
  • 7cbf01b Merge pull request #47105 from vvoland/c8d-mount-refcount-default
  • 05695c2 c8d/integation: Adjust error in TestPullLinuxImageFailsOnWindows
  • ae6468b c8d/mount: Use ref-counted mounter by default
  • c183fcf Merge pull request #47104 from rumpl/run-snapshotter-linux-tests
  • 982f85b Merge pull request #47101 from AkihiroSuda/refactor-47100
  • bd48159 ci: Always run snapshotter tests on Linux
  • ed15f1d net=host: remove /var/run/docker/netns/default from OCI config
  • 4f9c865 Merge pull request #46158 from elezar/refactor-rootless-tempdir
  • 436bf27 Merge pull request #46539 from TBBle/containerd_image_store_pr46402
  • Additional commits viewable in compare view

Updates github.com/moby/moby from 24.0.7+incompatible to 25.0.0+incompatible

Release notes

Sourced from github.com/moby/moby's releases.

v25.0.0

25.0.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

New

Bug fixes and enhancements

  • API: Fix error message for invalid policies at ValidateRestartPolicy. moby/moby#46352
  • API: Update /info endpoint to use singleflight. moby/moby#45847
  • Add an error message for when specifying a Dockerfile filename with -f, and also using stdin. docker/cli#4346
  • Add support for mac-address and link-local-ip fields in --network long format. docker/cli#4419
  • Add support for specifying multiple --network flags with docker container create and docker run. moby/moby#45906
  • Automatically enable IPv6 on a network when an IPv6 subnet is specified. moby/moby#46455
  • Add support for overlay networks over IPv6 transport. moby/moby#46790
  • Configuration reloading is now more robust: if there's an error during the configuration reload process, no configuration changes are applied. moby/moby#43980
  • Live restore: Containers with auto remove (docker run --rm) are no longer forcibly removed on engine restart. moby/moby#46857
  • Live restore: containers that are live-restored will now be given another health-check start period when the daemon restarts. moby/moby#47051
  • Container health status is flushed to disk less frequently, reducing wear on flash storage. moby/moby#47044
  • Ensure network names are unique. moby/moby#46251
  • Ensure that overlay2 layer metadata is correct. moby/moby#46471
  • Fix Downloading progress message on image pull. moby/moby#46515
  • Fix NetworkConnect and ContainerCreate with improved data validation, and return all validation errors at once. moby/moby#46183
  • Fix com.docker.network.host_ipv4 option when IPv6 and ip6tables are enabled. moby/moby#46446
  • Fix daemon's cleanupContainer if containerd is stopped. moby/moby#46213
  • Fix returning incorrect HTTP status codes for libnetwork errors. moby/moby#46146
  • Fix various issues with images/json API filters and image list. moby/moby#46034
  • CIFS volumes now resolves FQDN correctly. moby/moby#46863
  • Improve validation of the userland-proxy-path daemon configuration option. Validation now happens during daemon startup, instead of producing an error when starting a container with port-mapping. moby/moby#47000
  • Set the MAC address of container's interface when network mode is a short network ID. moby/moby#46406
  • Sort unconsumed build arguments before display in build output. moby/moby#45917
  • The docker image save tarball output is now OCI compliant. moby/moby#44598
  • The daemon no longer appends ACCEPT rules to the end of the INPUT iptables chain for encrypted overlay networks. Depending on firewall configuration, a rule may be needed to permit incoming encrypted overlay network traffic. moby/moby#45280
  • Unpacking layers with extended attributes onto an incompatible filesystem will now fail instead of silently discarding extended attributes. moby/moby#45464
  • Update daemon MTU option to BridgeConfig and display warning on Windows. moby/moby#45887
  • Validate IPAM config when creating a network. Automatically fix networks created prior to this release where --ip-range is larger than --subnet. moby/moby#45759
  • containerd image store: Add image events for push, pull, and save. moby/moby#46405

... (truncated)

Commits
  • 615dfdf Merge pull request #47106 from vvoland/c8d-windows-pull-error-msg
  • 7cbf01b Merge pull request #47105 from vvoland/c8d-mount-refcount-default
  • 05695c2 c8d/integation: Adjust error in TestPullLinuxImageFailsOnWindows
  • ae6468b c8d/mount: Use ref-counted mounter by default
  • c183fcf Merge pull request #47104 from rumpl/run-snapshotter-linux-tests
  • 982f85b Merge pull request #47101 from AkihiroSuda/refactor-47100
  • bd48159 ci: Always run snapshotter tests on Linux
  • ed15f1d net=host: remove /var/run/docker/netns/default from OCI config
  • 4f9c865 Merge pull request #46158 from elezar/refactor-rootless-tempdir
  • 436bf27 Merge pull request #46539 from TBBle/containerd_image_store_pr46402
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the docker group with 3 updates: [github.com/docker/cli](https://github.com/docker/cli), [github.com/docker/docker](https://github.com/docker/docker) and [github.com/moby/moby](https://github.com/moby/moby).


Updates `github.com/docker/cli` from 24.0.7+incompatible to 25.0.0+incompatible
- [Commits](docker/cli@v24.0.7...v25.0.0)

Updates `github.com/docker/docker` from 24.0.7+incompatible to 25.0.0+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v24.0.7...v25.0.0)

Updates `github.com/moby/moby` from 24.0.7+incompatible to 25.0.0+incompatible
- [Release notes](https://github.com/moby/moby/releases)
- [Commits](moby/moby@v24.0.7...v25.0.0)

---
updated-dependencies:
- dependency-name: github.com/docker/cli
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docker
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docker
- dependency-name: github.com/moby/moby
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 21, 2024 16:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 21, 2024
@abdulapopoola abdulapopoola added this pull request to the merge queue Jan 26, 2024
@abdulapopoola abdulapopoola removed this pull request from the merge queue due to a manual request Jan 26, 2024
@abdulapopoola
Copy link
Member

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 26, 2024

Superseded by #248.

@dependabot dependabot bot closed this Jan 26, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/docker-ecd5bdb6e9 branch January 26, 2024 19:42
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant