Skip to content

chore: Bump aws-sdk from 2.1012.0 to 2.1016.0 in /modules/runners/lambdas/runners #1350

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2021

Bumps aws-sdk from 2.1012.0 to 2.1016.0.

Release notes

Sourced from aws-sdk's releases.

Release v2.1016.0

See changelog for more information.

Release v2.1015.0

See changelog for more information.

Release v2.1014.0

See changelog for more information.

Release v2.1013.0

See changelog for more information.

Changelog

Sourced from aws-sdk's changelog.

2.1016.0

  • feature: AutoScaling: This release adds support for attribute-based instance type selection, a new EC2 Auto Scaling feature that lets customers express their instance requirements as a set of attributes, such as vCPU, memory, and storage.
  • feature: EC2: This release adds: attribute-based instance type selection for EC2 Fleet, Spot Fleet, a feature that lets customers express instance requirements as attributes like vCPU, memory, and storage; and Spot placement score, a feature that helps customers identify an optimal location to run Spot workloads.
  • feature: EKS: EKS managed node groups now support BOTTLEROCKET_x86_64 and BOTTLEROCKET_ARM_64 AMI types.
  • feature: SageMaker: This release allows customers to describe one or more versioned model packages through BatchDescribeModelPackage, update project via UpdateProject, modify and read customer metadata properties using Create, Update and Describe ModelPackage and enables cross account registration of model packages.
  • feature: Textract: This release adds support for asynchronously analyzing invoice and receipt documents through two new APIs: StartExpenseAnalysis and GetExpenseAnalysis

2.1015.0

  • feature: ChimeSDKIdentity: The Amazon Chime SDK now supports push notifications through Amazon Pinpoint
  • feature: ChimeSDKMessaging: The Amazon Chime SDK now supports push notifications through Amazon Pinpoint
  • feature: EMRcontainers: This feature enables auto-generation of certificate to secure the managed-endpoint and removes the need for customer provided certificate-arn during managed-endpoint setup.

2.1014.0

  • bugfix: endpoint: Update fips endpoint heuristics test to use callback
  • feature: AuditManager: This release introduces a new feature for Audit Manager: Custom framework sharing. You can now share your custom frameworks with another AWS account, or replicate them into another AWS Region under your own account.
  • feature: EC2: This release adds support to create a VPN Connection that is not attached to a Gateway at the time of creation. Use this to create VPNs associated with Core Networks, or modify your VPN and attach a gateway using the modify API after creation.
  • feature: RDS: This release adds support for Amazon RDS Custom, which is a new RDS management type that gives you full access to your database and operating system. For more information, see https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-custom.html
  • feature: Route53Resolver: New API for ResolverConfig, which allows autodefined rules for reverse DNS resolution to be disabled for a VPC

2.1013.0

  • bugfix: endpoint: Support FIPS in endpoint heuristics
  • feature: AuditManager: This release introduces character restrictions for ControlSet names. We updated regex patterns for the following attributes: ControlSet, CreateAssessmentFrameworkControlSet, and UpdateAssessmentFrameworkControlSet.
  • feature: Chime: Chime VoiceConnector and VoiceConnectorGroup APIs will now return an ARN.
  • feature: QuickSight: Added QSearchBar option for GenerateEmbedUrlForRegisteredUser ExperienceConfiguration to support Q search bar embedding
  • feature: rest-json: Update serialization of Rest-JSON API input and Content-Type
Commits
  • 321e823 Updates SDK to v2.1016.0
  • 117773b Updates SDK to v2.1015.0
  • 66a20cb Updates SDK to v2.1014.0
  • 6f0a94a chore: add patterns for fips endpoint heuristics (#3929)
  • fc63c73 fix: update fips endpoint heuristics test to use callback (#3928)
  • ce87dbb Updates SDK to v2.1013.0
  • 5f06f52 fix: support FIPS in endpoint heuristics (#3923)
  • 48e996b Updates SDK documentation
  • 5cfd9a2 feat: update serialization of Rest-JSON API input and Content-Type (#3914)
  • See full diff in compare view

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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 28, 2021
github-actions[bot]
github-actions bot previously approved these changes Oct 28, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/modules/runners/lambdas/runners/aws-sdk-2.1016.0 branch from 10a9563 to b029c3a Compare October 28, 2021 09:25
github-actions[bot]
github-actions bot previously approved these changes Oct 28, 2021
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1012.0 to 2.1016.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-js@v2.1012.0...v2.1016.0)

---
updated-dependencies:
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/modules/runners/lambdas/runners/aws-sdk-2.1016.0 branch from b029c3a to 0e1f16c Compare October 28, 2021 09:27
@npalm npalm merged commit 5df00b9 into develop Oct 28, 2021
@npalm npalm deleted the dependabot/npm_and_yarn/modules/runners/lambdas/runners/aws-sdk-2.1016.0 branch October 28, 2021 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant