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

Update dependency aws-sdk to ^2.417.0 #82

Merged
merged 1 commit into from
Mar 8, 2019

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 28, 2019

This PR contains the following updates:

Package Type Update Change References
aws-sdk dependencies minor ^2.411.0 -> ^2.417.0 source

Release Notes

aws/aws-sdk-js

v2.417.0

Compare Source

  • feature: AppMesh: This release includes a new version of the AWS App Mesh APIs. You can read more about the new APIs here: https://docs.aws.amazon.com/app-mesh/latest/APIReference/Welcome.html.
  • feature: ECS: This release of Amazon Elastic Container Service (Amazon ECS) introduces additional task definition parameters that enable you to define dependencies for container startup and shutdown, a per-container start and stop timeout value, as well as an AWS App Mesh proxy configuration which eases the integration between Amazon ECS and AWS App Mesh.
  • feature: GameLift: Amazon GameLift-hosted instances can now securely access resources on other AWS services using IAM roles. See more details at https://aws.amazon.com/releasenotes/amazon-gamelift/.
  • feature: Greengrass: Greengrass group UID and GID settings can now be configured to use a provided default via FunctionDefaultConfig. If configured, all Lambda processes in your deployed Greengrass group will by default start with the provided UID and/or GID, rather than by default starting with UID "ggc_user" and GID "ggc_group" as they would if not configured. Individual Lambdas can also be configured to override the defaults if desired via each object in the Functions list of your FunctionDefinitionVersion.
  • feature: MediaLive: This release adds a MediaPackage output group, simplifying configuration of outputs to AWS Elemental MediaPackage.
  • feature: RDS: You can configure your Aurora database cluster to automatically copy tags on the cluster to any automated or manual database cluster snapshots that are created from the cluster. This allows you to easily set metadata on your snapshots to match the parent cluster, including access policies. You may enable or disable this functionality while creating a new cluster, or by modifying an existing database cluster.

v2.416.0

Compare Source

  • feature: DirectConnect: Exposed a new available port speeds field in the DescribeLocation api call.
  • feature: EC2: This release adds pagination support for ec2.DescribeVpcs, ec2.DescribeInternetGateways and ec2.DescribeNetworkAcls APIs

v2.415.0

Compare Source

  • feature: MediaLive: This release adds support for pausing and unpausing one or both pipelines at scheduled times.
  • feature: StorageGateway: ActivateGateway, CreateNFSFileShare and CreateSMBFileShare APIs support a new parameter: Tags (to be attached to the created resource). Output for DescribeNFSFileShare, DescribeSMBFileShare and DescribeGatewayInformation APIs now also list the Tags associated with the resource. Minimum length of a KMSKey is now 7 characters.
  • feature: Textract: This release is intended ONLY for customers that are officially part of the Amazon Textract Preview program. If you are not officially part of the Amazon Textract program THIS WILL NOT WORK. Our two main regions for Amazon Textract Preview are N. Virginia and Dublin. Also some members have been added to Oregon and Ohio. If you are outside of any of these AWS regions, Amazon Textract Preview definitely will not work. If you would like to be part of the Amazon Textract program, you can officially request sign up here - https://pages.awscloud.com/textract-preview.html. To set expectations appropriately, we are aiming to admit new preview participants once a week until General Availability.

v2.414.0

Compare Source

  • feature: MediaPackage: This release adds support for user-defined tagging of MediaPackage resources. Users may now call operations to list, add and remove tags from channels and origin-endpoints. Users can also specify tags to be attached to these resources during their creation. Describe and list operations on these resources will now additionally return any tags associated with them.
  • feature: SSM: This release updates AWS Systems Manager APIs to support service settings for AWS customers. A service setting is a key-value pair that defines how a user interacts with or uses an AWS service, and is typically created and consumed by the AWS service team. AWS customers can read a service setting via GetServiceSetting API and update the setting via UpdateServiceSetting API or ResetServiceSetting API, which are introduced in this release. For example, if an AWS service charges money to the account based on a feature or service usage, then the AWS service team might create a setting with the default value of "false". This means the user can't use this feature unless they update the setting to "true" and intentionally opt in for a paid feature.

v2.413.0

Compare Source

  • feature: EC2: This release adds support for modifying instance event start time which allows users to reschedule EC2 events.

v2.412.0

Compare Source

  • bugfix: ComprehendMedical: enable cors on ComprehendMedical, update SERVICES.md
  • feature: AlexaForBusiness: This release adds the PutInvitationConfiguration API to configure the user invitation email template with custom attributes, and the GetInvitationConfiguration API to retrieve the configured values.
  • feature: ApiGatewayV2: Marking certain properties as explicitly required and fixing an issue with the GetApiMappings operation for ApiMapping resources.
  • feature: SSM: AWS Systems Manager State Manager now supports associations using documents shared by other AWS accounts.

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@codecov
Copy link

codecov bot commented Feb 28, 2019

Codecov Report

Merging #82 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #82   +/-   ##
========================================
  Coverage    59.45%   59.45%           
========================================
  Files            7        7           
  Lines          259      259           
  Branches        37       37           
========================================
  Hits           154      154           
  Misses          87       87           
  Partials        18       18

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7e097c8...2e3f91c. Read the comment docs.

@renovate renovate bot force-pushed the feature/renovate-aws-sdk-2.x branch from ea76ff5 to c038e88 Compare March 1, 2019 20:19
@renovate renovate bot changed the title Update dependency aws-sdk to ^2.412.0 Update dependency aws-sdk to ^2.413.0 Mar 1, 2019
@renovate renovate bot force-pushed the feature/renovate-aws-sdk-2.x branch from c038e88 to 7a57586 Compare March 4, 2019 20:29
@renovate renovate bot changed the title Update dependency aws-sdk to ^2.413.0 Update dependency aws-sdk to ^2.414.0 Mar 4, 2019
@renovate renovate bot force-pushed the feature/renovate-aws-sdk-2.x branch from 7a57586 to 3a043b6 Compare March 5, 2019 19:30
@renovate renovate bot changed the title Update dependency aws-sdk to ^2.414.0 Update dependency aws-sdk to ^2.415.0 Mar 5, 2019
@renovate renovate bot changed the title Update dependency aws-sdk to ^2.415.0 Update dependency aws-sdk to ^2.416.0 Mar 6, 2019
@renovate renovate bot force-pushed the feature/renovate-aws-sdk-2.x branch from 3a043b6 to 7f73536 Compare March 6, 2019 20:07
@renovate renovate bot force-pushed the feature/renovate-aws-sdk-2.x branch from 7f73536 to 2e3f91c Compare March 7, 2019 19:48
@renovate renovate bot changed the title Update dependency aws-sdk to ^2.416.0 Update dependency aws-sdk to ^2.417.0 Mar 7, 2019
@eaviles eaviles merged commit 0ba6369 into develop Mar 8, 2019
@renovate renovate bot deleted the feature/renovate-aws-sdk-2.x branch March 8, 2019 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants