chore(deps): bump the go group across 1 directory with 8 updates #292
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the go group with 8 updates in the / directory:
1.7.11
1.7.22
27.0.3+incompatible
27.3.0+incompatible
27.1.1+incompatible
27.3.0+incompatible
1.0.8
1.1.1
0.19.2
0.20.2
2.17.1
2.19.1
0.25.0
0.27.0
0.4.0
0.5.0
Updates
github.com/containerd/containerd
from 1.7.11 to 1.7.22Release notes
Sourced from github.com/containerd/containerd's releases.
... (truncated)
Commits
7f7fdf5
Merge pull request #10684 from samuelkarp/release-1.7.2243174ee
Prepare release notes for v1.7.22c10e4a6
Merge pull request #10682 from samuelkarp/shim-exec-fp-test-1.70c4ba21
integration: regression test for issue 105891cc2cfa
fifosync: cross-process synchronizationb19be30
Merge pull request #10675 from laurazard/1.7-backport-shim-dropped-init-exitsc62aa06
Merge pull request #10679 from thaJeztah/1.7_update_go1.22.719d678f
update to go1.22.7, go1.23.1f338717
runc-shim: handle pending execs as running686c694
runc-shim: refuse to start execs after init exitsUpdates
github.com/docker/cli
from 27.0.3+incompatible to 27.3.0+incompatibleCommits
e85edf8
Merge pull request #5452 from laurazard/27.3.0-match-moby-versionca62759
vendor: github.com/docker/docker v27.3.0-rc2e4dc9d2
Merge pull request #5448 from laurazard/backport-otel-shutdown-errorsddf8f23
Merge pull request #5449 from laurazard/backport-lowercase-windows-drivec6dde25
command: change drive to lowercase for wsl pathfcf6dd0
Merge pull request #5447 from thaJeztah/27.x_backport_codeql_updates4b5a196
telemetry: pass otel errors to the otel handler for shutdown and force flushe2eb069
gha: update codeql workflow to go1.22.758a14cc
Merge pull request #5443 from laurazard/backport-container-rm-docs81ca58b
docs: Fix --rm=false flag in container_run.mdUpdates
github.com/docker/docker
from 27.1.1+incompatible to 27.3.0+incompatibleRelease notes
Sourced from github.com/docker/docker's releases.
... (truncated)
Commits
41ca978
Merge pull request #48525 from thaJeztah/27.x_backport_govulncheck_permissionsa6b772b
gha: govulncheck: make sure read permissions are set856359c
Merge pull request #48514 from robmry/backport-27.x/wsl2_mirrored_loopback0_w...cd21af7
Do not DNAT packets from WSL2's loopback08516f3b
Merge pull request #48510 from thaJeztah/27.x_backport_bump_buildx_compose3a7779a
Merge pull request #48511 from robmry/backport-27.x/48375_bridge_netfiltering5c499fc
Only enable bridge netfiltering when needed98f24aa
Merge pull request #48506 from thaJeztah/27.x_backport_man_dockerd_logformat8adc8e4
Dockerfile: update compose to v2.29.4576fc88
Dockerfile: update buildx to v0.17.1Updates
github.com/go-test/deep
from 1.0.8 to 1.1.1Release notes
Sourced from github.com/go-test/deep's releases.
Changelog
Sourced from github.com/go-test/deep's changelog.
Commits
9e863ff
Release v1.1.1dc5b2f6
Update SECURITY.md185886d
Restore 100% test coverage (NilPointersAreZero case)47ae1b8
Merge pull request #61 from seveas/nil-pointers-are-zero93c35ac
Merge branch 'master' into nil-pointers-are-zero2982c5c
Update test matrix to latest 3 Go versions2b8252e
Add an option to consider nil pointers to be equivalent to zero values95fb3b1
Merge pull request #58 from bartleyg/patch-11127c84
fix copy pasta test7ff4e92
Update changelog for v1.1.0Updates
github.com/google/go-containerregistry
from 0.19.2 to 0.20.2Release notes
Sourced from github.com/google/go-containerregistry's releases.
Commits
c195f15
deps: bump docker dep (#1991)c3d1dcc
Createremote.Push
(#1978)d36047a
Restore blind-write to remote.Put (#1970)9915a85
Referrer API must return correct Content-Type (#1968)Updates
github.com/sylabs/sif/v2
from 2.17.1 to 2.19.1Release notes
Sourced from github.com/sylabs/sif/v2's releases.
Commits
1ed3ce5
Merge pull request #384 from tri-adam/overflow-fix6f00aba
fix: check descriptor capacity during SIF creationc1fcc37
fix: correct the range check for descriptor IDsfd8a090
Merge pull request #383 from tri-adam/golangci-lint-v1.60d2a9ddc
fix: address lint with golangci-lint v1.60f4453b3
ci: remove deprecated exportloopref linterdd77d01
chore: bump golangci-lint to v1.60518b3a3
build(deps): bump github.com/sigstore/sigstore from 1.8.4 to 1.8.8 (#381)afa5a4e
Merge pull request #382 from tri-adam/go-1.239a07943
chore: bump module to Go 1.22Updates
golang.org/x/crypto
from 0.25.0 to 0.27.0Commits
c9da6b9
all: fix printf(var) mistakes detected by latest printf checkerb35ab4f
go.mod: update golang.org/x dependenciesbcb0f91
internal/poly1305: Port sum_amd64.s to Avo7eace71
chacha20poly1305: Avo port of chacha20poly1305_amd64.s620dfbc
salsa20/salsa: Port salsa20_amd64.s to Avo82942cf
blake2b: port blake2b_amd64.s to Avo0484c26
blake2b: port blake2bAVX2_amd64.s to Avo38ed1bc
blake2s: port blake2s_amd64.s to Avo38a0b5d
argon2: Avo port of blamka_amd64.sbf5f14f
x509roots/fallback: update bundleUpdates
github.com/docker/go-connections
from 0.4.0 to 0.5.0Commits
fa09c95
Merge pull request #108 from thaJeztah/carry_67a67a58
Swap CloseRead and CloseWrite481d3d2
Merge pull request #107 from thaJeztah/drop_legacy_go9548f9f
tlsconfig: remove deprecated io/ioutilc564c21
drop support for go1.17 and older7cbebcf
gha: update actions2cf423f
tlsconfig: move allTLSVersions vardca283b
tlsconfig: drop support for go1.12 and older21876c5
tlsconfig: drop support for go1.6 and older4d174db
tlsconfig: drop support for go1.4 and olderDependabot 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