Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps github.com/aws/aws-sdk-go-v2/service/ssm from 1.66.0 to 1.66.2.

Commits
  • 6b53348 Release 2024-10-28
  • 784d2d3 Regenerated Clients
  • 7258bd2 Update endpoints model
  • f322198 Update API model
  • b65b80a Merge pull request #2852 from RanVaknin/signature-header-parsing-fix
  • 803614d Fixing changelog description and implementation to use TrimSpace
  • b12c8cf adding changelog
  • f0caa97 patching GetSignedRequestSignature to cover edge cases with the signature
  • e058903 drop service/nimble (#2851)
  • 896793a Release 2024-10-25
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Greptile Overview

Updated On: 2025-10-28 02:10:45 UTC

Greptile Summary

This PR bumps the AWS SDK for Go v2 SSM service from version 1.66.0 to 1.66.2, along with two related internal dependencies (configsources and endpoints). The Keep platform uses AWS Systems Manager Parameter Store as one of its optional secret-management backends (configured via SECRET_MANAGER_TYPE=ssm in .env), making this dependency important for deployments using that integration. The update brings upstream improvements including a signature header parsing fix using TrimSpace to handle edge cases, updated API models, and regenerated endpoint configurations. This is a standard patch-level Dependabot update that maintains backward compatibility with no breaking changes or code modifications required.

Important Files Changed

Filename Score Overview
go.mod 5/5 Bumps AWS SDK SSM service from 1.66.0 to 1.66.2 and updates two related internal dependencies (configsources 1.4.9→1.4.11, endpoints/v2 2.7.9→2.7.11)
go.sum 5/5 Updates cryptographic checksums for the new dependency versions to maintain module integrity verification

Confidence score: 5/5

  • This PR is safe to merge with minimal risk as it only updates dependency declarations without any code changes.
  • Score reflects that this is a standard Dependabot patch update with no breaking changes, no code modifications required, and includes beneficial bug fixes (particularly signature header parsing improvements) that improve the reliability of the SSM secret backend integration for users who have opted into that configuration.
  • No files require special attention; this is a routine dependency maintenance PR that brings upstream improvements and bug fixes.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Oct 27, 2025
Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@haasonsaas
Copy link
Contributor

@dependabot recreate

Bumps [github.com/aws/aws-sdk-go-v2/service/ssm](https://github.com/aws/aws-sdk-go-v2) from 1.66.0 to 1.66.2.
- [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.66.0...service/s3/v1.66.2)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ssm
  dependency-version: 1.66.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/ssm-1.66.2 branch from d5bc81a to 461992d Compare October 28, 2025 02:09
Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@haasonsaas haasonsaas merged commit 9326773 into main Oct 28, 2025
8 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/ssm-1.66.2 branch October 28, 2025 02:13
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