Skip to content

Commit a56a3e0

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/scheduler to v1.1.0 (#6507)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/scheduler](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.0.3` -> `v1.1.0` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.1.0`](https://togithub.com/aws/aws-sdk-go-v2/releases/tag/v1.1.0): (2021-01-29) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/scheduler/v1.0.3...v1.1.0) #### Service Client Highlights - Bug Fix: A serialization bug has been fixed that caused some service operations with empty inputs to not be serialized correctly ([#&#8203;1071](https://togithub.com/aws/aws-sdk-go-v2/pull/1071)) - Bug Fix: Fixes a bug that could cause a waiter to fail when comparing types ([#&#8203;1083](https://togithub.com/aws/aws-sdk-go-v2/pull/1083)) #### Core SDK Highlights - Feature: EndpointResolverFromURL helpers have been added for constructing a service EndpointResolver type ([#&#8203;1066](https://togithub.com/aws/aws-sdk-go-v2/pull/1066)) - Dependency Update: Updated SDK dependencies to their latest versions. - `aws` - v1.1.0 - Feature: Add support for specifying the EndpointSource on aws.Endpoint types ([#&#8203;1070](https://togithub.com/aws/aws-sdk-go-v2/pull/1070/)) - `config` - v1.1.0 - Feature: Add Support for AWS Single Sign-On (SSO) credential provider ([#&#8203;1072](https://togithub.com/aws/aws-sdk-go-v2/pull/1072)) - `credentials` - v1.1.0 - Feature: Add AWS Single Sign-On (SSO) credential provider ([#&#8203;1072](https://togithub.com/aws/aws-sdk-go-v2/pull/1072)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC43Ny4wIiwidXBkYXRlZEluVmVyIjoiMzQuNzcuMCJ9-->
1 parent 47fa203 commit a56a3e0

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
@@ -78,7 +78,7 @@ require (
7878
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.0
7979
github.com/aws/aws-sdk-go-v2/service/s3control v1.29.0
8080
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.61.0
81-
github.com/aws/aws-sdk-go-v2/service/scheduler v1.0.3
81+
github.com/aws/aws-sdk-go-v2/service/scheduler v1.1.0
8282
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

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ github.com/aws/aws-sdk-go-v2/service/s3control v1.29.0 h1:pK0WPrNx459/ZDyiQh2dZg
212212
github.com/aws/aws-sdk-go-v2/service/s3control v1.29.0/go.mod h1:4DfdtJVYJj82pZdBoOwyA87ocrDYfQgAgbW6e17Xr2U=
213213
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.61.0 h1:yQjFY8oQcFVXkCNNoQdolB/Rbq1KMtB64NxlfteaM/s=
214214
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.61.0/go.mod h1:v+qgYDefdlOgci1kvpeo9jwo0J66r/i+z1WJWher+cE=
215-
github.com/aws/aws-sdk-go-v2/service/scheduler v1.0.3 h1:y06COYMS5OWfEv31VWaOCgTXsfWEZydwqqGvTkvl9nc=
216-
github.com/aws/aws-sdk-go-v2/service/scheduler v1.0.3/go.mod h1:ZnD5i/e5nCIh1w3ivCfifQ5r4PLh3aOCElnOrZz+WnQ=
215+
github.com/aws/aws-sdk-go-v2/service/scheduler v1.1.0 h1:4AYYktQrNoGvQS7hm6SYTUYIbFC/T23I54Dx8KIM5AY=
216+
github.com/aws/aws-sdk-go-v2/service/scheduler v1.1.0/go.mod h1:ZnD5i/e5nCIh1w3ivCfifQ5r4PLh3aOCElnOrZz+WnQ=
217217
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.17.0 h1:6W6BLZcXytRJsVvc2gGwxKE4wbMSlWqdxZivBP/E+ys=
218218
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=

0 commit comments

Comments
 (0)