cachethq / cachet

🚦 The open-source status page system.
https://cachethq.io
MIT License
13.93k stars 1.55k forks source link

Bump aws/aws-sdk-php from 3.147.10 to 3.166.2 #4179

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps aws/aws-sdk-php from 3.147.10 to 3.166.2.

Release notes

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

Version 3.166.2

  • Aws\DirectoryService - Documentation updates for ds - updated descriptions
  • Aws\EC2 - This release introduces tag-on-create capability for the CreateImage API. A user can now specify tags that will be applied to the new resources (image, snapshots or both), during creation time.
  • Aws\Kafka - Adding HEALING to ClusterState.
  • Aws\Lambda - Added the additional enum InvalidImage to StateReasonCode and LastUpdateStatusReasonCode fields.
  • Aws\LicenseManager - Automated Discovery now has support for custom tags, and detects software uninstalls.
  • Aws\MediaLive - AWS Elemental MediaLive now supports black video and audio silence as new conditions to trigger automatic input failover.
  • Aws\Multipart - Added a validation that a file hasn't been corrupted
  • Aws\RDS - Adds support for Amazon RDS Cross-Region Automated Backups, the ability to setup automatic replication of snapshots and transaction logs from a primary AWS Region to a secondary AWS Region.
  • Aws\SSM - AWS Systems Manager Patch Manager MAC OS Support and OpsMetadata Store APIs to store operational metadata for an Application.
  • Aws\WorkSpaces - Update the import-workspace-image API to have "BYOL_REGULAR_WSP" as a valid input string for ingestion-process.

Version 3.166.1

  • Aws\AmplifyBackend - Regular documentation updates.
  • Aws\Batch - This release adds support for customer to run Batch Jobs on ECS Fargate, the serverless compute engine built for containers on AWS. Customer can also propagate Job and Job Definition Tags to ECS Task.
  • Aws\ComputeOptimizer - This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for EBS volumes that are attached to instances.
  • Aws\LicenseManager - AWS License Manager enables managed entitlements for AWS customers and Software Vendors (ISV). You can track and distribute license entitlements from AWS Marketplace and supported ISVs.

Version 3.165.0

  • Aws\AmplifyBackend - (New Service) The Amplify Admin UI offers an accessible way to develop app backends and manage app content. We recommend that you use the Amplify Admin UI to manage the backend of your Amplify app.
  • Aws\AppIntegrationsService - The Amazon AppIntegrations service (in preview release) enables you to configure and reuse connections to external applications.
  • Aws\Connect - This release adds an Amazon Connect API that provides the ability to create tasks, and a set of APIs (in preview) to configure AppIntegrations associations with Amazon Connect instances.
  • Aws\ConnectContactLens - Contact Lens for Amazon Connect analyzes conversations, both real-time and post-call. The ListRealtimeContactAnalysisSegments API returns a list of analysis segments for a real-time analysis session.
  • Aws\DevOpsGuru - (New Service) Amazon DevOps Guru is available in public preview. It's a fully managed service that uses machine learning to analyze your operational solutions to help you find and troubleshoot issues.
  • Aws\DirectoryService - Adding client authentication feature for AWS AD Connector
  • Aws\EC2 - This release adds support for: EBS gp3 volumes; and D3/D3en/R5b/M5zn instances powered by Intel Cascade Lake CPUs
  • Aws\ECRPublic - Supports Amazon Elastic Container Registry (Amazon ECR) Public, a fully managed registry that makes it easy for a developer to publicly share container software worldwide for anyone to download.
  • Aws\EKS - Amazon EKS now allows you to define and manage the lifecycle for Kubernetes add-ons for your clusters. This release adds support for the AWS VPC CNI (vpc-cni).
  • Aws\Honeycode - Introducing APIs to read and write directly from Honeycode tables. Use APIs to pull table and column metadata, then use the read and write APIs to programmatically read and write from the tables.
  • Aws\Lambda - This release includes support for a new feature: Container images support in AWS Lambda. This adds APIs for deploying functions as container images. AWS Lambda now supports memory up to 10240MB.
  • Aws\LookoutforVision - This release introduces support for Amazon Lookout for Vision.
  • Aws\Profile - This is the first release of Amazon Connect Customer Profiles, a unified customer profile for your Amazon Connect contact center.
  • Aws\S3 - S3 adds support for multiple-destination replication, option to sync replica modifications; S3 Bucket Keys to reduce cost of S3 SSE with AWS KMS
  • Aws\SageMaker - Amazon SageMaker Pipelines for ML workflows. Amazon SageMaker Feature Store, a fully managed repository for ML features.
  • Aws\SageMakerFeatureStoreRuntime - This release adds support for Amazon SageMaker Feature Store, which makes it easy for customers to create, version, share, and manage curated data for machine learning (ML) development.

Version 3.164.1

  • Aws\ - Use the assertSame to make assert equals strict, test namespace improvements
  • Aws\ - Code changes to mock exceptions correctly in mockhandler
  • Aws\EC2 - This release introduces Amazon EC2 Mac1 instances, a new Amazon EC2 instance family built on Apple Mac mini computers, powered by AWS Nitro System, and support running macOS workloads on Amazon EC2

Version 3.164.0

  • Aws\Appflow - Upsolver as a destination connector and documentation update.
  • Aws\Batch - Add Ec2Configuration in ComputeEnvironment.ComputeResources. Use in CreateComputeEnvironment API to enable AmazonLinux2 support.
  • Aws\CloudFormation - Adds support for the new Modules feature for CloudFormation. A module encapsulates one or more resources and their respective configurations for reuse across your organization.
  • Aws\CloudTrail - CloudTrail now includes advanced event selectors, which give you finer-grained control over the events that are logged to your trail.
  • Aws\CodeBuild - Adding GetReportGroupTrend API for Test Reports.
  • Aws\CognitoIdentityProvider - This release adds ability to configure Cognito User Pools with third party sms and email providers for sending notifications to users.
  • Aws\Comprehend - Support Comprehend events detection APIs
  • Aws\ElasticBeanstalk - Updates the Integer constraint of DescribeEnvironmentManagedActionHistory's MaxItems parameter to [1, 100].
Changelog

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

3.166.2 - 2020-12-04

  • Aws\DirectoryService - Documentation updates for ds - updated descriptions
  • Aws\EC2 - This release introduces tag-on-create capability for the CreateImage API. A user can now specify tags that will be applied to the new resources (image, snapshots or both), during creation time.
  • Aws\Kafka - Adding HEALING to ClusterState.
  • Aws\Lambda - Added the additional enum InvalidImage to StateReasonCode and LastUpdateStatusReasonCode fields.
  • Aws\LicenseManager - Automated Discovery now has support for custom tags, and detects software uninstalls.
  • Aws\MediaLive - AWS Elemental MediaLive now supports black video and audio silence as new conditions to trigger automatic input failover.
  • Aws\Multipart - Added a validation that a file hasn't been corrupted
  • Aws\RDS - Adds support for Amazon RDS Cross-Region Automated Backups, the ability to setup automatic replication of snapshots and transaction logs from a primary AWS Region to a secondary AWS Region.
  • Aws\SSM - AWS Systems Manager Patch Manager MAC OS Support and OpsMetadata Store APIs to store operational metadata for an Application.
  • Aws\WorkSpaces - Update the import-workspace-image API to have "BYOL_REGULAR_WSP" as a valid input string for ingestion-process.

3.166.1 - 2020-12-03

  • Aws\AmplifyBackend - Regular documentation updates.
  • Aws\Batch - This release adds support for customer to run Batch Jobs on ECS Fargate, the serverless compute engine built for containers on AWS. Customer can also propagate Job and Job Definition Tags to ECS Task.
  • Aws\ComputeOptimizer - This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for EBS volumes that are attached to instances.
  • Aws\LicenseManager - AWS License Manager enables managed entitlements for AWS customers and Software Vendors (ISV). You can track and distribute license entitlements from AWS Marketplace and supported ISVs.

3.166.0 - 2020-12-01

  • Aws\CustomerProfiles - This is the first release of Amazon Connect Customer Profiles, a unified customer profile for your Amazon Connect contact center.
  • Aws\Profile - PR to remove profile folder from aws-models.

3.165.0 - 2020-12-01

  • Aws\AmplifyBackend - (New Service) The Amplify Admin UI offers an accessible way to develop app backends and manage app content. We recommend that you use the Amplify Admin UI to manage the backend of your Amplify app.
  • Aws\AppIntegrationsService - The Amazon AppIntegrations service (in preview release) enables you to configure and reuse connections to external applications.
  • Aws\Connect - This release adds an Amazon Connect API that provides the ability to create tasks, and a set of APIs (in preview) to configure AppIntegrations associations with Amazon Connect instances.
  • Aws\ConnectContactLens - Contact Lens for Amazon Connect analyzes conversations, both real-time and post-call. The ListRealtimeContactAnalysisSegments API returns a list of analysis segments for a real-time analysis session.
  • Aws\DevOpsGuru - (New Service) Amazon DevOps Guru is available in public preview. It's a fully managed service that uses machine learning to analyze your operational solutions to help you find and troubleshoot issues.
  • Aws\DirectoryService - Adding client authentication feature for AWS AD Connector
  • Aws\EC2 - This release adds support for: EBS gp3 volumes; and D3/D3en/R5b/M5zn instances powered by Intel Cascade Lake CPUs
  • Aws\ECRPublic - Supports Amazon Elastic Container Registry (Amazon ECR) Public, a fully managed registry that makes it easy for a developer to publicly share container software worldwide for anyone to download.
  • Aws\EKS - Amazon EKS now allows you to define and manage the lifecycle for Kubernetes add-ons for your clusters. This release adds support for the AWS VPC CNI (vpc-cni).
  • Aws\Honeycode - Introducing APIs to read and write directly from Honeycode tables. Use APIs to pull table and column metadata, then use the read and write APIs to programmatically read and write from the tables.
  • Aws\Lambda - This release includes support for a new feature: Container images support in AWS Lambda. This adds APIs for deploying functions as container images. AWS Lambda now supports memory up to 10240MB.
  • Aws\LookoutforVision - This release introduces support for Amazon Lookout for Vision.
  • Aws\Profile - This is the first release of Amazon Connect Customer Profiles, a unified customer profile for your Amazon Connect contact center.
  • Aws\S3 - S3 adds support for multiple-destination replication, option to sync replica modifications; S3 Bucket Keys to reduce cost of S3 SSE with AWS KMS
  • Aws\SageMaker - Amazon SageMaker Pipelines for ML workflows. Amazon SageMaker Feature Store, a fully managed repository for ML features.
  • Aws\SageMakerFeatureStoreRuntime - This release adds support for Amazon SageMaker Feature Store, which makes it easy for customers to create, version, share, and manage curated data for machine learning (ML) development.

3.164.1 - 2020-12-01

  • Aws\ - Use the assertSame to make assert equals strict, test namespace improvements
  • Aws\ - Code changes to mock exceptions correctly in mockhandler
  • Aws\EC2 - This release introduces Amazon EC2 Mac1 instances, a new Amazon EC2 instance family built on Apple Mac mini computers, powered by AWS Nitro System, and support running macOS workloads on Amazon EC2
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 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #4187.