chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ssm from 1.56.4 to 1.68.4 in /sdk#59
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
b740de8 to
e9974dc
Compare
There was a problem hiding this comment.
Arkana Review — chore(deps): bump ssm v1.56.4 → v1.68.4
Verdict: ✅ Approve
Straightforward dependabot minor-version bump of github.com/aws/aws-sdk-go-v2/service/ssm. Reviewed the full diff and checked all SSM usage across the codebase.
What changed
sdk/go.mod: SSM version bumpv1.56.4→v1.68.4sdk/go.sum: Updated checksums, removed stale indirect deps (jmespath/go-jmespath,gopkg.in/yaml.v2, stalego-spew/go-difflib/stretchrentries)
Impact analysis
- 8 files import the SSM package across
sdk/,mgmt/, and root - All usage is standard AWS SDK calls:
NewFromConfig,GetParameter,PutParameter,SendCommand,GetCommandInvocation - These APIs are stable within the AWS SDK v2 minor version contract — no breaking changes
- Removed indirect deps (
jmespath,yaml.v2) were transitive through the old SSM version; the new version no longer pulls them - No protocol-critical code touched (no VTXO, signing, forfeit, round, or exit path changes)
CI
All checks pending at time of review. Recommend merging only after CI passes (especially unit-test and enclave-test).
Cross-repo
No other repos in the org depend on the enclave SDK's go.mod directly — no downstream breakage risk.
No issues found. Safe to merge once CI is green.
Bumps [github.com/aws/aws-sdk-go-v2/service/ssm](https://github.com/aws/aws-sdk-go-v2) from 1.56.4 to 1.68.4. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@service/eks/v1.56.4...service/ssm/v1.68.4) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/service/ssm dependency-version: 1.68.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
e9974dc to
7d1dd88
Compare
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/service/ssm from 1.56.4 to 1.68.4.
Commits
90650ddRelease 2026-03-26dd88818Regenerated Clientsb662c50Update endpoints model500a9cbUpdate API model6221102fix stale skew and delayed skew healing (#3359)0a39373fix order of generated event header handlers (#3361)098f389Only generate resolveAccountID when it's required (#3360)6ebab66Release 2026-03-25b2ec3beRegenerated Clientsabc126fUpdate API model