Skip to content

build(deps): bump the aws group across 1 directory with 14 updates - #5555

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/aws-fcd1ee0e7a
Closed

build(deps): bump the aws group across 1 directory with 14 updates#5555
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/aws-fcd1ee0e7a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the aws group with 7 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.43.2 1.46.0
github.com/aws/aws-sdk-go-v2/config 1.32.33 1.33.3
github.com/aws/aws-sdk-go-v2/service/sns 1.42.2 1.46.0
github.com/go-openapi/analysis 0.25.5 1.0.0
github.com/go-openapi/loads 0.25.0 0.25.3
github.com/go-openapi/runtime 0.33.0 0.33.2
github.com/go-openapi/swag 0.28.0 0.29.2

Updates github.com/aws/aws-sdk-go-v2 from 1.43.2 to 1.46.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.33 to 1.33.3

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.32 to 1.20.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sns from 1.42.2 to 1.46.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.45.2 to 1.49.0

Commits

Updates github.com/aws/smithy-go from 1.27.5 to 1.28.1

Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2026-08-26)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.28.1
    • Bug Fix: Fix broken AddLogger middleware since its insert point was removed.

Release (2026-08-25.2)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.28.0
    • Feature: Set Content-Length inline when the request body is set via SetStream. The ComputeContentLength middleware is now deprecated.

Release (2026-08-25)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.10
    • Bug Fix: Fix a data race on the underlying writer when an event stream is closed while an event write is in flight.
    • Bug Fix: Restore draining the HTTP response body in CloseResponseBody to avoid issues with TCP connection reuse.

Release (2026-08-21)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.9
    • Bug Fix: Fix a generic event stream exception not carrying the error code and message from its payload.
    • Bug Fix: Fix an event stream not being closed when its connection is lost, which would cause a caller writing to the stream to block indefinitely.
    • Bug Fix: Fix deserialization of an empty list producing a nil slice instead of an empty one.
    • Bug Fix: Restore draining the HTTP response body in CloseResponseBody to avoid issues with TCP connection reuse.

Release (2026-08-14)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.8
    • Bug Fix: Restore draining the HTTP response body in CloseResponseBody to avoid issues with TCP connection reuse.

Release (2026-08-07)

... (truncated)

Commits

Updates github.com/go-openapi/analysis from 0.25.5 to 1.0.0

Release notes

Sourced from github.com/go-openapi/analysis's releases.

v1.0.0

1.0.0 - 2026-09-03

Full Changelog: go-openapi/analysis@v0.26.2...v1.0.0

5 commits in this release.


Documentation

Miscellaneous tasks

Updates


People who contributed to this release


analysis license terms

License

Per-module changes


internal/testintegration (1.0.0)

... (truncated)

Commits
  • 7e64afa chore: prepare release v1.0.0
  • f20e430 chore: updated deps and go version before v1.0.0 (#245)
  • 0fe18a8 doc: updated contributors file
  • 278bcce chore(deps): Bump the go-openapi-dependencies group across 2 directories with...
  • 265958c chore(deps): Bump the development-dependencies group with 10 updates
  • d9134d0 chore: prepare release v0.26.2
  • 22e34e9 fix: onboard spec fix when normalizing url's (#240)
  • fd7602c chore: prepare release v0.26.1
  • 75424e4 Merge pull request #238 from fredbi/fix/flatten-spec-bugs
  • b7a8777 fix: upgraded spec to onboard expand fixes
  • Additional commits viewable in compare view

Updates github.com/go-openapi/loads from 0.25.0 to 0.25.3

Release notes

Sourced from github.com/go-openapi/loads's releases.

v0.25.3

0.25.3 - 2026-09-04

Full Changelog: go-openapi/loads@v0.25.2...v0.25.3

4 commits in this release.


Documentation

Miscellaneous tasks

Updates


People who contributed to this release


loads license terms

License

v0.25.2

0.25.2 - 2026-08-25

Full Changelog: go-openapi/loads@v0.25.1...v0.25.2

11 commits in this release.

... (truncated)

Commits
  • 9360e6c chore: upgrade go1.26
  • 8a78c8e doc: updated contributors file
  • 91e2ddd build(deps): bump the development-dependencies group with 9 updates
  • 7f9518b build(deps): bump github.com/go-openapi/testify/enable/yaml/v2
  • a8de01b fix: onboards spec fixes (#173)
  • 6d3a812 Merge pull request #172 from fredbi/fix/clone-spec-through-json
  • 862dc2b doc: add technical writing instructions for agents
  • ccc5505 fix: clone a specification through JSON, not gob
  • 7138543 build(deps): bump the go-openapi-dependencies group with 2 updates
  • 4432d5f chore(dependabot): fix invalid timezone
  • Additional commits viewable in compare view

Updates github.com/go-openapi/runtime from 0.33.0 to 0.33.2

Release notes

Sourced from github.com/go-openapi/runtime's releases.

v0.33.2

0.33.2 - 2026-09-03

Full Changelog: go-openapi/runtime@v0.33.1...v0.33.2

11 commits in this release.


Documentation

Miscellaneous tasks

Updates

Other (technical)


People who contributed to this release


runtime license terms

[License][license-url]

... (truncated)

Commits
  • 277473c chore: prepare release v0.33.2
  • fa56adf chore: upgrade to go1.26 (#533)
  • 862831e doc: updated contributors file
  • 03845c0 build(deps): bump the other-dependencies group across 2 directories with 3 up...
  • bcdde8c build(deps): bump the go-openapi-dependencies group across 2 directories with...
  • f164ae1 build(deps): bump the development-dependencies group across 1 directory with ...
  • 2a56a00 Fix race in keepalive drain tests (#529)
  • 8a5a8b7 build(deps): bump the go-openapi-dependencies group across 4 directories with...
  • 586762f build(deps): bump the go-openapi-dependencies group across 1 directory with 5...
  • 103fc00 chore(dependabot): fix invalid timezone
  • Additional commits viewable in compare view

Updates github.com/go-openapi/runtime/server-middleware from 0.33.0 to 0.33.2

Release notes

Sourced from github.com/go-openapi/runtime/server-middleware's releases.

v0.33.2

0.33.2 - 2026-09-03

Full Changelog: go-openapi/runtime@v0.33.1...v0.33.2

11 commits in this release.


Documentation

Miscellaneous tasks

Updates

Other (technical)


People who contributed to this release


runtime license terms

[License][license-url]

... (truncated)

Commits
  • 277473c chore: prepare release v0.33.2
  • fa56adf chore: upgrade to go1.26 (#533)
  • 862831e doc: updated contributors file
  • 03845c0 build(deps): bump the other-dependencies group across 2 directories with 3 up...
  • bcdde8c build(deps): bump the go-openapi-dependencies group across 2 directories with...
  • f164ae1 build(deps): bump the development-dependencies group across 1 directory with ...
  • 2a56a00 Fix race in keepalive drain tests (#529)
  • 8a5a8b7 build(deps): bump the go-openapi-dependencies group across 4 directories with...
  • 586762f build(deps): bump the go-openapi-dependencies group across 1 directory with 5...
  • 103fc00 chore(dependabot): fix invalid timezone
  • Additional commits viewable in compare view

Updates github.com/go-openapi/spec from 0.22.9 to 1.0.1

Release notes

Sourced from github.com/go-openapi/spec's releases.

v1.0.1

1.0.1 - 2026-09-03

Full Changelog: go-openapi/spec@v1.0.0...v1.0.1

1 commits in this release.


Miscellaneous tasks


People who contributed to this release


spec license terms

License

v1.0.0

1.0.0 - 2026-09-01

stable API pledge: v1.0.0 - features frozen

Full Changelog: go-openapi/spec@v0.22.11...v1.0.0

4 commits in this release.


Fixed bugs

  • fix(spec): keep zero-valued bounds through a gob round-trip by @​fredbi in #310 ...

... (truncated)

Commits
  • 9cea75e chore: upgrade to go1.26 (#314)
  • b3cfdc8 doc: updated contributors file
  • 73f38fe build(deps): bump the development-dependencies group with 9 updates
  • 625e439 build(deps): bump the go-openapi-dependencies group with 2 updates
  • f0e1e04 fix(spec): keep zero-valued bounds through a gob round-trip (#310)
  • 69a6c4c test(normalizer): fix the escaped-path base case failing on windows (#309)
  • 34af4e1 Merge pull request #308 from fredbi/fix/align-url-normalization
  • 18354e0 fix(normalizer): align $ref and base canonicalization with jsonreference
  • d9388db chore(deps): bump jsonreference to v1.0.1 and swag to v0.29.1
  • 310c04e Merge pull request #307 from fredbi/fix/deterministic-expansion
  • Additional commits viewable in compare view

Updates github.com/go-openapi/strfmt from 0.27.0 to 0.27.2

Release notes

Sourced from github.com/go-openapi/strfmt's releases.

v0.27.2

0.27.2 - 2026-09-03

Full Changelog: go-openapi/strfmt@v0.27.1...v0.27.2

2 commits in this release.


Miscellaneous tasks


People who contributed to this release


strfmt license terms

License

Per-module changes


enable/mongodb (0.27.2)

Miscellaneous tasks


... (truncated)

Commits
  • 49f0562 chore: upgrade to go1.26 (#305)
  • 13a4b88 chore: prepare release v0.27.2
  • 4774525 chore: prepare release v0.27.1
  • 52d2b5f doc: technical writing instructions for agents
  • fe878b1 doc: updated contributors file
  • f6b2b0e build(deps): bump the other-dependencies group across 3 directories with 1 up...
  • 84ff4d5 build(deps): bump the development-dependencies group with 10 updates
  • 5201cf6 build(deps): bump the go-openapi-dependencies group across 2 directories with...
  • 2f422ba chore(dependabot): fix invalid timezone
  • 38e386e build(deps): bump the development-dependencies group across 1 directory with ...
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag from 0.28.0 to 0.29.2

Release notes

Sourced from github.com/go-openapi/swag's releases.

v0.29.2

0.29.2 - 2026-09-04

Full Changelog: go-openapi/swag@v0.29.1...v0.29.2

8 commits in this release.


Documentation

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


... (truncated)

Commits
  • da2475f chore: prepare release v0.29.2
  • 45c773e ci: fix release worflow (upgrade shared workflows)
  • 72fb788 chore: upgrade go1.26 (#247)
  • 1cd4c10 doc: updated contributors file
  • cdb302e build(deps): bump the development-dependencies group with 9 updates
  • f1dd7ef build(deps): bump the go-openapi-dependencies group across 16 directories wit...
  • 77506ad chore(dependabot): fix invalid timezone
  • 23c64c3 doc: retire gocard badge (#243)
  • e56ec4c chore: prepare release v0.29.1
  • f03b072 chore: update dependabot frequency and pr limit (#241)
  • Additional commits viewable in compare view

Updates github.com/go-openapi/validate from 0.26.1 to 1.0.0

Release notes

Sourced from github.com/go-openapi/validate's releases.

v1.0.0

1.0.0 - 2026-09-03

Full Changelog: go-openapi/validate@v0.26.5...v1.0.0

3 commits in this release.


Documentation

Miscellaneous tasks

Updates


People who contributed to this release


validate license terms

License

v0.26.5

0.26.5 - 2026-08-25

Full Changelog: go-openapi/validate@v0.26.4...v0.26.5

7 commits in this release.


... (truncated)

Commits
  • ac152ff chore: update deps to prepare v1.0.0 (#296)
  • 2156080 doc: updated contributors file
  • eea56c9 chore(deps): bump the development-dependencies group with 9 updates
  • a214a69 fix: onboards loads fixes
  • 251c9c5 fix: onboard spec url normalization fix (#293)
  • 07d44fe Merge pull request #292 from fredbi/fix/message-quality-expectations
  • ab4461e ci: re-instate error message stability test in ci
  • da10635 test(messages): refresh expected_messages.yaml from the validators
  • e83999e test(messages): add TestGenExpectations to rebuild the expectations file
  • ce91d00 test(messages): halt on the first failing fixture only in dev mode
  • 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 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

Bumps the aws group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.43.2` | `1.46.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.33` | `1.33.3` |
| [github.com/aws/aws-sdk-go-v2/service/sns](https://github.com/aws/aws-sdk-go-v2) | `1.42.2` | `1.46.0` |
| [github.com/go-openapi/analysis](https://github.com/go-openapi/analysis) | `0.25.5` | `1.0.0` |
| [github.com/go-openapi/loads](https://github.com/go-openapi/loads) | `0.25.0` | `0.25.3` |
| [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) | `0.33.0` | `0.33.2` |
| [github.com/go-openapi/swag](https://github.com/go-openapi/swag) | `0.28.0` | `0.29.2` |



Updates `github.com/aws/aws-sdk-go-v2` from 1.43.2 to 1.46.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.43.2...v1.46.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.33 to 1.33.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.33...config/v1.33.3)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.32 to 1.20.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.32...v1.20.3)

Updates `github.com/aws/aws-sdk-go-v2/service/sns` from 1.42.2 to 1.46.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.42.2...v1.46.0)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.45.2 to 1.49.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ecr/v1.45.2...service/s3/v1.49.0)

Updates `github.com/aws/smithy-go` from 1.27.5 to 1.28.1
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.27.5...v1.28.1)

Updates `github.com/go-openapi/analysis` from 0.25.5 to 1.0.0
- [Release notes](https://github.com/go-openapi/analysis/releases)
- [Commits](go-openapi/analysis@v0.25.5...v1.0.0)

Updates `github.com/go-openapi/loads` from 0.25.0 to 0.25.3
- [Release notes](https://github.com/go-openapi/loads/releases)
- [Commits](go-openapi/loads@v0.25.0...v0.25.3)

Updates `github.com/go-openapi/runtime` from 0.33.0 to 0.33.2
- [Release notes](https://github.com/go-openapi/runtime/releases)
- [Commits](go-openapi/runtime@v0.33.0...v0.33.2)

Updates `github.com/go-openapi/runtime/server-middleware` from 0.33.0 to 0.33.2
- [Release notes](https://github.com/go-openapi/runtime/releases)
- [Commits](go-openapi/runtime@v0.33.0...v0.33.2)

Updates `github.com/go-openapi/spec` from 0.22.9 to 1.0.1
- [Release notes](https://github.com/go-openapi/spec/releases)
- [Commits](go-openapi/spec@v0.22.9...v1.0.1)

Updates `github.com/go-openapi/strfmt` from 0.27.0 to 0.27.2
- [Release notes](https://github.com/go-openapi/strfmt/releases)
- [Commits](go-openapi/strfmt@v0.27.0...v0.27.2)

Updates `github.com/go-openapi/swag` from 0.28.0 to 0.29.2
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.28.0...v0.29.2)

Updates `github.com/go-openapi/validate` from 0.26.1 to 1.0.0
- [Release notes](https://github.com/go-openapi/validate/releases)
- [Commits](go-openapi/validate@v0.26.1...v1.0.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.33.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.20.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sns
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.28.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/go-openapi/analysis
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: aws
- dependency-name: github.com/go-openapi/loads
  dependency-version: 0.25.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/go-openapi/runtime
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/go-openapi/runtime/server-middleware
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/go-openapi/spec
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: aws
- dependency-name: github.com/go-openapi/strfmt
  dependency-version: 0.27.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/go-openapi/swag
  dependency-version: 0.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/go-openapi/validate
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 11, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 11, 2026 08:54
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 11, 2026
@SoloJacobs SoloJacobs closed this Sep 11, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/go_modules/aws-fcd1ee0e7a branch September 11, 2026 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant