From 081bc22aab21ea9f9b79548012954fa0d0031235 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 1 Nov 2023 18:14:49 +0000 Subject: [PATCH] Bumping version to 1.29.76 --- .changes/1.29.76.json | 27 +++++++++++++++++++ .../api-change-connect-20954.json | 5 ---- .../api-change-globalaccelerator-86274.json | 5 ---- .../next-release/api-change-rds-33696.json | 5 ---- .../api-change-redshift-50692.json | 5 ---- .../api-change-sagemaker-18847.json | 5 ---- CHANGELOG.rst | 10 +++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 41 insertions(+), 29 deletions(-) create mode 100644 .changes/1.29.76.json delete mode 100644 .changes/next-release/api-change-connect-20954.json delete mode 100644 .changes/next-release/api-change-globalaccelerator-86274.json delete mode 100644 .changes/next-release/api-change-rds-33696.json delete mode 100644 .changes/next-release/api-change-redshift-50692.json delete mode 100644 .changes/next-release/api-change-sagemaker-18847.json diff --git a/.changes/1.29.76.json b/.changes/1.29.76.json new file mode 100644 index 000000000000..9f121024d1b8 --- /dev/null +++ b/.changes/1.29.76.json @@ -0,0 +1,27 @@ +[ + { + "category": "``connect``", + "description": "Adds the BatchGetFlowAssociation API which returns flow associations (flow-resource) corresponding to the list of resourceArns supplied in the request. This release also adds IsDefault, LastModifiedRegion and LastModifiedTime fields to the responses of several Describe and List APIs.", + "type": "api-change" + }, + { + "category": "``globalaccelerator``", + "description": "Global Accelerator now support accelerators with cross account endpoints.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "This release adds support for customized networking resources to Amazon RDS Custom.", + "type": "api-change" + }, + { + "category": "``redshift``", + "description": "Added support for Multi-AZ deployments for Provisioned RA3 clusters that provide 99.99% SLA availability.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "Support for batch transform input in Model dashboard", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-connect-20954.json b/.changes/next-release/api-change-connect-20954.json deleted file mode 100644 index 3122472da171..000000000000 --- a/.changes/next-release/api-change-connect-20954.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "Adds the BatchGetFlowAssociation API which returns flow associations (flow-resource) corresponding to the list of resourceArns supplied in the request. This release also adds IsDefault, LastModifiedRegion and LastModifiedTime fields to the responses of several Describe and List APIs." -} diff --git a/.changes/next-release/api-change-globalaccelerator-86274.json b/.changes/next-release/api-change-globalaccelerator-86274.json deleted file mode 100644 index 49c79d3a42c6..000000000000 --- a/.changes/next-release/api-change-globalaccelerator-86274.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``globalaccelerator``", - "description": "Global Accelerator now support accelerators with cross account endpoints." -} diff --git a/.changes/next-release/api-change-rds-33696.json b/.changes/next-release/api-change-rds-33696.json deleted file mode 100644 index aef949fd4f39..000000000000 --- a/.changes/next-release/api-change-rds-33696.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "This release adds support for customized networking resources to Amazon RDS Custom." -} diff --git a/.changes/next-release/api-change-redshift-50692.json b/.changes/next-release/api-change-redshift-50692.json deleted file mode 100644 index 4ebbb1a55e2d..000000000000 --- a/.changes/next-release/api-change-redshift-50692.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``redshift``", - "description": "Added support for Multi-AZ deployments for Provisioned RA3 clusters that provide 99.99% SLA availability." -} diff --git a/.changes/next-release/api-change-sagemaker-18847.json b/.changes/next-release/api-change-sagemaker-18847.json deleted file mode 100644 index 68b8b64acd62..000000000000 --- a/.changes/next-release/api-change-sagemaker-18847.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "Support for batch transform input in Model dashboard" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d3e38ed9f151..62c95847b609 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.29.76 +======= + +* api-change:``connect``: Adds the BatchGetFlowAssociation API which returns flow associations (flow-resource) corresponding to the list of resourceArns supplied in the request. This release also adds IsDefault, LastModifiedRegion and LastModifiedTime fields to the responses of several Describe and List APIs. +* api-change:``globalaccelerator``: Global Accelerator now support accelerators with cross account endpoints. +* api-change:``rds``: This release adds support for customized networking resources to Amazon RDS Custom. +* api-change:``redshift``: Added support for Multi-AZ deployments for Provisioned RA3 clusters that provide 99.99% SLA availability. +* api-change:``sagemaker``: Support for batch transform input in Model dashboard + + 1.29.75 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 9a3844267a5f..23e83269ddff 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.29.75' +__version__ = '1.29.76' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index 3d23c5613971..85c26a273eaa 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.29.' # The full version, including alpha/beta/rc tags. -release = '1.29.75' +release = '1.29.76' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 1d7e383dd25d..92d760d4f292 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.31.75 + botocore==1.31.76 docutils>=0.10,<0.17 s3transfer>=0.7.0,<0.8.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 25b79b2ad65f..4e885c003018 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.31.75', + 'botocore==1.31.76', 'docutils>=0.10,<0.17', 's3transfer>=0.7.0,<0.8.0', 'PyYAML>=3.10,<6.1',