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 aws/aws-sdk-php from 3.87.17 to 3.89.1 #3508

Merged
merged 1 commit into from
Mar 11, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps aws/aws-sdk-php from 3.87.17 to 3.89.1.

Release notes

Sourced from aws/aws-sdk-php's releases.

Version 3.89.1

  • Aws\CodeBuild - CodeBuild also now supports Git Submodules. CodeBuild now supports opting out of Encryption for S3 Build Logs. By default these logs are encrypted.
  • Aws\S3 - Documentation updates for s3
  • Aws\SageMaker - SageMaker notebook instances now support enabling or disabling root access for notebook users. SageMaker Neo now supports rk3399 and rk3288 as compilation target devices.

Version 3.89.0

  • Aws\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.
  • Aws\AutoScaling - Documentation updates for autoscaling
  • Aws\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.
  • Aws\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/.
  • Aws\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.
  • Aws\MediaLive - This release adds a MediaPackage output group, simplifying configuration of outputs to AWS Elemental MediaPackage.
  • Aws\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.
  • Aws\S3 - Updates the S3 stream wrapper to be able to write empty files for PHP 7+.

Version 3.88.1

  • Aws\DirectConnect - Exposed a new available port speeds field in the DescribeLocation api call.
  • Aws\EC2 - This release adds pagination support for ec2.DescribeVpcs, ec2.DescribeInternetGateways and ec2.DescribeNetworkAcls APIs
  • Aws\EFS - Documentation updates for elasticfilesystem adding new examples for EFS Lifecycle Management feature.

Version 3.88.0

  • Aws\CodeDeploy - Documentation updates for codedeploy
  • Aws\MediaLive - This release adds support for pausing and unpausing one or both pipelines at scheduled times.
  • Aws\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.
  • Aws\Test - Refactor client iterator tests to use mocked model data.
  • Aws\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.

Version 3.87.23

  • Aws\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.
  • Aws\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.

Version 3.87.22

  • Aws\AutoScalingPlans - Documentation updates for autoscaling-plans
  • Aws\EC2 - This release adds support for modifying instance event start time which allows users to reschedule EC2 events.

Version 3.87.21

  • Aws\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.
  • Aws\ApiGatewayV2 - Marking certain properties as explicitly required and fixing an issue with the GetApiMappings operation for ApiMapping resources.
  • Aws\ApplicationAutoScaling - Documentation updates for application-autoscaling
  • Aws\SSM - AWS Systems Manager State Manager now supports associations using documents shared by other AWS accounts.

Version 3.87.20

  • Aws\WAF - Documentation updates for waf
  • Aws\WAFRegional - Documentation updates for waf-regional

Version 3.87.19

  • Aws\ApplicationDiscoveryService - Documentation updates for discovery
  • Aws\CostandUsageReportService - Adding support for Athena and new report preferences to the Cost and Usage Report API.
  • Aws\MediaConvert - AWS Elemental MediaConvert SDK has added several features including support for: auto-rotation or user-specified rotation of 0, 90, 180, or 270 degrees; multiple output groups with DRM; ESAM XML documents to specify ad insertion points; Offline Apple HLS FairPlay content protection.
  • Aws\OpsWorksCM - Documentation updates for opsworkscm
... (truncated)
Changelog

Sourced from aws/aws-sdk-php's changelog.

3.89.1 - 2019-03-08

  • Aws\CodeBuild - CodeBuild also now supports Git Submodules. CodeBuild now supports opting out of Encryption for S3 Build Logs. By default these logs are encrypted.
  • Aws\S3 - Documentation updates for s3
  • Aws\SageMaker - SageMaker notebook instances now support enabling or disabling root access for notebook users. SageMaker Neo now supports rk3399 and rk3288 as compilation target devices.

3.89.0 - 2019-03-07

  • Aws\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.
  • Aws\AutoScaling - Documentation updates for autoscaling
  • Aws\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.
  • Aws\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/.
  • Aws\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.
  • Aws\MediaLive - This release adds a MediaPackage output group, simplifying configuration of outputs to AWS Elemental MediaPackage.
  • Aws\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.
  • Aws\S3 - Updates the S3 stream wrapper to be able to write empty files for PHP 7+.

3.88.1 - 2019-03-06

  • Aws\DirectConnect - Exposed a new available port speeds field in the DescribeLocation api call.
  • Aws\EC2 - This release adds pagination support for ec2.DescribeVpcs, ec2.DescribeInternetGateways and ec2.DescribeNetworkAcls APIs
  • Aws\EFS - Documentation updates for elasticfilesystem adding new examples for EFS Lifecycle Management feature.

3.88.0 - 2019-03-05

  • Aws\CodeDeploy - Documentation updates for codedeploy
  • Aws\MediaLive - This release adds support for pausing and unpausing one or both pipelines at scheduled times.
  • Aws\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.
  • Aws\Test - Refactor client iterator tests to use mocked model data.
  • Aws\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.

3.87.23 - 2019-03-04

  • Aws\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.
  • Aws\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.

3.87.22 - 2019-03-01

  • Aws\AutoScalingPlans - Documentation updates for autoscaling-plans
  • Aws\EC2 - This release adds support for modifying instance event start time which allows users to reschedule EC2 events.

3.87.21 - 2019-02-28

  • Aws\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.
  • Aws\ApiGatewayV2 - Marking certain properties as explicitly required and fixing an issue with the GetApiMappings operation for ApiMapping resources.
  • Aws\ApplicationAutoScaling - Documentation updates for application-autoscaling
  • Aws\SSM - AWS Systems Manager State Manager now supports associations using documents shared by other AWS accounts.

3.87.20 - 2019-02-27

... (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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 11, 2019
@jbrooksuk jbrooksuk merged commit 6a7f9ac into 2.4 Mar 11, 2019
@jbrooksuk jbrooksuk deleted the dependabot/composer/aws/aws-sdk-php-3.89.1 branch March 11, 2019 20:42
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants