Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2025

Bumps the minor-and-patch group with 5 updates in the /server/go directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.38.3 1.39.0
github.com/aws/aws-sdk-go-v2/config 1.31.6 1.31.8
github.com/aws/aws-sdk-go-v2/service/dynamodb 1.50.1 1.50.3
github.com/godaddy/asherah/go/appencryption 0.8.0 0.9.0
google.golang.org/grpc 1.75.0 1.75.1

Bumps the minor-and-patch group with 1 update in the /tests/cross-language/go directory: github.com/godaddy/asherah/go/appencryption.

Updates github.com/aws/aws-sdk-go-v2 from 1.38.3 to 1.39.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.31.6 to 1.31.8

Commits

Updates github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.50.1 to 1.50.3

Commits

Updates github.com/godaddy/asherah/go/appencryption from 0.8.0 to 0.9.0

Release notes

Sourced from github.com/godaddy/asherah/go/appencryption's releases.

[Go] AppEncryption v0.9.0

What's Changed

Major Changes

  • Added deprecation notices to aws-v1 plugin components - deprecation comments direct users to migrate to the aws-v2 alternative
  • Complete AWS SDK v2 test infrastructure migration - All integration tests now use independent AWS SDK v2 utilities with improved container cleanup and regional suffix compatibility
  • Enhanced AWS SDK v1 deprecation handling - Added comprehensive linter exclusions and updated deprecation comments to reflect end-of-life status (July 31, 2025)
  • Upgraded Go - Updated to Go 1.23.0

Dependency Updates

  • Bump github.com/aws/aws-sdk-go from 1.55.7 to 1.55.8
  • Bump github.com/aws/aws-sdk-go-v2 from 1.37.1 to 1.38.3
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.30.2 to 1.31.6
  • Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.20.1 to 1.20.9
  • Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression from 1.8.1 to 1.8.9
  • Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.42.1 to 1.45.1
  • Bump github.com/stretchr/testify from 1.10.0 to 1.11.1
  • Bump github.com/docker/go-connections from 0.5.0 to 0.6.0
  • Bump github.com/godaddy/asherah/go/securememory from 0.1.6 to 0.1.7

Code Quality Improvements

  • Updated linting configuration - Added staticcheck exclusions for intentional AWS SDK v1 usage in backward compatibility layers
  • Updated deprecation documentation - All AWS SDK v1 components now clearly communicate security urgency and migration paths
  • Improved test reliability - Fixed container cleanup timing issues in integration tests
  • Eliminated AWS SDK v1 dependencies from v2 infrastructure - Clean separation between v1 and v2 test utilities

Backward Compatibility

This release maintains full backward compatibility. All existing AWS SDK v1 integrations will continue to work unchanged, though users will see deprecation warnings encouraging migration to AWS SDK v2 plugins for security and long-term support.

Full Changelog: https://github.com/godladdy/asherah/compare/go/appencryption/v0.8.0...go/appencryption/v0.9.0

Commits
  • 701e8f6 Merge pull request #1514 from godaddy/go-ae-bump
  • a36eb2c bump version to 0.9.0
  • 7de8d3b Merge pull request #1513 from godaddy/csharp-ae-bump
  • 24475fb bump version to 0.8.0
  • 10275fd Merge pull request #1511 from godaddy/dependabot/go_modules/server/go/minor-a...
  • 7965b71 Bump the minor-and-patch group across 2 directories with 7 updates
  • 3e97f4f Merge pull request #1512 from godaddy/go-server-aws-v2
  • f58862d Complete AWS KMS plugin upgrade to v2
  • 75b7266 Merge pull request #1508 from godaddy/dependabot/nuget/csharp/AppEncryption/A...
  • 1ed3e28 Bump the minor-and-patch group with 2 updates
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.75.0 to 1.75.1

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.75.1

Bug Fixes

  • transport: Fix a data race while copying headers for stats handlers in the std lib http2 server transport. (#8519)
  • xdsclient:
    • Fix a data race caused while reporting load to LRS. (#8483)
    • Fix regression preventing empty node IDs when creating an LRS client. (#8483)
  • server: Fix a regression preventing streams from being cancelled or timed out when blocked on flow control. (#8528)
Commits

Updates github.com/godaddy/asherah/go/appencryption from 0.8.0 to 0.9.0

Release notes

Sourced from github.com/godaddy/asherah/go/appencryption's releases.

[Go] AppEncryption v0.9.0

What's Changed

Major Changes

  • Added deprecation notices to aws-v1 plugin components - deprecation comments direct users to migrate to the aws-v2 alternative
  • Complete AWS SDK v2 test infrastructure migration - All integration tests now use independent AWS SDK v2 utilities with improved container cleanup and regional suffix compatibility
  • Enhanced AWS SDK v1 deprecation handling - Added comprehensive linter exclusions and updated deprecation comments to reflect end-of-life status (July 31, 2025)
  • Upgraded Go - Updated to Go 1.23.0

Dependency Updates

  • Bump github.com/aws/aws-sdk-go from 1.55.7 to 1.55.8
  • Bump github.com/aws/aws-sdk-go-v2 from 1.37.1 to 1.38.3
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.30.2 to 1.31.6
  • Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.20.1 to 1.20.9
  • Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression from 1.8.1 to 1.8.9
  • Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.42.1 to 1.45.1
  • Bump github.com/stretchr/testify from 1.10.0 to 1.11.1
  • Bump github.com/docker/go-connections from 0.5.0 to 0.6.0
  • Bump github.com/godaddy/asherah/go/securememory from 0.1.6 to 0.1.7

Code Quality Improvements

  • Updated linting configuration - Added staticcheck exclusions for intentional AWS SDK v1 usage in backward compatibility layers
  • Updated deprecation documentation - All AWS SDK v1 components now clearly communicate security urgency and migration paths
  • Improved test reliability - Fixed container cleanup timing issues in integration tests
  • Eliminated AWS SDK v1 dependencies from v2 infrastructure - Clean separation between v1 and v2 test utilities

Backward Compatibility

This release maintains full backward compatibility. All existing AWS SDK v1 integrations will continue to work unchanged, though users will see deprecation warnings encouraging migration to AWS SDK v2 plugins for security and long-term support.

Full Changelog: https://github.com/godladdy/asherah/compare/go/appencryption/v0.8.0...go/appencryption/v0.9.0

Commits
  • 701e8f6 Merge pull request #1514 from godaddy/go-ae-bump
  • a36eb2c bump version to 0.9.0
  • 7de8d3b Merge pull request #1513 from godaddy/csharp-ae-bump
  • 24475fb bump version to 0.8.0
  • 10275fd Merge pull request #1511 from godaddy/dependabot/go_modules/server/go/minor-a...
  • 7965b71 Bump the minor-and-patch group across 2 directories with 7 updates
  • 3e97f4f Merge pull request #1512 from godaddy/go-server-aws-v2
  • f58862d Complete AWS KMS plugin upgrade to v2
  • 75b7266 Merge pull request #1508 from godaddy/dependabot/nuget/csharp/AppEncryption/A...
  • 1ed3e28 Bump the minor-and-patch group with 2 updates
  • Additional commits viewable in compare view

Updates github.com/godaddy/asherah/go/appencryption from 0.8.0 to 0.9.0

Release notes

Sourced from github.com/godaddy/asherah/go/appencryption's releases.

[Go] AppEncryption v0.9.0

What's Changed

Major Changes

  • Added deprecation notices to aws-v1 plugin components - deprecation comments direct users to migrate to the aws-v2 alternative
  • Complete AWS SDK v2 test infrastructure migration - All integration tests now use independent AWS SDK v2 utilities with improved container cleanup and regional suffix compatibility
  • Enhanced AWS SDK v1 deprecation handling - Added comprehensive linter exclusions and updated deprecation comments to reflect end-of-life status (July 31, 2025)
  • Upgraded Go - Updated to Go 1.23.0

Dependency Updates

  • Bump github.com/aws/aws-sdk-go from 1.55.7 to 1.55.8
  • Bump github.com/aws/aws-sdk-go-v2 from 1.37.1 to 1.38.3
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.30.2 to 1.31.6
  • Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.20.1 to 1.20.9
  • Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression from 1.8.1 to 1.8.9
  • Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.42.1 to 1.45.1
  • Bump github.com/stretchr/testify from 1.10.0 to 1.11.1
  • Bump github.com/docker/go-connections from 0.5.0 to 0.6.0
  • Bump github.com/godaddy/asherah/go/securememory from 0.1.6 to 0.1.7

Code Quality Improvements

  • Updated linting configuration - Added staticcheck exclusions for intentional AWS SDK v1 usage in backward compatibility layers
  • Updated deprecation documentation - All AWS SDK v1 components now clearly communicate security urgency and migration paths
  • Improved test reliability - Fixed container cleanup timing issues in integration tests
  • Eliminated AWS SDK v1 dependencies from v2 infrastructure - Clean separation between v1 and v2 test utilities

Backward Compatibility

This release maintains full backward compatibility. All existing AWS SDK v1 integrations will continue to work unchanged, though users will see deprecation warnings encouraging migration to AWS SDK v2 plugins for security and long-term support.

Full Changelog: https://github.com/godladdy/asherah/compare/go/appencryption/v0.8.0...go/appencryption/v0.9.0

Commits
  • 701e8f6 Merge pull request #1514 from godaddy/go-ae-bump
  • a36eb2c bump version to 0.9.0
  • 7de8d3b Merge pull request #1513 from godaddy/csharp-ae-bump
  • 24475fb bump version to 0.8.0
  • 10275fd Merge pull request #1511 from godaddy/dependabot/go_modules/server/go/minor-a...
  • 7965b71 Bump the minor-and-patch group across 2 directories with 7 updates
  • 3e97f4f Merge pull request #1512 from godaddy/go-server-aws-v2
  • f58862d Complete AWS KMS plugin upgrade to v2
  • 75b7266 Merge pull request #1508 from godaddy/dependabot/nuget/csharp/AppEncryption/A...
  • 1ed3e28 Bump the minor-and-patch group with 2 updates
  • Additional commits viewable in compare view

Updates github.com/godaddy/asherah/go/appencryption from 0.8.0 to 0.9.0

Release notes

Sourced from github.com/godaddy/asherah/go/appencryption's releases.

[Go] AppEncryption v0.9.0

What's Changed

Major Changes

  • Added deprecation notices to aws-v1 plugin components - deprecation comments direct users to migrate to the aws-v2 alternative
  • Complete AWS SDK v2 test infrastructure migration - All integration tests now use independent AWS SDK v2 utilities with improved container cleanup and regional suffix compatibility
  • Enhanced AWS SDK v1 deprecation handling - Added comprehensive linter exclusions and updated deprecation comments to reflect end-of-life status (July 31, 2025)
  • Upgraded Go - Updated to Go 1.23.0

Dependency Updates

  • Bump github.com/aws/aws-sdk-go from 1.55.7 to 1.55.8
  • Bump github.com/aws/aws-sdk-go-v2 from 1.37.1 to 1.38.3
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.30.2 to 1.31.6
  • Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.20.1 to 1.20.9
  • Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression from 1.8.1 to 1.8.9
  • Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.42.1 to 1.45.1
  • Bump github.com/stretchr/testify from 1.10.0 to 1.11.1
  • Bump github.com/docker/go-connections from 0.5.0 to 0.6.0
  • Bump github.com/godaddy/asherah/go/securememory from 0.1.6 to 0.1.7

Code Quality Improvements

  • Updated linting configuration - Added staticcheck exclusions for intentional AWS SDK v1 usage in backward compatibility layers
  • Updated deprecation documentation - All AWS SDK v1 components now clearly communicate security urgency and migration paths
  • Improved test reliability - Fixed container cleanup timing issues in integration tests
  • Eliminated AWS SDK v1 dependencies from v2 infrastructure - Clean separation between v1 and v2 test utilities

Backward Compatibility

This release maintains full backward compatibility. All existing AWS SDK v1 integrations will continue to work unchanged, though users will see deprecation warnings encouraging migration to AWS SDK v2 plugins for security and long-term support.

Full Changelog: https://github.com/godladdy/asherah/compare/go/appencryption/v0.8.0...go/appencryption/v0.9.0

Commits
  • 701e8f6 Merge pull request #1514 from godaddy/go-ae-bump
  • a36eb2c bump version to 0.9.0
  • 7de8d3b Merge pull request #1513 from godaddy/csharp-ae-bump
  • 24475fb bump version to 0.8.0
  • 10275fd Merge pull request #1511 from godaddy/dependabot/go_modules/server/go/minor-a...
  • 7965b71 Bump the minor-and-patch group across 2 directories with 7 updates
  • 3e97f4f Merge pull request #1512 from godaddy/go-server-aws-v2
  • f58862d Complete AWS KMS plugin upgrade to v2
  • 75b7266 Merge pull request #1508 from godaddy/dependabot/nuget/csharp/AppEncryption/A...
  • 1ed3e28 Bump the minor-and-patch group with 2 updates
  • 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 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go labels Sep 17, 2025
Bumps the minor-and-patch group with 5 updates in the /server/go directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.38.3` | `1.39.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.31.6` | `1.31.8` |
| [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2) | `1.50.1` | `1.50.3` |
| [github.com/godaddy/asherah/go/appencryption](https://github.com/godaddy/asherah) | `0.8.0` | `0.9.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.75.0` | `1.75.1` |

Bumps the minor-and-patch group with 1 update in the /tests/cross-language/go directory: [github.com/godaddy/asherah/go/appencryption](https://github.com/godaddy/asherah).


Updates `github.com/aws/aws-sdk-go-v2` from 1.38.3 to 1.39.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.38.3...v1.39.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.31.6 to 1.31.8
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.31.6...config/v1.31.8)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.50.1 to 1.50.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.50.1...service/s3/v1.50.3)

Updates `github.com/godaddy/asherah/go/appencryption` from 0.8.0 to 0.9.0
- [Release notes](https://github.com/godaddy/asherah/releases)
- [Commits](go/appencryption/v0.8.0...go/appencryption/v0.9.0)

Updates `google.golang.org/grpc` from 1.75.0 to 1.75.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.75.0...v1.75.1)

Updates `github.com/godaddy/asherah/go/appencryption` from 0.8.0 to 0.9.0
- [Release notes](https://github.com/godaddy/asherah/releases)
- [Commits](go/appencryption/v0.8.0...go/appencryption/v0.9.0)

Updates `github.com/godaddy/asherah/go/appencryption` from 0.8.0 to 0.9.0
- [Release notes](https://github.com/godaddy/asherah/releases)
- [Commits](go/appencryption/v0.8.0...go/appencryption/v0.9.0)

Updates `github.com/godaddy/asherah/go/appencryption` from 0.8.0 to 0.9.0
- [Release notes](https://github.com/godaddy/asherah/releases)
- [Commits](go/appencryption/v0.8.0...go/appencryption/v0.9.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.31.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
  dependency-version: 1.50.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/godaddy/asherah/go/appencryption
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: google.golang.org/grpc
  dependency-version: 1.75.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/godaddy/asherah/go/appencryption
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/godaddy/asherah/go/appencryption
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/godaddy/asherah/go/appencryption
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/server/go/minor-and-patch-8d68dba3c1 branch from 07073ee to bf4f708 Compare September 24, 2025 13:08
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants