Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump github.com/moby/moby from 24.0.1+incompatible to 25.0.0+incompatible#11741

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJan 22, 2024

Bumpsgithub.com/moby/moby from 24.0.1+incompatible to 25.0.0+incompatible.

Release notes

Sourced fromgithub.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 atValidateRestartPolicy.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 usingstdin.docker/cli#4346
  • Add support formac-address andlink-local-ip fields in--network long format.docker/cli#4419
  • Add support for specifying multiple--network flags withdocker container create anddocker 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
  • FixDownloading progress message on image pull.moby/moby#46515
  • FixNetworkConnect andContainerCreate with improved data validation, and return all validation errors at once.moby/moby#46183
  • Fixcom.docker.network.host_ipv4 option when IPv6 and ip6tables are enabled.moby/moby#46446
  • Fix daemon'scleanupContainer 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 theuserland-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
  • Thedocker image save tarball output is now OCI compliant.moby/moby#44598
  • The daemon no longer appendsACCEPT rules to the end of theINPUT 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 forpush,pull, andsave.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 incompare 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 [github.com/moby/moby](https://github.com/moby/moby) from 24.0.1+incompatible to 25.0.0+incompatible.- [Release notes](https://github.com/moby/moby/releases)- [Commits](moby/moby@v24.0.1...v25.0.0)---updated-dependencies:- dependency-name: github.com/moby/moby  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotDependabot
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubJan 29, 2024

Superseded by#11882.

@dependabotdependabotbot closed thisJan 29, 2024
@dependabotdependabotbot deleted the dependabot/go_modules/github.com/moby/moby-25.0.0incompatible branchJanuary 29, 2024 12:06
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJan 29, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp