From fcde11aa82e6f6ebdbded9b29232bbdadf5f11e3 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 11 Jan 2024 19:08:20 +0000 Subject: [PATCH] Bumping version to 1.32.17 --- .changes/1.32.17.json | 37 +++++++++++++++++++ .../next-release/api-change-ec2-49718.json | 5 --- .../next-release/api-change-ecs-91344.json | 5 --- .../next-release/api-change-events-36431.json | 5 --- .../next-release/api-change-iot-23915.json | 5 --- .../api-change-iotfleetwise-49899.json | 5 --- .../api-change-secretsmanager-62680.json | 5 --- .../api-change-workspaces-64688.json | 5 --- CHANGELOG.rst | 12 ++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 13 files changed, 53 insertions(+), 39 deletions(-) create mode 100644 .changes/1.32.17.json delete mode 100644 .changes/next-release/api-change-ec2-49718.json delete mode 100644 .changes/next-release/api-change-ecs-91344.json delete mode 100644 .changes/next-release/api-change-events-36431.json delete mode 100644 .changes/next-release/api-change-iot-23915.json delete mode 100644 .changes/next-release/api-change-iotfleetwise-49899.json delete mode 100644 .changes/next-release/api-change-secretsmanager-62680.json delete mode 100644 .changes/next-release/api-change-workspaces-64688.json diff --git a/.changes/1.32.17.json b/.changes/1.32.17.json new file mode 100644 index 000000000000..0b26d6e77112 --- /dev/null +++ b/.changes/1.32.17.json @@ -0,0 +1,37 @@ +[ + { + "category": "``ec2``", + "description": "This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks.", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks.", + "type": "api-change" + }, + { + "category": "``events``", + "description": "Update events command to latest version", + "type": "api-change" + }, + { + "category": "``iot``", + "description": "Add ConflictException to Update APIs of AWS IoT Software Package Catalog", + "type": "api-change" + }, + { + "category": "``iotfleetwise``", + "description": "The following dataTypes have been removed: CUSTOMER_DECODED_INTERFACE in NetworkInterfaceType; CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL in SignalDecoderFailureReason; CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL in NetworkInterfaceFailureReason; CUSTOMER_DECODED_SIGNAL in SignalDecoderType", + "type": "api-change" + }, + { + "category": "``secretsmanager``", + "description": "Doc only update for Secrets Manager", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "Added AWS Workspaces RebootWorkspaces API - Extended Reboot documentation update", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ec2-49718.json b/.changes/next-release/api-change-ec2-49718.json deleted file mode 100644 index dbfbc1f40c64..000000000000 --- a/.changes/next-release/api-change-ec2-49718.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks." -} diff --git a/.changes/next-release/api-change-ecs-91344.json b/.changes/next-release/api-change-ecs-91344.json deleted file mode 100644 index e05ac6771b4d..000000000000 --- a/.changes/next-release/api-change-ecs-91344.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks." -} diff --git a/.changes/next-release/api-change-events-36431.json b/.changes/next-release/api-change-events-36431.json deleted file mode 100644 index 6f7878af0a24..000000000000 --- a/.changes/next-release/api-change-events-36431.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``events``", - "description": "Update events command to latest version" -} diff --git a/.changes/next-release/api-change-iot-23915.json b/.changes/next-release/api-change-iot-23915.json deleted file mode 100644 index 4d340183f30b..000000000000 --- a/.changes/next-release/api-change-iot-23915.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iot``", - "description": "Add ConflictException to Update APIs of AWS IoT Software Package Catalog" -} diff --git a/.changes/next-release/api-change-iotfleetwise-49899.json b/.changes/next-release/api-change-iotfleetwise-49899.json deleted file mode 100644 index cfe24e058ac4..000000000000 --- a/.changes/next-release/api-change-iotfleetwise-49899.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iotfleetwise``", - "description": "The following dataTypes have been removed: CUSTOMER_DECODED_INTERFACE in NetworkInterfaceType; CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL in SignalDecoderFailureReason; CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL in NetworkInterfaceFailureReason; CUSTOMER_DECODED_SIGNAL in SignalDecoderType" -} diff --git a/.changes/next-release/api-change-secretsmanager-62680.json b/.changes/next-release/api-change-secretsmanager-62680.json deleted file mode 100644 index 32e0eb5f7ceb..000000000000 --- a/.changes/next-release/api-change-secretsmanager-62680.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``secretsmanager``", - "description": "Doc only update for Secrets Manager" -} diff --git a/.changes/next-release/api-change-workspaces-64688.json b/.changes/next-release/api-change-workspaces-64688.json deleted file mode 100644 index 06c9b3b1d964..000000000000 --- a/.changes/next-release/api-change-workspaces-64688.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "Added AWS Workspaces RebootWorkspaces API - Extended Reboot documentation update" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a623e256fcea..c6b0a9185417 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.32.17 +======= + +* api-change:``ec2``: This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks. +* api-change:``ecs``: This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks. +* api-change:``events``: Update events command to latest version +* api-change:``iot``: Add ConflictException to Update APIs of AWS IoT Software Package Catalog +* api-change:``iotfleetwise``: The following dataTypes have been removed: CUSTOMER_DECODED_INTERFACE in NetworkInterfaceType; CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL in SignalDecoderFailureReason; CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL in NetworkInterfaceFailureReason; CUSTOMER_DECODED_SIGNAL in SignalDecoderType +* api-change:``secretsmanager``: Doc only update for Secrets Manager +* api-change:``workspaces``: Added AWS Workspaces RebootWorkspaces API - Extended Reboot documentation update + + 1.32.16 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 6f1e5701ea8d..a16db4a014a9 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.32.16' +__version__ = '1.32.17' # # 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 10cc25cf2a93..7627b6ee8daa 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.16' +release = '1.32.17' # 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 020c60280126..4876eae64e29 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.34.16 + botocore==1.34.17 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 5fef1df61889..239a881b7bd0 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.34.16', + 'botocore==1.34.17', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',