Skip to content

Commit 8e10157

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs to v1.17.0 (#5130)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.16.4` -> `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.4...v1.17.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.16.4...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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMi4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTIuMSJ9-->
1 parent a428171 commit 8e10157

6 files changed

Lines changed: 30 additions & 3 deletions

File tree

plugins/source/aws/client/mocks/cloudwatchlogs.go

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

plugins/source/aws/client/services/cloudwatchlogs.go

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The primary key for this table is **arn**.
1818
|arn (PK)|String|
1919
|tags|JSON|
2020
|creation_time|Int|
21+
|data_protection_status|String|
2122
|kms_key_id|String|
2223
|log_group_name|String|
2324
|metric_filter_count|Int|

plugins/source/aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.21
2323
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.20.3
2424
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.22.0
25-
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.16.4
25+
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.17.0
2626
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.19
2727
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.19
2828
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.14.3

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.20.3 h1:syWZB25hdMayklHlAe195
8888
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.20.3/go.mod h1:G3xZtg7cjsJaJdl1oVkscYXbdDLZBfOHbE1JqcnZxOI=
8989
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.22.0 h1:avr0tjwsFnAL0Vmg+t0sYLNIlRHH4AGMMn9rTO3Wv7c=
9090
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.22.0/go.mod h1:b2EPXU2jyxD7StcbEemizK7A5wYYDKhdp6zpSUKUjJ0=
91-
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.16.4 h1:pOFBQy2mdD8qa6QYP2OnJfAvPYpsLgalaz26CKQY6ug=
92-
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.16.4/go.mod h1:9feOMWt3rxs46DqBVHco7z1KxRG36bKUqtv306cAtaA=
91+
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.17.0 h1:/RFnaZHehAtDteT8Ds9SNpMaNbkyVrKizWQPaMXLI8I=
92+
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.17.0/go.mod h1:9feOMWt3rxs46DqBVHco7z1KxRG36bKUqtv306cAtaA=
9393
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.19 h1:zJfK4MT/AUswNYWrDUPE/hUmIJxB4wetdId/D72QOXQ=
9494
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.19/go.mod h1:2uDPzP+kGGzUjC6W+goku6WYmLZSS1e4iIkx8kiqmFg=
9595
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.19 h1:Gf2b9ow4Qw9LYlUp5JaEsDtY7D83L4N19sNuPKR1e1E=

plugins/source/aws/resources/services/cloudwatchlogs/log_groups.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)