-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore(deps): bump the dependencies group with 12 updates #276
Merged
github-actions
merged 1 commit into
master
from
dependabot/go_modules/dependencies-ed634b0f36
Oct 1, 2024
Merged
chore(deps): bump the dependencies group with 12 updates #276
github-actions
merged 1 commit into
master
from
dependabot/go_modules/dependencies-ed634b0f36
Oct 1, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the dependencies group with 12 updates: | Package | From | To | | --- | --- | --- | | [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.14.2` | `1.14.3` | | [github.com/moby/moby](https://github.com/moby/moby) | `27.2.0+incompatible` | `27.3.1+incompatible` | | [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) | `3.5.15` | `3.5.16` | | [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.5.15` | `3.5.16` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.24.0` | `0.25.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.66.0` | `1.67.1` | | [github.com/cpuguy83/go-md2man/v2](https://github.com/cpuguy83/go-md2man) | `2.0.4` | `2.0.5` | | [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.15` | `3.5.16` | | [golang.org/x/net](https://github.com/golang/net) | `0.28.0` | `0.29.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.17.0` | `0.18.0` | | [google.golang.org/genproto/googleapis/api](https://github.com/googleapis/go-genproto) | `0.0.0-20240604185151-ef581f913117` | `0.0.0-20240814211410-ddb44dafa142` | | [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20240604185151-ef581f913117` | `0.0.0-20240814211410-ddb44dafa142` | Updates `github.com/bits-and-blooms/bitset` from 1.14.2 to 1.14.3 - [Release notes](https://github.com/bits-and-blooms/bitset/releases) - [Commits](bits-and-blooms/bitset@v1.14.2...v1.14.3) Updates `github.com/moby/moby` from 27.2.0+incompatible to 27.3.1+incompatible - [Release notes](https://github.com/moby/moby/releases) - [Commits](moby/moby@v27.2.0...v27.3.1) Updates `go.etcd.io/etcd/api/v3` from 3.5.15 to 3.5.16 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.15...v3.5.16) Updates `go.etcd.io/etcd/client/v3` from 3.5.15 to 3.5.16 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.15...v3.5.16) Updates `golang.org/x/sys` from 0.24.0 to 0.25.0 - [Commits](golang/sys@v0.24.0...v0.25.0) Updates `google.golang.org/grpc` from 1.66.0 to 1.67.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.66.0...v1.67.1) Updates `github.com/cpuguy83/go-md2man/v2` from 2.0.4 to 2.0.5 - [Release notes](https://github.com/cpuguy83/go-md2man/releases) - [Commits](cpuguy83/go-md2man@v2.0.4...v2.0.5) Updates `go.etcd.io/etcd/client/pkg/v3` from 3.5.15 to 3.5.16 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.15...v3.5.16) Updates `golang.org/x/net` from 0.28.0 to 0.29.0 - [Commits](golang/net@v0.28.0...v0.29.0) Updates `golang.org/x/text` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.17.0...v0.18.0) Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20240604185151-ef581f913117 to 0.0.0-20240814211410-ddb44dafa142 - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20240604185151-ef581f913117 to 0.0.0-20240814211410-ddb44dafa142 - [Commits](https://github.com/googleapis/go-genproto/commits) --- updated-dependencies: - dependency-name: github.com/bits-and-blooms/bitset dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/moby/moby dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: go.etcd.io/etcd/api/v3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: go.etcd.io/etcd/client/v3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/cpuguy83/go-md2man/v2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: go.etcd.io/etcd/client/pkg/v3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: golang.org/x/net dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: golang.org/x/text dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: google.golang.org/genproto/googleapis/api dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
go
Pull requests that update Go code
labels
Oct 1, 2024
github-actions
bot
deleted the
dependabot/go_modules/dependencies-ed634b0f36
branch
October 1, 2024 11:32
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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 dependencies group with 12 updates:
1.14.2
1.14.3
27.2.0+incompatible
27.3.1+incompatible
3.5.15
3.5.16
3.5.15
3.5.16
0.24.0
0.25.0
1.66.0
1.67.1
2.0.4
2.0.5
3.5.15
3.5.16
0.28.0
0.29.0
0.17.0
0.18.0
0.0.0-20240604185151-ef581f913117
0.0.0-20240814211410-ddb44dafa142
0.0.0-20240604185151-ef581f913117
0.0.0-20240814211410-ddb44dafa142
Updates
github.com/bits-and-blooms/bitset
from 1.14.2 to 1.14.3Release notes
Sourced from github.com/bits-and-blooms/bitset's releases.
Commits
fdc5608
docb6a62c2
terminology fixUpdates
github.com/moby/moby
from 27.2.0+incompatible to 27.3.1+incompatibleRelease notes
Sourced from github.com/moby/moby'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
go.etcd.io/etcd/api/v3
from 3.5.15 to 3.5.16Release notes
Sourced from go.etcd.io/etcd/api/v3's releases.
... (truncated)
Commits
f20bbad
version: bump up to 3.5.16656336e
Merge pull request #18570 from lucasrod16/18538-backport-3.564a19e4
Backport TestLessorRenewExtendPileup race condition fix for release-3.59293b83
Merge pull request #18550 from ivanvc/release-3.5-update-go-to-1.22.7f29ddb8
Bump go toolchain to 1.22.71d4372a
Merge pull request #18514 from JalinWang/backport/release-3.582994d1
Merge pull request #18517 from serathius/kubernetes-3.50263597
Introduce compaction sleep interval flag03ba270
Fix passing default grpc call options in Kubernetes clientf739ef4
Merge pull request #18489 from akshaym-3255/bboltbump3.5_1.3.11Updates
go.etcd.io/etcd/client/v3
from 3.5.15 to 3.5.16Release notes
Sourced from go.etcd.io/etcd/client/v3's releases.
... (truncated)
Commits
f20bbad
version: bump up to 3.5.16656336e
Merge pull request #18570 from lucasrod16/18538-backport-3.564a19e4
Backport TestLessorRenewExtendPileup race condition fix for release-3.59293b83
Merge pull request #18550 from ivanvc/release-3.5-update-go-to-1.22.7f29ddb8
Bump go toolchain to 1.22.71d4372a
Merge pull request #18514 from JalinWang/backport/release-3.582994d1
Merge pull request #18517 from serathius/kubernetes-3.50263597
Introduce compaction sleep interval flag03ba270
Fix passing default grpc call options in Kubernetes clientf739ef4
Merge pull request #18489 from akshaym-3255/bboltbump3.5_1.3.11Updates
golang.org/x/sys
from 0.24.0 to 0.25.0Commits
a43b625
windows: add SIO_UDP_NETRESET constanted67b15
windows: add console codepage api9cb830b
unix: add missing import to syscall_hurd.go71132f5
unix: add POLLRDHUP to FreeBSD3283fc3
cpu: add support for detecting RISC-V extensions29e55b2
unix: use os.Executable rather than os.Args[0] in testsa8c5219
unix: rename XDPUmemReg field back to Size59665e5
unix: add Connectx for darwina0c72ef
unix: add f_flag member flags on z/OSc64c51d
unix: update riscv64 hwprobe to Linux kernel 6.10Updates
google.golang.org/grpc
from 1.66.0 to 1.67.1Release notes
Sourced from google.golang.org/grpc's releases.
Commits
3f95b38
Update version to 1.67.1 (#7682)4f6c5f2
xds/server: Fix xDS Server leak (#7664) (#7681)935f8cb
transport: Fix reporting of bytes read while reading headers (#7660) (#7667)02bbb65
Change version to 1.67.1-dev (#7605)6f50403
Change version to 1.67.0 (#7604)3c3a025
mem: replace flate.Reader reference (#7595) (#7637)3ffb98b
.*: fix revive lintsredefines-builtin-id
(#7552)5666049
vet: enforce revive linter (#7589)c6ad07f
protoc: regenerate protos (#7590)70f19ee
credentials/tls: default GRPC_ENFORCE_ALPN_ENABLED to true (#7535)Updates
github.com/cpuguy83/go-md2man/v2
from 2.0.4 to 2.0.5Release notes
Sourced from github.com/cpuguy83/go-md2man/v2's releases.
Commits
b14773d
Merge pull request #120 from cpuguy83/dependabot/github_actions/golangci/gola...54d2e5c
Merge pull request #122 from corhere/fix-multi-paragraph-lists149c352
Stop over-indenting lists that are not nestedf486e72
Support multi-paragraph definition lists6350b8a
Merge pull request #124 from corhere/fix-whatis4d7d268
Merge pull request #121 from corhere/less-renderer-state4013a69
Merge pull request #125 from kurth4cker/master5e88164
Merge pull request #123 from corhere/ast-debug7607604
md2man.go: rename ioutil to io426206c
Backslash-escape first hyphen in NAME sectionUpdates
go.etcd.io/etcd/client/pkg/v3
from 3.5.15 to 3.5.16Release notes
Sourced from go.etcd.io/etcd/client/pkg/v3's releases.
... (truncated)
Commits
f20bbad
version: bump up to 3.5.16656336e
Merge pull request #18570 from lucasrod16/18538-backport-3.564a19e4
Backport TestLessorRenewExtendPileup race condition fix for release-3.59293b83
Merge pull request #18550 from ivanvc/release-3.5-update-go-to-1.22.7f29ddb8
Bump go toolchain to 1.22.71d4372a
Merge pull request #18514 from JalinWang/backport/release-3.582994d1
Merge pull request #18517 from serathius/kubernetes-3.50263597
Introduce compaction sleep interval flag03ba270
Fix passing default grpc call options in Kubernetes clientf739ef4
Merge pull request #18489 from akshaym-3255/bboltbump3.5_1.3.11Updates
golang.org/x/net
from 0.28.0 to 0.29.0Commits
35b4aba
go.mod: update golang.org/x dependencies9bf379f
websocket: fix printf(var) mistake detected by latest printf checkerUpdates
golang.org/x/text
from 0.17.0 to 0.18.0Commits
1e3e9fd
all: rename Example test functions to prevent vet errorsUpdates
google.golang.org/genproto/googleapis/api
from 0.0.0-20240604185151-ef581f913117 to 0.0.0-20240814211410-ddb44dafa142Commits
Updates
google.golang.org/genproto/googleapis/rpc
from 0.0.0-20240604185151-ef581f913117 to 0.0.0-20240814211410-ddb44dafa142Commits
Most Recent Ignore Conditions Applied to This Pull Request
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