From 4cd633fc3e8d566711a3ad92d8abf02a2458f3d4 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 3 Jul 2024 18:12:13 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .../api-change-applicationautoscaling-72302.json | 5 +++++ .changes/next-release/api-change-directconnect-67586.json | 5 +++++ .changes/next-release/api-change-organizations-12641.json | 5 +++++ .changes/next-release/api-change-rekognition-90978.json | 5 +++++ .changes/next-release/api-change-workspaces-86161.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-applicationautoscaling-72302.json create mode 100644 .changes/next-release/api-change-directconnect-67586.json create mode 100644 .changes/next-release/api-change-organizations-12641.json create mode 100644 .changes/next-release/api-change-rekognition-90978.json create mode 100644 .changes/next-release/api-change-workspaces-86161.json diff --git a/.changes/next-release/api-change-applicationautoscaling-72302.json b/.changes/next-release/api-change-applicationautoscaling-72302.json new file mode 100644 index 0000000000..6a52fc6b78 --- /dev/null +++ b/.changes/next-release/api-change-applicationautoscaling-72302.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``application-autoscaling``", + "description": "[``botocore``] Doc only update for Application Auto Scaling that fixes resource name." +} diff --git a/.changes/next-release/api-change-directconnect-67586.json b/.changes/next-release/api-change-directconnect-67586.json new file mode 100644 index 0000000000..7b072135dd --- /dev/null +++ b/.changes/next-release/api-change-directconnect-67586.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``directconnect``", + "description": "[``botocore``] This update includes documentation for support of new native 400 GBps ports for Direct Connect." +} diff --git a/.changes/next-release/api-change-organizations-12641.json b/.changes/next-release/api-change-organizations-12641.json new file mode 100644 index 0000000000..88702e5d8d --- /dev/null +++ b/.changes/next-release/api-change-organizations-12641.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``organizations``", + "description": "[``botocore``] Added a new reason under ConstraintViolationException in RegisterDelegatedAdministrator API to prevent registering suspended accounts as delegated administrator of a service." +} diff --git a/.changes/next-release/api-change-rekognition-90978.json b/.changes/next-release/api-change-rekognition-90978.json new file mode 100644 index 0000000000..25598dd2b3 --- /dev/null +++ b/.changes/next-release/api-change-rekognition-90978.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rekognition``", + "description": "[``botocore``] This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs." +} diff --git a/.changes/next-release/api-change-workspaces-86161.json b/.changes/next-release/api-change-workspaces-86161.json new file mode 100644 index 0000000000..3a2d63109a --- /dev/null +++ b/.changes/next-release/api-change-workspaces-86161.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``workspaces``", + "description": "[``botocore``] Fix create workspace bundle RootStorage/UserStorage to accept non null values" +} From caf86844a7a24bb0d57bc6fdd51836916b23b601 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 3 Jul 2024 18:13:31 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.139 --- .changes/1.34.139.json | 27 +++++++++++++++++++ ...i-change-applicationautoscaling-72302.json | 5 ---- .../api-change-directconnect-67586.json | 5 ---- .../api-change-organizations-12641.json | 5 ---- .../api-change-rekognition-90978.json | 5 ---- .../api-change-workspaces-86161.json | 5 ---- CHANGELOG.rst | 10 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 40 insertions(+), 28 deletions(-) create mode 100644 .changes/1.34.139.json delete mode 100644 .changes/next-release/api-change-applicationautoscaling-72302.json delete mode 100644 .changes/next-release/api-change-directconnect-67586.json delete mode 100644 .changes/next-release/api-change-organizations-12641.json delete mode 100644 .changes/next-release/api-change-rekognition-90978.json delete mode 100644 .changes/next-release/api-change-workspaces-86161.json diff --git a/.changes/1.34.139.json b/.changes/1.34.139.json new file mode 100644 index 0000000000..c2fc9f37b3 --- /dev/null +++ b/.changes/1.34.139.json @@ -0,0 +1,27 @@ +[ + { + "category": "``application-autoscaling``", + "description": "[``botocore``] Doc only update for Application Auto Scaling that fixes resource name.", + "type": "api-change" + }, + { + "category": "``directconnect``", + "description": "[``botocore``] This update includes documentation for support of new native 400 GBps ports for Direct Connect.", + "type": "api-change" + }, + { + "category": "``organizations``", + "description": "[``botocore``] Added a new reason under ConstraintViolationException in RegisterDelegatedAdministrator API to prevent registering suspended accounts as delegated administrator of a service.", + "type": "api-change" + }, + { + "category": "``rekognition``", + "description": "[``botocore``] This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs.", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "[``botocore``] Fix create workspace bundle RootStorage/UserStorage to accept non null values", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-applicationautoscaling-72302.json b/.changes/next-release/api-change-applicationautoscaling-72302.json deleted file mode 100644 index 6a52fc6b78..0000000000 --- a/.changes/next-release/api-change-applicationautoscaling-72302.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``application-autoscaling``", - "description": "[``botocore``] Doc only update for Application Auto Scaling that fixes resource name." -} diff --git a/.changes/next-release/api-change-directconnect-67586.json b/.changes/next-release/api-change-directconnect-67586.json deleted file mode 100644 index 7b072135dd..0000000000 --- a/.changes/next-release/api-change-directconnect-67586.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``directconnect``", - "description": "[``botocore``] This update includes documentation for support of new native 400 GBps ports for Direct Connect." -} diff --git a/.changes/next-release/api-change-organizations-12641.json b/.changes/next-release/api-change-organizations-12641.json deleted file mode 100644 index 88702e5d8d..0000000000 --- a/.changes/next-release/api-change-organizations-12641.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``organizations``", - "description": "[``botocore``] Added a new reason under ConstraintViolationException in RegisterDelegatedAdministrator API to prevent registering suspended accounts as delegated administrator of a service." -} diff --git a/.changes/next-release/api-change-rekognition-90978.json b/.changes/next-release/api-change-rekognition-90978.json deleted file mode 100644 index 25598dd2b3..0000000000 --- a/.changes/next-release/api-change-rekognition-90978.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rekognition``", - "description": "[``botocore``] This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs." -} diff --git a/.changes/next-release/api-change-workspaces-86161.json b/.changes/next-release/api-change-workspaces-86161.json deleted file mode 100644 index 3a2d63109a..0000000000 --- a/.changes/next-release/api-change-workspaces-86161.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "[``botocore``] Fix create workspace bundle RootStorage/UserStorage to accept non null values" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c9e790b927..2c135db94c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.34.139 +======== + +* api-change:``application-autoscaling``: [``botocore``] Doc only update for Application Auto Scaling that fixes resource name. +* api-change:``directconnect``: [``botocore``] This update includes documentation for support of new native 400 GBps ports for Direct Connect. +* api-change:``organizations``: [``botocore``] Added a new reason under ConstraintViolationException in RegisterDelegatedAdministrator API to prevent registering suspended accounts as delegated administrator of a service. +* api-change:``rekognition``: [``botocore``] This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs. +* api-change:``workspaces``: [``botocore``] Fix create workspace bundle RootStorage/UserStorage to accept non null values + + 1.34.138 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 5936b26c92..afc8b41132 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.34.138' +__version__ = '1.34.139' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 1a4c24f81c..c32b56d553 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.138,<1.35.0 + botocore>=1.34.139,<1.35.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index 0748a858b9..5d8c6c5035 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.138,<1.35.0', + 'botocore>=1.34.139,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]