cli
cli copied to clipboard
Bump the docker group with 6 updates
Bumps the docker group with 6 updates:
Package | From | To |
---|---|---|
github.com/docker/cli | 26.1.4+incompatible |
27.1.1+incompatible |
github.com/docker/docker | 26.1.4+incompatible |
27.1.1+incompatible |
github.com/moby/moby | 26.1.4+incompatible |
27.1.1+incompatible |
github.com/moby/sys/signal | 0.7.0 |
0.7.1 |
github.com/moby/sys/sequential | 0.5.0 |
0.6.0 |
github.com/moby/sys/user | 0.1.0 |
0.2.0 |
Updates github.com/docker/cli
from 26.1.4+incompatible to 27.1.1+incompatible
Commits
6312585
Merge pull request #5274 from thaJeztah/27.1_backport_compose_oomc599566
Allow for OomScoreAdjfb19def
Merge pull request #5271 from thaJeztah/27.1_backport_custom_headers_env_varbccd478
Merge pull request #5270 from thaJeztah/27.1_backport_test_spring_cleaning8992378
add support for DOCKER_CUSTOM_HEADERS env-var (experimental)f90273c
Merge pull request #5269 from thaJeztah/27.1_backport_add_macos_apple_siliconca9636a
test spring-cleaningad47d2a
gha: update to macOS 13, add macOS 14 arm64 (Apple Silicon M1)a2a0fb7
Merge pull request #5263 from thaJeztah/27.1_backport_relax_pr_check16d6c90
Merge pull request #5265 from thaJeztah/27.1_backport_bump_buildx_compose- Additional commits viewable in compare view
Updates github.com/docker/docker
from 26.1.4+incompatible to 27.1.1+incompatible
Release notes
Sourced from github.com/docker/docker's releases.
v27.1.1
27.1.1
Security
This release contains a fix for CVE-2024-41110 / GHSA-v23v-6jw2-98fq that impacted setups using authorization plugins (AuthZ) for access control. No other changes are included in this release, and this release is otherwise identical for users not using AuthZ plugins.
Packaging updates
- Update Compose to v2.29.1. moby/docker-ce-packaging#1041
Full Changelog: https://github.com/moby/moby/compare/v27.1.0...v27.1.1
v27.1.0
27.1.0
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 27.1.0 milestone
- moby/moby, 27.1.0 milestone
- Deprecated and removed features, see Deprecated Features.
- Changes to the Engine API, see API version history.
Bug fixes and enhancements
- rootless: add
Requires=dbus.socket
to prevent errors when starting the daemon on a cgroup v2 host with systemd moby/moby#48141- containerd integration:
image tag
event is now properly emitted when building images with BuildKit moby/moby#48182- CLI: enable shell completion for
docker image rm
,docker image history
, anddocker image inspect
moby/moby#5261- CLI: add and improve shell completions for various flags moby/moby#5261
- CLI: add OOMScoreAdj to
docker service create
anddocker stack
docker/cli#5274- CLI: add support for
DOCKER_CUSTOM_HEADERS
environment variable (experimental) docker/cli#5271- CLI: containerd-integration: Fix
docker push
defaulting the--platform
flag to a value ofDOCKER_DEFAULT_PLATFORM
environment variable on unsupported API versions docker/cli#5248- CLI: fix: context cancellation on
login
prompt docker/cli#5260- CLI: fix: wait for the container to exit before closing the stream when sending a termination request to the CLI while attached to a container docker/cli#5250
Deprecated
- The
pkg/rootless/specconv
package is deprecated, and will be removed in the next release moby/moby#48185- The
pkg/containerfs
package is deprecated, and will be removed in the next release moby/moby#48185- The
pkg/directory
package is deprecated, and will be removed in the next release moby/moby#48185api/types/system
: remove deprecatedInfo.ExecutionDriver
moby/moby#48184Packaging updates
- Update Buildx to v0.16.1. moby/docker-ce-packaging#1039
- Update Compose to v2.29.0. moby/docker-ce-packaging#1038
- Update Containerd (static binaries only) to v1.7.20. moby/moby#48191
... (truncated)
Commits
cc13f95
Merge commit from forka21b1a2
Merge pull request #48196 from thaJeztah/27.1_backport_vendor_containerd_1.7.201bc907c
vendor: github.com/containerd/containerd v1.7.204bb4575
Merge pull request #48191 from thaJeztah/27.1_backport_update_containerd_bina...df7f275
Merge pull request #48195 from thaJeztah/27.1_backport_fix_pr_title_check1c0885d
gha: check-pr-branch: fix branch check regressionfb3ec9f
Merge pull request #48187 from thaJeztah/27.1_backport_bump_buildx_composeed83a9e
update containerd binary to v1.7.2071b59bf
Merge pull request #48178 from thaJeztah/27.1_backport_relax_pr_checkf8f926b
Merge pull request #48185 from thaJeztah/27.1_backport_internalize_pkg_directory- Additional commits viewable in compare view
Updates github.com/moby/moby
from 26.1.4+incompatible to 27.1.1+incompatible
Release notes
Sourced from github.com/moby/moby's releases.
v27.1.1
27.1.1
Security
This release contains a fix for CVE-2024-41110 / GHSA-v23v-6jw2-98fq that impacted setups using authorization plugins (AuthZ) for access control. No other changes are included in this release, and this release is otherwise identical for users not using AuthZ plugins.
Packaging updates
- Update Compose to v2.29.1. moby/docker-ce-packaging#1041
Full Changelog: https://github.com/moby/moby/compare/v27.1.0...v27.1.1
v27.1.0
27.1.0
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 27.1.0 milestone
- moby/moby, 27.1.0 milestone
- Deprecated and removed features, see Deprecated Features.
- Changes to the Engine API, see API version history.
Bug fixes and enhancements
- rootless: add
Requires=dbus.socket
to prevent errors when starting the daemon on a cgroup v2 host with systemd moby/moby#48141- containerd integration:
image tag
event is now properly emitted when building images with BuildKit moby/moby#48182- CLI: enable shell completion for
docker image rm
,docker image history
, anddocker image inspect
moby/moby#5261- CLI: add and improve shell completions for various flags moby/moby#5261
- CLI: add OOMScoreAdj to
docker service create
anddocker stack
docker/cli#5274- CLI: add support for
DOCKER_CUSTOM_HEADERS
environment variable (experimental) docker/cli#5271- CLI: containerd-integration: Fix
docker push
defaulting the--platform
flag to a value ofDOCKER_DEFAULT_PLATFORM
environment variable on unsupported API versions docker/cli#5248- CLI: fix: context cancellation on
login
prompt docker/cli#5260- CLI: fix: wait for the container to exit before closing the stream when sending a termination request to the CLI while attached to a container docker/cli#5250
Deprecated
- The
pkg/rootless/specconv
package is deprecated, and will be removed in the next release moby/moby#48185- The
pkg/containerfs
package is deprecated, and will be removed in the next release moby/moby#48185- The
pkg/directory
package is deprecated, and will be removed in the next release moby/moby#48185api/types/system
: remove deprecatedInfo.ExecutionDriver
moby/moby#48184Packaging updates
- Update Buildx to v0.16.1. moby/docker-ce-packaging#1039
- Update Compose to v2.29.0. moby/docker-ce-packaging#1038
- Update Containerd (static binaries only) to v1.7.20. moby/moby#48191
... (truncated)
Commits
cc13f95
Merge commit from forka21b1a2
Merge pull request #48196 from thaJeztah/27.1_backport_vendor_containerd_1.7.201bc907c
vendor: github.com/containerd/containerd v1.7.204bb4575
Merge pull request #48191 from thaJeztah/27.1_backport_update_containerd_bina...df7f275
Merge pull request #48195 from thaJeztah/27.1_backport_fix_pr_title_check1c0885d
gha: check-pr-branch: fix branch check regressionfb3ec9f
Merge pull request #48187 from thaJeztah/27.1_backport_bump_buildx_composeed83a9e
update containerd binary to v1.7.2071b59bf
Merge pull request #48178 from thaJeztah/27.1_backport_relax_pr_checkf8f926b
Merge pull request #48185 from thaJeztah/27.1_backport_internalize_pkg_directory- Additional commits viewable in compare view
Updates github.com/moby/sys/signal
from 0.7.0 to 0.7.1
Release notes
Sourced from github.com/moby/sys/signal's releases.
mountinfo v0.7.1
What's Changed
- mountinfo: linux: add a /proc/self/mountinfo fallback by
@cyphar
in moby/sys#135 (a regression for a bug in v0.7.0)Full Changelog: https://github.com/moby/sys/compare/mountinfo/v0.7.0...mountinfo/v0.7.1
signal v0.7.1
What's Changed
- update minimum supported go version to go1.17
- bump golang.org/x/sys to v0.1.0
Full Changelog: https://github.com/moby/sys/compare/signal/v0.7.0...signal/v0.7.1
Commits
cafbe42
Merge pull request #138 from thaJeztah/fix_symlink_docs41a565e
symlink: touch-up documentation35f6c4e
Merge pull request #137 from thaJeztah/refresh_ci057bd48
ci/gha: drop Go 1.20, add Go 1.222a29ebe
ci/gha: add macos-14 (m1, arm64)83479f0
ci/gha: add ubuntu-24.04 (current LTS)05d90a3
mountinfo: rm unneeded errorlint annotation9c5e9e2
Makefile: bump golangci-lint to v1.59.12152420
ci/gha: bump actions/checkout to v42ca03f0
ci/gha: bump actions/setup-go to v5- Additional commits viewable in compare view
Updates github.com/moby/sys/sequential
from 0.5.0 to 0.6.0
Release notes
Sourced from github.com/moby/sys/sequential's releases.
signal/v0.6.0
What's Changed
- signal: Handle more signals to make ParseSignal containerd compatible by
@kzys
in moby/sys#71- signal: fix name for SIGBUS on darwin by
@thaJeztah
in moby/sys#72- signal: fix name for SIGBUS on freebsd by
@thaJeztah
in moby/sys#73- signal: sort Windows signals alphabetically by
@thaJeztah
in moby/sys#74- signal: remove DefaultStopSignal by
@thaJeztah
in moby/sys#77- linting: do not capitalize errors by
@thaJeztah
in moby/sys#75- CI: update Vagrant to Fedora 34 by
@thaJeztah
in moby/sys#80- lint: update golangci-lint to v1.41.1 by
@thaJeztah
in moby/sys#79- ci/gha: drop go 1.14, add go 1.17 by
@kolyshkin
in moby/sys#84- Test fixes by
@kolyshkin
in moby/sys#87- Drop go < 1.16 compatibility by
@kolyshkin
in moby/sys#89- CI: add more linters by
@kolyshkin
in moby/sys#92- ci: bump Fedora to 35 by
@kolyshkin
in moby/sys#93New Contributors
@kzys
made their first contribution in moby/sys#71Full Changelog: https://github.com/moby/sys/compare/signal/v0.5.0...signal/v0.6.0
mountinfo v0.6.0
New functionality
- Add
MountedFast
by@kolyshkin
in moby/sys#100 Note: most users should keep usingMounted
, which already incorporates all optimizations fromMountedFast
Full changelog: https://github.com/moby/sys/compare/mountinfo/v0.5.0...mountinfo/v0.6.0
sequential v0.6.0
What's Changed
- sequential: remove fileFlagSequentialScan const
- sequential: consistently use x/sys/windows for consts
- sequential: open(File)Sequential: remove unused arg
- sequential: move error-handling to openFileSequential
- sequential: simplify docs for non-Windows implementations
- sequential: update docs for Windows-implementation
- bump golang.org/x/sys to v0.1.0
Full Changelog: https://github.com/moby/sys/compare/sequential/v0.5.0...sequential/v0.6.0
Commits
03b9f8d
Merge pull request #94 from thaJeztah/bump_mountinfobdd898e
mount: update github.com/moby/sys/mountinfo v0.5.0fbd276c
Merge pull request #93 from kolyshkin/ci-f35afb7f50
Merge pull request #92 from kolyshkin/more-linters9372d68
ci: bump Fedora to 359a90d6d
Format code with gofumpt, enable linter85e4bfd
Makefile: update golangci-lint to 1.43.0f0fb439
.gitattributes: addb016007
ci: add unconvert and errorlint linters to golanci6056970
Fix errorlint warnings- Additional commits viewable in compare view
Updates github.com/moby/sys/user
from 0.1.0 to 0.2.0
Release notes
Sourced from github.com/moby/sys/user's releases.
mountinfo v0.2.0
Bug fixes:
- Fix path unescaping for paths with double quotes (#16)
Improvements:
Mounted
: speed up by adding fast paths usingopenat2
(Linux-only, #29) andstat
(#20)Mounted
: relax path requirements (allow relative, non-cleaned paths, symlinks) (fixes #27)- Unescape
fstype
andsource
fields (#16)- Documentation improvements (#15)
Testing/CI:
- Unit tests: exclude darwin (#13)
- CI: run tests under Fedora 32 to test openat2 (#29)
TestGetMounts
: fix for Ubuntu build system (#18)- Makefile: fix ignoring test failures (#19)
- CI: add cross build (#23)
Thanks to:
- Aleksa Sarai
- Shengjing Zhu
mount v0.2.0
Breaking changes:
- Remove stub-implementations for Windows for
Mount()
,Unmount()
,RecursiveUnmount()
,MergeTmpfsOptions()
(#311)Fixes and improvements:
go.mod
: update github.com/moby/sys/mountinfo to v0.4.0 (#443, #564)- use
MNT_*
flags from golang.org/x/sys/unix on freebsd (#365)- add support for OpenBSD in addition to FreeBSD (#326)
- fix package overview documentation not showing (#437)
RecursiveUnmount()
: minor improvements (#468)Thanks to:
- Tobias Klauser
symlink/v0.2.0
What's Changed
... (truncated)
Commits
86870e7
Merge pull request #140 from thaJeztah/integrate_libcontainer_userns5cd502c
user: require go1.21 or highera40602b
user/userns: add godoc for packagebc3a8a5
libct/userns: implement RunningInUserNS with sync.OnceValuebc0de32
libct/userns: make fuzzer Linux-only, and remove stub for uidMapInUserNS333fe31
libct/userns: change RunningInUserNS to a wrapper instead of an aliasbb72464
remove pre-go1.17 build-tags87e38c8
libcontainer/userns: simplify, and separate from "user" package.b19e084
*: add go-1.17+ go:build tagsdb243e2
*: rm redundant linux build tag- 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