build(deps): bump github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream from 1.5.1 to 1.7.8 in /tests/integ - #860
Closed
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream](https://github.com/aws/aws-sdk-go-v2) from 1.5.1 to 1.7.8. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@service/pi/v1.5.1...service/m2/v1.7.8) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream dependency-version: 1.7.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2 tasks
Contributor
|
Closing as superseded by #885. That PR now synchronizes the tests/integ module with the root graph at EventStream v1.7.14, beyond this PR's v1.7.8 target. This branch no longer contains a unique dependency update. |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
Bot
deleted the
dependabot/go_modules/tests/integ/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream-1.7.8
branch
August 4, 2026 17:07
natalie-o-perret
added a commit
that referenced
this pull request
Aug 6, 2026
# Description Update the coordinated `golang.org/x/*` dependency set in the root module: - `crypto` v0.45.0 to v0.53.0 - `net` v0.47.0 to v0.56.0 - `sys` v0.38.0 to v0.46.0 - `term` v0.37.0 to v0.44.0 - `text` v0.31.0 to v0.39.0 - `tools` v0.38.0 to v0.47.0 This brings `x/text` to the version that fixes GO-2026-5970. The sibling updates are the versions selected by Go module resolution for `x/text v0.39.0`. Regenerate `go.sum` and the committed vendor tree. Synchronize the separate `tests/integ` module with the dependency graph selected through its root-module replacement. This also records the already-selected AWS SDK versions, including S3 v1.105.0, EventStream v1.7.14, and Smithy v1.27.3. This coordinated update supersedes #872, #866, #873, #861, #860, and #859. ## Checklist (For exoscale contributors) * [x] Changelog updated (under *Unreleased* block, and add the Pull Request #number for each bit you add to the `CHANGELOG.md`) * [x] Testing ## Testing `go fmt ./...`, `make lint`, `go vet ./...`, `make build`, `make test-verbose`, `go test ./...`, and `golangci-lint run --timeout 4m` passed. `go test -v` from `tests/e2e/` passed all 25 API-free scenarios. In `tests/integ`, `go fmt ./...`, `go test ./...`, `go test -tags=integration_api -run '^$' ./...`, and `govulncheck ./...` passed. Both modules pass `go mod tidy -diff` and `go mod verify`. A separately generated root vendor tree matched the committed tree. Root and integration-module `govulncheck ./...` scans reported no reachable vulnerabilities. Verbose root output reported no package vulnerabilities and only GO-2026-5932 at module level for the unimported, unmaintained `x/crypto/openpgp` package, which has no fixed version. --- > [!NOTE] > AI assistance: dependency analysis, PR description, changelog entry.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream from 1.5.1 to 1.7.8.
Commits
e3b97d2Release 2023-10-12863010dRegenerated Clients6946ef8Update endpoints model6d93dedUpdate API modelbebc232fix: fail to load config if configured profile doesn't exist (#2309)5de4674fix DNS timeout error not retried (#2300)e155bb7Release 2023-10-069d342baRegenerated Clients1df9914Update SDK's smithy-go dependency to v1.15.032ada3aUpdate API modelDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.