Skip to content

Commit eb7d628

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/ecs to v1.20.0 (#5131)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/ecs](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.19.2` -> `v1.20.0` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.20.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/ecs/v1.19.2...service/ecs/v1.20.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/ecs/v1.19.2...service/ecs/v1.20.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 74d3996 commit eb7d628

File tree

6 files changed

+30
-3
lines changed

6 files changed

+30
-3
lines changed

plugins/source/aws/client/mocks/ecs.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/ecs.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_ecs_clusters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The following tables depend on aws_ecs_clusters:
3131
|pending_tasks_count|Int|
3232
|registered_container_instances_count|Int|
3333
|running_tasks_count|Int|
34+
|service_connect_defaults|JSON|
3435
|settings|JSON|
3536
|statistics|JSON|
3637
|status|String|

plugins/source/aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require (
3636
github.com/aws/aws-sdk-go-v2/service/ec2 v1.72.1
3737
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.23
3838
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.13.19
39-
github.com/aws/aws-sdk-go-v2/service/ecs v1.19.2
39+
github.com/aws/aws-sdk-go-v2/service/ecs v1.20.0
4040
github.com/aws/aws-sdk-go-v2/service/efs v1.17.19
4141
github.com/aws/aws-sdk-go-v2/service/eks v1.23.0
4242
github.com/aws/aws-sdk-go-v2/service/elasticache v1.24.1

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ github.com/aws/aws-sdk-go-v2/service/ecr v1.17.23 h1:Da25Cw8xI2q9Gr+ekQvpqJpyqR6
116116
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.23/go.mod h1:kEVGiy2tACP0cegVqx4MrjsgQMSgrtgRq1fSa+Ix6F0=
117117
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.13.19 h1:AwWP9a5n9a6kcgpTOfZ2/AeHKdq1Cb+HwgWQ1ADqiZM=
118118
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.13.19/go.mod h1:j3mVo8gEwXjgzf9PfORBnYUUQnnjkd4OY6y5JmubV94=
119-
github.com/aws/aws-sdk-go-v2/service/ecs v1.19.2 h1:ZzBtxW1Q9AVERksNoVbYUQPHuNDGJMB4xPxfF4USKKc=
120-
github.com/aws/aws-sdk-go-v2/service/ecs v1.19.2/go.mod h1:NpR78BP2STxvF/R1GXLDM4gAEfjz68W/h0nC5b6Jk3s=
119+
github.com/aws/aws-sdk-go-v2/service/ecs v1.20.0 h1:tFOfeyENzdOM5zKwGXdDsqeVJEjav8YLTb7tDehJ/c0=
120+
github.com/aws/aws-sdk-go-v2/service/ecs v1.20.0/go.mod h1:NpR78BP2STxvF/R1GXLDM4gAEfjz68W/h0nC5b6Jk3s=
121121
github.com/aws/aws-sdk-go-v2/service/efs v1.17.19 h1:e9oyZ/TUV8IekYJJ71A5f2G7zshaWiozrweYhva2gD0=
122122
github.com/aws/aws-sdk-go-v2/service/efs v1.17.19/go.mod h1:DdO6hLx0XiYuj2Tn8VsR8et3BW1aXiv74GfsjHvhN9U=
123123
github.com/aws/aws-sdk-go-v2/service/eks v1.23.0 h1:roxmtB8AB5b/COvsD75AnswtsQOxqbjjvowmnX8IKDE=

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