-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 go group in /api with 5 updates #39002
Conversation
I've just triggered another run on the "/" go.mod. Let's see if it works alright this time. |
It still looks like we are only getting AWS updates for the root module |
I could spot the following relevant messages in bot logs (/~https://github.com/gravitational/teleport/network/updates/796707134):
My theory is that the next group is overriding the previous, so in this case we only get 'aws' while we should be getting 'go' and 'aws'. Could be a bug, but who knows how this is meant to work. I don't wanna throw even more time at it right now, so maybe it's best to just revert the configs to before any of my grouping attempts. 🤷♂️ |
Bumps the go group in /api with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/stretchr/testify](/~https://github.com/stretchr/testify) | `1.8.4` | `1.9.0` | | [golang.org/x/crypto](/~https://github.com/golang/crypto) | `0.19.0` | `0.21.0` | | [golang.org/x/net](/~https://github.com/golang/net) | `0.21.0` | `0.22.0` | | [golang.org/x/term](/~https://github.com/golang/term) | `0.17.0` | `0.18.0` | | [google.golang.org/grpc](/~https://github.com/grpc/grpc-go) | `1.62.0` | `1.62.1` | Updates `github.com/stretchr/testify` from 1.8.4 to 1.9.0 - [Release notes](/~https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.4...v1.9.0) Updates `golang.org/x/crypto` from 0.19.0 to 0.21.0 - [Commits](golang/crypto@v0.19.0...v0.21.0) Updates `golang.org/x/net` from 0.21.0 to 0.22.0 - [Commits](golang/net@v0.21.0...v0.22.0) Updates `golang.org/x/term` from 0.17.0 to 0.18.0 - [Commits](golang/term@v0.17.0...v0.18.0) Updates `google.golang.org/grpc` from 1.62.0 to 1.62.1 - [Release notes](/~https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.62.0...v1.62.1) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go ... Signed-off-by: dependabot[bot] <support@github.com>
0b2c059
to
8357332
Compare
I finally caved and updated the root modules by hand. PTAL @rosstimothy @zmb3. |
Bumps the go group in /api with 5 updates:
1.8.4
1.9.0
0.19.0
0.21.0
0.21.0
0.22.0
0.17.0
0.18.0
1.62.0
1.62.1
Updates
github.com/stretchr/testify
from 1.8.4 to 1.9.0Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
bb548d0
Merge pull request #1552 from stretchr/dependabot/go_modules/github.com/stret...814075f
build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2e045612
Merge pull request #1339 from bogdandrutu/uintptr5b6926d
Merge pull request #1385 from hslatman/not-implements9f97d67
Merge pull request #1550 from stretchr/release-notesbcb0d3f
Include the auto-release notes in releasesfb770f8
Merge pull request #1247 from ccoVeille/typos85d8bb6
fix typos in comments, tests and github templatese2741fa
Merge pull request #1548 from arjunmahishi/msgAndArgs6e59f20
http_assertions: assert that the msgAndArgs actually works in testsUpdates
golang.org/x/crypto
from 0.19.0 to 0.21.0Commits
7067223
go.mod: update golang.org/x dependencies0d2316b
ssh/test: work around for TestCiphers failures on macOS0aab8d0
all: update go.mod x/net dependency5bead59
ocsp: don't use iota for externally defined constants1a86580
x/crypto/internal/poly1305: improve sum_ppc64le.s1c981e6
ssh/test: don't use DSA keys in integrations tests, update test RSA key62c9f17
x509roots/nss: manually exclude a confusingly constrained rootUpdates
golang.org/x/net
from 0.21.0 to 0.22.0Commits
7ee34a0
go.mod: update golang.org/x dependenciesc289c7a
websocket: re-add documentation for DialConfig9fb4a8c
http2: send an error of FLOW_CONTROL_ERROR when exceed the maximum octets3dfd003
websocket: add support for dialing with contextfa11427
quic: move package out of internal591be7f
quic: fix UDP on big-endian Linux, tests on various architectures34cc446
quic: temporarily disable networking tests failing on various platforms4bdc6df
quic: expand package docs, and document Stream22cbde9
quic: set ServerName in client connection TLSConfig57e4cc7
quic: handle PATH_CHALLENGE and PATH_RESPONSE framesUpdates
golang.org/x/term
from 0.17.0 to 0.18.0Commits
c5eaf76
go.mod: update golang.org/x dependenciesUpdates
google.golang.org/grpc
from 1.62.0 to 1.62.1Release notes
Sourced from google.golang.org/grpc's releases.
Commits
9952aa8
Change version to 1.62.1 (#7020)d7334c4
fix enabling compression by trimming whitespaces in accept encoding header (#...d076e14
rpc_util: Fix RecvBufferPool deactivation issues (#6766)9d981b0
cherry-pick #6997 to 1.62.x release branch (#6979) (#7018)7c4b553
Switch version to 1.62.1-dev (#6995)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