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 AWS CLI packages #770

Merged
merged 1 commit into from
Feb 17, 2022
Merged

Update AWS CLI packages #770

merged 1 commit into from
Feb 17, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 5, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
awscli (source, changelog) ==1.22.46 -> ==1.22.56 age adoption passing confidence
boto3 ==1.20.46 -> ==1.21.1 age adoption passing confidence

Release Notes

aws/aws-cli

v1.22.56

Compare Source

=======

  • api-change:glue: Support for optimistic locking in UpdateTable
  • api-change:ec2: Documentation updates for EC2.
  • api-change:budgets: Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast.
  • api-change:ssm: Assorted ticket fixes and updates for AWS Systems Manager.
  • api-change:ce: AWS Cost Anomaly Detection now supports SNS FIFO topic subscribers.

v1.22.55

Compare Source

=======

  • api-change:rds: Adds support for determining which Aurora PostgreSQL versions support Babelfish.
  • api-change:appflow: Launching Amazon AppFlow SAP as a destination connector SDK.
  • api-change:athena: This release adds a subfield, ErrorType, to the AthenaError response object in the GetQueryExecution API when a query fails.

v1.22.54

Compare Source

=======

  • api-change:ssm: Documentation updates for AWS Systems Manager.

v1.22.53

Compare Source

=======

  • api-change:cloudformation: This SDK release adds AWS CloudFormation Hooks HandlerErrorCodes
  • api-change:lookoutvision: This release makes CompilerOptions in Lookout for Vision's StartModelPackagingJob's Configuration object optional.
  • api-change:pinpoint: This SDK release adds a new paramater creation date for GetApp and GetApps Api call
  • api-change:sns: Customer requested typo fix in API documentation.
  • api-change:wafv2: Adds support for AWS WAF Fraud Control account takeover prevention (ATP), with configuration options for the new managed rule group AWSManagedRulesATPRuleSet and support for application integration SDKs for Android and iOS mobile apps.

v1.22.52

Compare Source

=======

  • api-change:cloudformation: This SDK release is for the feature launch of AWS CloudFormation Hooks.

v1.22.51

Compare Source

=======

  • api-change:s3control: This release adds support for S3 Batch Replication. Batch Replication lets you replicate existing objects, already replicated objects to new destinations, and objects that previously failed to replicate. Customers will receive object-level visibility of progress and a detailed completion report.
  • api-change:kendra: Amazon Kendra now provides a data source connector for Amazon FSx. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-fsx.html
  • api-change:sagemaker: Autopilot now generates an additional report with information on the performance of the best model, such as a Confusion matrix and Area under the receiver operating characteristic (AUC-ROC). The path to the report can be found in CandidateArtifactLocations.
  • api-change:apprunner: This release adds support for App Runner to route outbound network traffic of a service through an Amazon VPC. New API: CreateVpcConnector, DescribeVpcConnector, ListVpcConnectors, and DeleteVpcConnector. Updated API: CreateService, DescribeService, and UpdateService.

v1.22.50

Compare Source

=======

  • api-change:auditmanager: This release updates 3 API parameters. UpdateAssessmentFrameworkControlSet now requires the controls attribute, and CreateAssessmentFrameworkControl requires the id attribute. Additionally, UpdateAssessmentFramework now has a minimum length constraint for the controlSets attribute.
  • api-change:events: Update events command to latest version
  • api-change:ssm-incidents: Update RelatedItem enum to support SSM Automation
  • api-change:synthetics: Adding names parameters to the Describe APIs.

v1.22.49

Compare Source

=======

  • api-change:lakeformation: Add support for calling Update Table Objects without a TransactionId.
  • api-change:athena: You can now optionally specify the account ID that you expect to be the owner of your query results output location bucket in Athena. If the account ID of the query results bucket owner does not match the specified account ID, attempts to output to the bucket will fail with an S3 permissions error.
  • api-change:rds: updates for RDS Custom for Oracle 12.1 support

v1.22.48

Compare Source

=======

  • api-change:rbin: Add EC2 Image recycle bin support.
  • api-change:meteringmarketplace: Add CustomerAWSAccountId to ResolveCustomer API response and increase UsageAllocation limit to 2500.
  • api-change:ec2: adds support for AMIs in Recycle Bin
  • api-change:robomaker: The release deprecates the use various APIs of RoboMaker Deployment Service in favor of AWS IoT GreenGrass v2.0.

v1.22.47

Compare Source

=======

  • api-change:emr: Update emr command to latest version
  • api-change:elasticache: Documentation update for AWS ElastiCache
  • enhancement:datapipeline: Deprecated support for the datapipeline create-default-roles command
  • api-change:es: Allows customers to get progress updates for blue/green deployments
  • api-change:fis: Added GetTargetResourceType and ListTargetResourceTypesAPI actions. These actions return additional details about resource types and parameters that can be targeted by FIS actions. Added a parameters field for the targets that can be specified in experiment templates.
  • api-change:comprehend: Amazon Comprehend now supports sharing and importing custom trained models from one AWS account to another within the same region.
  • api-change:dynamodb: Documentation update for DynamoDB Java SDK.
  • api-change:iot: This release adds support for configuring AWS IoT logging level per client ID, source IP, or principal ID.
  • api-change:ce: Doc-only update for Cost Explorer API that adds INVOICING_ENTITY dimensions
  • api-change:appflow: Launching Amazon AppFlow Custom Connector SDK.
  • api-change:glue: Launch Protobuf support for AWS Glue Schema Registry
  • api-change:personalize: Adding minRecommendationRequestsPerSecond attribute to recommender APIs.
boto/boto3

v1.21.1

Compare Source

======

  • api-change:ec2: [botocore] Documentation updates for EC2.
  • api-change:budgets: [botocore] Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast.
  • api-change:ce: [botocore] AWS Cost Anomaly Detection now supports SNS FIFO topic subscribers.
  • api-change:glue: [botocore] Support for optimistic locking in UpdateTable
  • api-change:ssm: [botocore] Assorted ticket fixes and updates for AWS Systems Manager.

v1.21.0

Compare Source

======

  • api-change:appflow: [botocore] Launching Amazon AppFlow SAP as a destination connector SDK.
  • feature:Parser: [botocore] Adding support for parsing int/long types in rest-json response headers.
  • api-change:rds: [botocore] Adds support for determining which Aurora PostgreSQL versions support Babelfish.
  • api-change:athena: [botocore] This release adds a subfield, ErrorType, to the AthenaError response object in the GetQueryExecution API when a query fails.

v1.20.54

Compare Source

=======

  • api-change:ssm: [botocore] Documentation updates for AWS Systems Manager.

v1.20.53

Compare Source

=======

  • api-change:cloudformation: [botocore] This SDK release adds AWS CloudFormation Hooks HandlerErrorCodes
  • api-change:lookoutvision: [botocore] This release makes CompilerOptions in Lookout for Vision's StartModelPackagingJob's Configuration object optional.
  • api-change:pinpoint: [botocore] This SDK release adds a new paramater creation date for GetApp and GetApps Api call
  • api-change:sns: [botocore] Customer requested typo fix in API documentation.
  • api-change:wafv2: [botocore] Adds support for AWS WAF Fraud Control account takeover prevention (ATP), with configuration options for the new managed rule group AWSManagedRulesATPRuleSet and support for application integration SDKs for Android and iOS mobile apps.

v1.20.52

Compare Source

=======

  • api-change:cloudformation: [botocore] This SDK release is for the feature launch of AWS CloudFormation Hooks.

v1.20.51

Compare Source

=======

  • api-change:kendra: [botocore] Amazon Kendra now provides a data source connector for Amazon FSx. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-fsx.html
  • api-change:apprunner: [botocore] This release adds support for App Runner to route outbound network traffic of a service through an Amazon VPC. New API: CreateVpcConnector, DescribeVpcConnector, ListVpcConnectors, and DeleteVpcConnector. Updated API: CreateService, DescribeService, and UpdateService.
  • api-change:s3control: [botocore] This release adds support for S3 Batch Replication. Batch Replication lets you replicate existing objects, already replicated objects to new destinations, and objects that previously failed to replicate. Customers will receive object-level visibility of progress and a detailed completion report.
  • api-change:sagemaker: [botocore] Autopilot now generates an additional report with information on the performance of the best model, such as a Confusion matrix and Area under the receiver operating characteristic (AUC-ROC). The path to the report can be found in CandidateArtifactLocations.

v1.20.50

Compare Source

=======

  • api-change:auditmanager: [botocore] This release updates 3 API parameters. UpdateAssessmentFrameworkControlSet now requires the controls attribute, and CreateAssessmentFrameworkControl requires the id attribute. Additionally, UpdateAssessmentFramework now has a minimum length constraint for the controlSets attribute.
  • api-change:synthetics: [botocore] Adding names parameters to the Describe APIs.
  • api-change:ssm-incidents: [botocore] Update RelatedItem enum to support SSM Automation
  • api-change:events: [botocore] Update events client to latest version
  • enhancement:Lambda Request Header: [botocore] Adding request header for Lambda recursion detection.

v1.20.49

Compare Source

=======

  • api-change:athena: [botocore] You can now optionally specify the account ID that you expect to be the owner of your query results output location bucket in Athena. If the account ID of the query results bucket owner does not match the specified account ID, attempts to output to the bucket will fail with an S3 permissions error.
  • api-change:rds: [botocore] updates for RDS Custom for Oracle 12.1 support
  • api-change:lakeformation: [botocore] Add support for calling Update Table Objects without a TransactionId.

v1.20.48

Compare Source

=======

  • api-change:ec2: [botocore] adds support for AMIs in Recycle Bin
  • api-change:robomaker: [botocore] The release deprecates the use various APIs of RoboMaker Deployment Service in favor of AWS IoT GreenGrass v2.0.
  • api-change:meteringmarketplace: [botocore] Add CustomerAWSAccountId to ResolveCustomer API response and increase UsageAllocation limit to 2500.
  • api-change:rbin: [botocore] Add EC2 Image recycle bin support.

v1.20.47

Compare Source

=======

  • api-change:emr: [botocore] Update emr client to latest version
  • api-change:personalize: [botocore] Adding minRecommendationRequestsPerSecond attribute to recommender APIs.
  • enhancement:Request headers: [botocore] Adding request headers with retry information.
  • api-change:appflow: [botocore] Launching Amazon AppFlow Custom Connector SDK.
  • api-change:dynamodb: [botocore] Documentation update for DynamoDB Java SDK.
  • api-change:iot: [botocore] This release adds support for configuring AWS IoT logging level per client ID, source IP, or principal ID.
  • api-change:comprehend: [botocore] Amazon Comprehend now supports sharing and importing custom trained models from one AWS account to another within the same region.
  • api-change:ce: [botocore] Doc-only update for Cost Explorer API that adds INVOICING_ENTITY dimensions
  • api-change:fis: [botocore] Added GetTargetResourceType and ListTargetResourceTypesAPI actions. These actions return additional details about resource types and parameters that can be targeted by FIS actions. Added a parameters field for the targets that can be specified in experiment templates.
  • api-change:es: [botocore] Allows customers to get progress updates for blue/green deployments
  • api-change:glue: [botocore] Launch Protobuf support for AWS Glue Schema Registry
  • api-change:elasticache: [botocore] Documentation update for AWS ElastiCache

Configuration

📅 Schedule: "after 4pm on friday" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot requested a review from a team as a code owner February 5, 2022 00:47
@renovate renovate bot force-pushed the renovate/aws-cli-packages branch 5 times, most recently from 09ac6fc to 2f69eea Compare February 11, 2022 21:07
@renovate renovate bot force-pushed the renovate/aws-cli-packages branch 2 times, most recently from 2fedadf to d23c73b Compare February 16, 2022 21:46
@renovate renovate bot force-pushed the renovate/aws-cli-packages branch from d23c73b to 6992161 Compare February 17, 2022 02:29
@Nuru Nuru merged commit f06e67f into master Feb 17, 2022
@Nuru Nuru deleted the renovate/aws-cli-packages branch February 17, 2022 02:45
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.

2 participants