diff --git a/.changes/1.32.39.json b/.changes/1.32.39.json new file mode 100644 index 000000000000..d4e5a2db0408 --- /dev/null +++ b/.changes/1.32.39.json @@ -0,0 +1,37 @@ +[ + { + "category": "``amp``", + "description": "Overall documentation updates.", + "type": "api-change" + }, + { + "category": "``batch``", + "description": "This feature allows Batch to support configuration of repository credentials for jobs running on ECS", + "type": "api-change" + }, + { + "category": "``braket``", + "description": "Creating a job will result in DeviceOfflineException when using an offline device, and DeviceRetiredException when using a retired device.", + "type": "api-change" + }, + { + "category": "``cost-optimization-hub``", + "description": "Adding includeMemberAccounts field to the response of ListEnrollmentStatuses API.", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "Documentation only update for Amazon ECS.", + "type": "api-change" + }, + { + "category": "``iot``", + "description": "This release allows AWS IoT Core users to enable Online Certificate Status Protocol (OCSP) Stapling for TLS X.509 Server Certificates when creating and updating AWS IoT Domain Configurations with Custom Domain.", + "type": "api-change" + }, + { + "category": "``pricing``", + "description": "Add Throttling Exception to all APIs.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-amp-89359.json b/.changes/next-release/api-change-amp-89359.json deleted file mode 100644 index 140ce86eb1e2..000000000000 --- a/.changes/next-release/api-change-amp-89359.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``amp``", - "description": "Overall documentation updates." -} diff --git a/.changes/next-release/api-change-batch-37168.json b/.changes/next-release/api-change-batch-37168.json deleted file mode 100644 index 0254c2b79149..000000000000 --- a/.changes/next-release/api-change-batch-37168.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``batch``", - "description": "This feature allows Batch to support configuration of repository credentials for jobs running on ECS" -} diff --git a/.changes/next-release/api-change-braket-86304.json b/.changes/next-release/api-change-braket-86304.json deleted file mode 100644 index 9747bc07d8fc..000000000000 --- a/.changes/next-release/api-change-braket-86304.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``braket``", - "description": "Creating a job will result in DeviceOfflineException when using an offline device, and DeviceRetiredException when using a retired device." -} diff --git a/.changes/next-release/api-change-costoptimizationhub-79607.json b/.changes/next-release/api-change-costoptimizationhub-79607.json deleted file mode 100644 index 4a48716bb825..000000000000 --- a/.changes/next-release/api-change-costoptimizationhub-79607.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cost-optimization-hub``", - "description": "Adding includeMemberAccounts field to the response of ListEnrollmentStatuses API." -} diff --git a/.changes/next-release/api-change-ecs-40755.json b/.changes/next-release/api-change-ecs-40755.json deleted file mode 100644 index e36eb3bda888..000000000000 --- a/.changes/next-release/api-change-ecs-40755.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "Documentation only update for Amazon ECS." -} diff --git a/.changes/next-release/api-change-iot-11037.json b/.changes/next-release/api-change-iot-11037.json deleted file mode 100644 index dad74700eb80..000000000000 --- a/.changes/next-release/api-change-iot-11037.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iot``", - "description": "This release allows AWS IoT Core users to enable Online Certificate Status Protocol (OCSP) Stapling for TLS X.509 Server Certificates when creating and updating AWS IoT Domain Configurations with Custom Domain." -} diff --git a/.changes/next-release/api-change-pricing-93303.json b/.changes/next-release/api-change-pricing-93303.json deleted file mode 100644 index 5730bf8687ac..000000000000 --- a/.changes/next-release/api-change-pricing-93303.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pricing``", - "description": "Add Throttling Exception to all APIs." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b32f11c4c858..7fc34b1ed06e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.32.39 +======= + +* api-change:``amp``: Overall documentation updates. +* api-change:``batch``: This feature allows Batch to support configuration of repository credentials for jobs running on ECS +* api-change:``braket``: Creating a job will result in DeviceOfflineException when using an offline device, and DeviceRetiredException when using a retired device. +* api-change:``cost-optimization-hub``: Adding includeMemberAccounts field to the response of ListEnrollmentStatuses API. +* api-change:``ecs``: Documentation only update for Amazon ECS. +* api-change:``iot``: This release allows AWS IoT Core users to enable Online Certificate Status Protocol (OCSP) Stapling for TLS X.509 Server Certificates when creating and updating AWS IoT Domain Configurations with Custom Domain. +* api-change:``pricing``: Add Throttling Exception to all APIs. + + 1.32.38 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 8f4b1913c9d0..89995ce243ab 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.32.38' +__version__ = '1.32.39' # # 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 8ed4364980b5..9b1fb6e070a1 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.32.' # The full version, including alpha/beta/rc tags. -release = '1.32.38' +release = '1.32.39' # 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 b0fb276c60c2..9273aced5cb1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.34.38 + botocore==1.34.39 docutils>=0.10,<0.17 s3transfer>=0.10.0,<0.11.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 9573a9fb95b9..1ec04a086ab9 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.34.38', + 'botocore==1.34.39', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',