Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.19.0 to 1.19.1 in /server #86

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2022

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/aws/aws-sdk-go-v2/service/sqs from 1.19.0 to 1.19.1.

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/sqs's changelog.

Release (2022-08-01)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.23.1
    • Documentation: Documentation update for PutConfigRule and PutOrganizationConfigRule
  • github.com/aws/aws-sdk-go-v2/service/workspaces: v1.22.0
    • Feature: This release introduces ModifySamlProperties, a new API that allows control of SAML properties associated with a WorkSpaces directory. The DescribeWorkspaceDirectories API will now additionally return SAML properties in its responses.

Release (2022-07-29)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.51.0
    • Feature: Documentation updates for Amazon EC2.
  • github.com/aws/aws-sdk-go-v2/service/fsx: v1.24.4
    • Documentation: Documentation updates for Amazon FSx
  • github.com/aws/aws-sdk-go-v2/service/shield: v1.17.0
    • Feature: AWS Shield Advanced now supports filtering for ListProtections and ListProtectionGroups.

Release (2022-07-28)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.50.1
    • Documentation: Documentation updates for VM Import/Export.
  • github.com/aws/aws-sdk-go-v2/service/elasticsearchservice: v1.16.0
    • Feature: This release adds support for gp3 EBS (Elastic Block Store) storage.
  • github.com/aws/aws-sdk-go-v2/service/lookoutvision: v1.14.0
    • Feature: This release introduces support for image segmentation models and updates CPU accelerator options for models hosted on edge devices.
  • github.com/aws/aws-sdk-go-v2/service/opensearch: v1.10.0
    • Feature: This release adds support for gp3 EBS (Elastic Block Store) storage.

Release (2022-07-27)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.20.0
    • Feature: This release adds an exceeded quota exception to several APIs. We added a ServiceQuotaExceededException for the following operations: CreateAssessment, CreateControl, CreateAssessmentFramework, and UpdateAssessmentStatus.
  • github.com/aws/aws-sdk-go-v2/service/chime: v1.21.0
    • Feature: Chime VoiceConnector will now support ValidateE911Address which will allow customers to prevalidate their addresses included in their SIP invites for emergency calling
  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.23.0
    • Feature: This release adds ListConformancePackComplianceScores API to support the new compliance score feature, which provides a percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack.
  • github.com/aws/aws-sdk-go-v2/service/globalaccelerator: v1.14.0
    • Feature: Global Accelerator now supports dual-stack accelerators, enabling support for IPv4 and IPv6 traffic.
  • github.com/aws/aws-sdk-go-v2/service/marketplacecatalog: v1.13.0
    • Feature: The SDK for the StartChangeSet API will now automatically set and use an idempotency token in the ClientRequestToken request parameter if the customer does not provide it.
  • github.com/aws/aws-sdk-go-v2/service/polly: v1.17.0
    • Feature: Amazon Polly adds new English and Hindi voice - Kajal. Kajal is available as Neural voice only.
  • github.com/aws/aws-sdk-go-v2/service/ssm: v1.27.5
    • Documentation: Adding doc updates for OpsCenter support in Service Setting actions.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2022

The following labels could not be found: dependencies, go.

@dependabot dependabot bot force-pushed the dependabot/go_modules/server/github.com/aws/aws-sdk-go-v2/service/sqs-1.19.1 branch from 621f90e to 8c41e26 Compare August 2, 2022 12:59
Bumps [github.com/aws/aws-sdk-go-v2/service/sqs](https://github.com/aws/aws-sdk-go-v2) from 1.19.0 to 1.19.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.19.0...service/s3/v1.19.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sqs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/server/github.com/aws/aws-sdk-go-v2/service/sqs-1.19.1 branch from 8c41e26 to 2619d4a Compare August 2, 2022 12:59
@PacoVK PacoVK merged commit 14c3bb8 into main Aug 2, 2022
@PacoVK PacoVK deleted the dependabot/go_modules/server/github.com/aws/aws-sdk-go-v2/service/sqs-1.19.1 branch August 2, 2022 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant