From df4d3a5d98248c18fd1c692b6a225032f0280f9c Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 19 Jun 2023 18:08:13 +0000 Subject: [PATCH] Bumping version to 1.26.156 --- .changes/1.26.156.json | 37 +++++++++++++++++++ .../api-change-cloudformation-27062.json | 5 --- .../next-release/api-change-ec2-91717.json | 5 --- .../next-release/api-change-ecs-56900.json | 5 --- .../next-release/api-change-glue-77068.json | 5 --- .../next-release/api-change-pricing-4669.json | 5 --- .../api-change-route53domains-98064.json | 5 --- .../api-change-sagemaker-54993.json | 5 --- CHANGELOG.rst | 12 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 52 insertions(+), 38 deletions(-) create mode 100644 .changes/1.26.156.json delete mode 100644 .changes/next-release/api-change-cloudformation-27062.json delete mode 100644 .changes/next-release/api-change-ec2-91717.json delete mode 100644 .changes/next-release/api-change-ecs-56900.json delete mode 100644 .changes/next-release/api-change-glue-77068.json delete mode 100644 .changes/next-release/api-change-pricing-4669.json delete mode 100644 .changes/next-release/api-change-route53domains-98064.json delete mode 100644 .changes/next-release/api-change-sagemaker-54993.json diff --git a/.changes/1.26.156.json b/.changes/1.26.156.json new file mode 100644 index 0000000000..b5457553c9 --- /dev/null +++ b/.changes/1.26.156.json @@ -0,0 +1,37 @@ +[ + { + "category": "``cloudformation``", + "description": "[``botocore``] Specify desired CloudFormation behavior in the event of ChangeSet execution failure using the CreateChangeSet OnStackFailure parameter", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] API changes to AWS Verified Access to include data from trust providers in logs", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "[``botocore``] Documentation only update to address various tickets.", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "[``botocore``] This release adds support for creating cross region table/database resource links", + "type": "api-change" + }, + { + "category": "``pricing``", + "description": "[``botocore``] This release updates the PriceListArn regex pattern.", + "type": "api-change" + }, + { + "category": "``route53domains``", + "description": "[``botocore``] Update MaxItems upper bound to 1000 for ListPricesRequest", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Amazon Sagemaker Autopilot releases CreateAutoMLJobV2 and DescribeAutoMLJobV2 for Autopilot customers with ImageClassification, TextClassification and Tabular problem type config support.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudformation-27062.json b/.changes/next-release/api-change-cloudformation-27062.json deleted file mode 100644 index eeac47d598..0000000000 --- a/.changes/next-release/api-change-cloudformation-27062.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudformation``", - "description": "[``botocore``] Specify desired CloudFormation behavior in the event of ChangeSet execution failure using the CreateChangeSet OnStackFailure parameter" -} diff --git a/.changes/next-release/api-change-ec2-91717.json b/.changes/next-release/api-change-ec2-91717.json deleted file mode 100644 index 9cc34eb006..0000000000 --- a/.changes/next-release/api-change-ec2-91717.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] API changes to AWS Verified Access to include data from trust providers in logs" -} diff --git a/.changes/next-release/api-change-ecs-56900.json b/.changes/next-release/api-change-ecs-56900.json deleted file mode 100644 index 6772bc0205..0000000000 --- a/.changes/next-release/api-change-ecs-56900.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "[``botocore``] Documentation only update to address various tickets." -} diff --git a/.changes/next-release/api-change-glue-77068.json b/.changes/next-release/api-change-glue-77068.json deleted file mode 100644 index 3e079f2c71..0000000000 --- a/.changes/next-release/api-change-glue-77068.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "[``botocore``] This release adds support for creating cross region table/database resource links" -} diff --git a/.changes/next-release/api-change-pricing-4669.json b/.changes/next-release/api-change-pricing-4669.json deleted file mode 100644 index 278ed31f94..0000000000 --- a/.changes/next-release/api-change-pricing-4669.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pricing``", - "description": "[``botocore``] This release updates the PriceListArn regex pattern." -} diff --git a/.changes/next-release/api-change-route53domains-98064.json b/.changes/next-release/api-change-route53domains-98064.json deleted file mode 100644 index 75c6895b24..0000000000 --- a/.changes/next-release/api-change-route53domains-98064.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``route53domains``", - "description": "[``botocore``] Update MaxItems upper bound to 1000 for ListPricesRequest" -} diff --git a/.changes/next-release/api-change-sagemaker-54993.json b/.changes/next-release/api-change-sagemaker-54993.json deleted file mode 100644 index 4b49ee0f94..0000000000 --- a/.changes/next-release/api-change-sagemaker-54993.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] Amazon Sagemaker Autopilot releases CreateAutoMLJobV2 and DescribeAutoMLJobV2 for Autopilot customers with ImageClassification, TextClassification and Tabular problem type config support." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b1b9bc3c91..47f3c51f9c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.26.156 +======== + +* api-change:``cloudformation``: [``botocore``] Specify desired CloudFormation behavior in the event of ChangeSet execution failure using the CreateChangeSet OnStackFailure parameter +* api-change:``ec2``: [``botocore``] API changes to AWS Verified Access to include data from trust providers in logs +* api-change:``ecs``: [``botocore``] Documentation only update to address various tickets. +* api-change:``glue``: [``botocore``] This release adds support for creating cross region table/database resource links +* api-change:``pricing``: [``botocore``] This release updates the PriceListArn regex pattern. +* api-change:``route53domains``: [``botocore``] Update MaxItems upper bound to 1000 for ListPricesRequest +* api-change:``sagemaker``: [``botocore``] Amazon Sagemaker Autopilot releases CreateAutoMLJobV2 and DescribeAutoMLJobV2 for Autopilot customers with ImageClassification, TextClassification and Tabular problem type config support. + + 1.26.155 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index d01ea80cde..c79cd0ae39 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.26.155' +__version__ = '1.26.156' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index d5eb156b6b..7a0143e020 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.29.155,<1.30.0 + botocore>=1.29.156,<1.30.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index e21405fdc2..efa9f1126b 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.29.155,<1.30.0', + 'botocore>=1.29.156,<1.30.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]