Skip to content

Commit

Permalink
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/ssm to …
Browse files Browse the repository at this point in the history
…v1.33.0 (#4785)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/aws/aws-sdk-go-v2/service/ssm](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.32.1` -> `v1.33.0` |

---

### Release Notes

<details>
<summary>aws/aws-sdk-go-v2</summary>

### [`v1.33.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/ssm/v1.32.1...service/ssm/v1.33.0)

[Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/ssm/v1.32.1...service/ssm/v1.33.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-->
  • Loading branch information
cq-bot committed Nov 18, 2022
1 parent 114ff80 commit fcd03ff
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
20 changes: 20 additions & 0 deletions plugins/source/aws/client/mocks/ssm.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions plugins/source/aws/client/services/ssm.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/source/aws/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/sesv2 v1.15.1
github.com/aws/aws-sdk-go-v2/service/sns v1.18.5
github.com/aws/aws-sdk-go-v2/service/sqs v1.19.13
github.com/aws/aws-sdk-go-v2/service/ssm v1.32.1
github.com/aws/aws-sdk-go-v2/service/ssm v1.33.0
github.com/aws/aws-sdk-go-v2/service/ssoadmin v1.15.13
github.com/aws/aws-sdk-go-v2/service/sts v1.17.4
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.14.5
Expand Down
4 changes: 2 additions & 2 deletions plugins/source/aws/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ github.com/aws/aws-sdk-go-v2/service/sns v1.18.5 h1:Y9lhvLHVuxV+1DZYs6zs8gAOE1jH
github.com/aws/aws-sdk-go-v2/service/sns v1.18.5/go.mod h1:2cPUjR63iE9MPMPJtSyzYmsTFCNrN/Xi9j0v9BL5OU0=
github.com/aws/aws-sdk-go-v2/service/sqs v1.19.13 h1:9zbk2KWWkR/14PGdfBbpHKpxlryga3zqM9DAg5of/Qs=
github.com/aws/aws-sdk-go-v2/service/sqs v1.19.13/go.mod h1:DKX/7/ZiAzHO6p6AhArnGdrV4r+d461weby8KeVtvC4=
github.com/aws/aws-sdk-go-v2/service/ssm v1.32.1 h1:f3md8olGhLjukIy/Bj8HGqonh8dBEoBMTDGN8yetxD0=
github.com/aws/aws-sdk-go-v2/service/ssm v1.32.1/go.mod h1:rEsqsZrOp9YvSGPOrcL3pR9+i/QJaWRkAYbuxMa7yCU=
github.com/aws/aws-sdk-go-v2/service/ssm v1.33.0 h1:Whr3iK4ZLynH73qlPI7DRhXmpbQ0GNYxVGPpCeUBiO0=
github.com/aws/aws-sdk-go-v2/service/ssm v1.33.0/go.mod h1:rEsqsZrOp9YvSGPOrcL3pR9+i/QJaWRkAYbuxMa7yCU=
github.com/aws/aws-sdk-go-v2/service/sso v1.11.25 h1:GFZitO48N/7EsFDt8fMa5iYdmWqkUDDB3Eje6z3kbG0=
github.com/aws/aws-sdk-go-v2/service/sso v1.11.25/go.mod h1:IARHuzTXmj1C0KS35vboR0FeJ89OkEy1M9mWbK2ifCI=
github.com/aws/aws-sdk-go-v2/service/ssoadmin v1.15.13 h1:vP7nc0ACiN6QbJO7zpAxGfNuruR86BW4NQ8pDRKJxrw=
Expand Down

0 comments on commit fcd03ff

Please sign in to comment.