Skip to content

Commit 2d99f4f

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/secretsmanager to v1.17.0 (#6143)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.16.11` -> `v1.17.0` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.17.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.16.11...v1.17.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.16.11...v1.17.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
1 parent d68af16 commit 2d99f4f

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

plugins/source/aws/docs/tables/aws_secretsmanager_secrets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The primary key for this table is **arn**.
2424
|last_changed_date|Timestamp|
2525
|last_rotated_date|Timestamp|
2626
|name|String|
27+
|next_rotation_date|Timestamp|
2728
|owning_service|String|
2829
|primary_region|String|
2930
|replication_status|JSON|

plugins/source/aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ require (
7979
github.com/aws/aws-sdk-go-v2/service/s3control v1.28.2
8080
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.61.0
8181
github.com/aws/aws-sdk-go-v2/service/scheduler v1.0.3
82-
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.11
82+
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.17.0
8383
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.15.2
8484
github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry v1.15.2
8585
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.13.23

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ github.com/aws/aws-sdk-go-v2/service/sagemaker v1.61.0 h1:yQjFY8oQcFVXkCNNoQdolB
214214
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.61.0/go.mod h1:v+qgYDefdlOgci1kvpeo9jwo0J66r/i+z1WJWher+cE=
215215
github.com/aws/aws-sdk-go-v2/service/scheduler v1.0.3 h1:y06COYMS5OWfEv31VWaOCgTXsfWEZydwqqGvTkvl9nc=
216216
github.com/aws/aws-sdk-go-v2/service/scheduler v1.0.3/go.mod h1:ZnD5i/e5nCIh1w3ivCfifQ5r4PLh3aOCElnOrZz+WnQ=
217-
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.11 h1:77V7vnw/NC4DORHVgA97+Ky2p1ri0+ZVYXh6ordUZU0=
218-
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.11/go.mod h1:jAeo/PdIJZuDSwsvxJS94G4d6h8tStj7WXVuKwLHWU8=
217+
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.17.0 h1:6W6BLZcXytRJsVvc2gGwxKE4wbMSlWqdxZivBP/E+ys=
218+
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.17.0/go.mod h1:jAeo/PdIJZuDSwsvxJS94G4d6h8tStj7WXVuKwLHWU8=
219219
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.15.2 h1:z8OpD43IKDSDmYdKSLkV0/cLKhxosj82j/5klEExu3A=
220220
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.15.2/go.mod h1:r0xKT6nzw2oTEZ37LdnSCRA85zZwRFt0Cmc40+b9Rmk=
221221
github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry v1.15.2 h1:o1yfwnYPIePeya0etsxv1qrc46WM6wyVZld1AuXhvYk=

plugins/source/aws/resources/services/secretsmanager/secrets.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)