Skip to content

Commit e085850

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/eks to v1.24.1 (#5333)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/eks](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.24.0` -> `v1.24.1` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.24.1`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/eks/v1.24.0...service/eks/v1.24.1) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/eks/v1.24.0...service/eks/v1.24.1) </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 79da6fc commit e085850

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/source/aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.13.20
3939
github.com/aws/aws-sdk-go-v2/service/ecs v1.20.1
4040
github.com/aws/aws-sdk-go-v2/service/efs v1.18.0
41-
github.com/aws/aws-sdk-go-v2/service/eks v1.24.0
41+
github.com/aws/aws-sdk-go-v2/service/eks v1.24.1
4242
github.com/aws/aws-sdk-go-v2/service/elasticache v1.24.1
4343
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.20
4444
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.23

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ github.com/aws/aws-sdk-go-v2/service/ecs v1.20.1 h1:V86rF7/7aPVtyHYXIT3otMiub/WI
125125
github.com/aws/aws-sdk-go-v2/service/ecs v1.20.1/go.mod h1:aFinYZKw5gyuAeRRRoE/pEmpLfiN7vVoTSr+w9y6flI=
126126
github.com/aws/aws-sdk-go-v2/service/efs v1.18.0 h1:06pqrWeT8jrj8NIE0kovrFY3KC0pBt913HyusYyFjm8=
127127
github.com/aws/aws-sdk-go-v2/service/efs v1.18.0/go.mod h1:DdO6hLx0XiYuj2Tn8VsR8et3BW1aXiv74GfsjHvhN9U=
128-
github.com/aws/aws-sdk-go-v2/service/eks v1.24.0 h1:YiDJSpZ1CNKVXJb957zaZb0uBJGSjfsBRzQu5f5jVBw=
129-
github.com/aws/aws-sdk-go-v2/service/eks v1.24.0/go.mod h1:bxjOnpk0lwAq4jmmTONfUGPjgO8sLAbflxTHsY7thkU=
128+
github.com/aws/aws-sdk-go-v2/service/eks v1.24.1 h1:gpVJx8Vlvaj+WIWMzX/HGoZdVRbBcvP5EHorC6tDgDk=
129+
github.com/aws/aws-sdk-go-v2/service/eks v1.24.1/go.mod h1:dt3fLgSTqeC9t7en5t1PH7i2HLn6m2JKAIP4r23T3P4=
130130
github.com/aws/aws-sdk-go-v2/service/elasticache v1.24.1 h1:RA+njRU9CKe4YLs6n8cdNRFFHgqXCw8otwLZQNLexZY=
131131
github.com/aws/aws-sdk-go-v2/service/elasticache v1.24.1/go.mod h1:Ldcx5z/9/7v48B223e7KVQYmFIKeEIzw6SRCcxoC0bI=
132132
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.20 h1:U3pnbSZUU86zdlWpupm9Gi0wOCfw7yPPSPpyA2A66ps=

0 commit comments

Comments
 (0)