Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.41.7 to 1.41.8#461

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/aws/aws-sdk-go-v2-1.41.8
May 29, 2026
Merged

build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.41.7 to 1.41.8#461
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/aws/aws-sdk-go-v2-1.41.8

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Bumps github.com/aws/aws-sdk-go-v2 from 1.41.7 to 1.41.8.

Commits

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 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)

Summary by CodeRabbit

  • Dependencies
    • Updated AWS SDK Go v2 from v1.41.7 to v1.41.8, which adds support for restricting file permissions on credential cache files to enhance security.

Review Change Stack

Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.41.7 to 1.41.8.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.41.7...v1.41.8)

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

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 May 29, 2026
@dependabot dependabot Bot requested a review from dongjiang1989 as a code owner May 29, 2026 10:20
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 29, 2026
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 29, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 6311c662-e46a-47e3-b629-5c072c3ddfbf

📥 Commits

Reviewing files that changed from the base of the PR and between 1d96ddb and 3dc9330.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (5)
  • go.mod
  • vendor/github.com/aws/aws-sdk-go-v2/aws/config.go
  • vendor/github.com/aws/aws-sdk-go-v2/aws/go_module_metadata.go
  • vendor/github.com/aws/aws-sdk-go-v2/aws/restrict_file_permissions.go
  • vendor/modules.txt

📝 Walkthrough

Walkthrough

The PR updates the AWS SDK Go v2 dependency from v1.41.7 to v1.41.8. The vendored code introduces a new RestrictFilePermissions type and constants to control credential cache file permissions, adds a corresponding field to the aws.Config struct, and updates version tracking in go.mod and vendor manifests.

Changes

AWS SDK Dependency Update

Layer / File(s) Summary
Dependency version updates
go.mod, vendor/modules.txt
github.com/aws/aws-sdk-go-v2 is bumped from v1.41.7 to v1.41.8 in both the module requirements and vendor manifest.
RestrictFilePermissions type definition
vendor/github.com/aws/aws-sdk-go-v2/aws/restrict_file_permissions.go
Introduces RestrictFilePermissions as a string-based type with three exported constants: RestrictFilePermissionsUnset, RestrictFilePermissionsUserReadWrite, and RestrictFilePermissionsUnrestricted, controlling SDK credential cache file permissions on Unix systems.
Config struct and metadata integration
vendor/github.com/aws/aws-sdk-go-v2/aws/config.go, vendor/github.com/aws/aws-sdk-go-v2/aws/go_module_metadata.go
aws.Config struct adds a RestrictFilePermissions field to govern credential cache file permission behavior, and generated metadata updates the version constant to v1.41.8.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested reviewers

  • dongjiang1989
  • github-actions

🐰 A hop and a skip through AWS SDK land,
Version bumped, permissions now in hand,
Cache files secure with constants so grand,
RestrictFilePermissions takes its stand! ✨

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/github.com/aws/aws-sdk-go-v2-1.41.8

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot merged commit f273fce into main May 29, 2026
4 of 12 checks passed
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 size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant