From 08a7b6d64da779d6821a7e56240b9abeff56274f Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 9 Aug 2023 18:12:53 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-chimesdkvoice-97900.json | 5 +++++ .changes/next-release/api-change-fsx-14766.json | 5 +++++ .changes/next-release/api-change-globalaccelerator-5948.json | 5 +++++ .changes/next-release/api-change-guardduty-73168.json | 5 +++++ .changes/next-release/api-change-sagemaker-44216.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-chimesdkvoice-97900.json create mode 100644 .changes/next-release/api-change-fsx-14766.json create mode 100644 .changes/next-release/api-change-globalaccelerator-5948.json create mode 100644 .changes/next-release/api-change-guardduty-73168.json create mode 100644 .changes/next-release/api-change-sagemaker-44216.json diff --git a/.changes/next-release/api-change-chimesdkvoice-97900.json b/.changes/next-release/api-change-chimesdkvoice-97900.json new file mode 100644 index 0000000000..b296e32a0f --- /dev/null +++ b/.changes/next-release/api-change-chimesdkvoice-97900.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``chime-sdk-voice``", + "description": "[``botocore``] Updating CreatePhoneNumberOrder, UpdatePhoneNumber and BatchUpdatePhoneNumbers APIs, adding phone number name" +} diff --git a/.changes/next-release/api-change-fsx-14766.json b/.changes/next-release/api-change-fsx-14766.json new file mode 100644 index 0000000000..e82a0b2fd6 --- /dev/null +++ b/.changes/next-release/api-change-fsx-14766.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``fsx``", + "description": "[``botocore``] For FSx for Lustre, add new data repository task type, RELEASE_DATA_FROM_FILESYSTEM, to release files that have been archived to S3. For FSx for Windows, enable support for configuring and updating SSD IOPS, and for updating storage type. For FSx for OpenZFS, add new deployment type, MULTI_AZ_1." +} diff --git a/.changes/next-release/api-change-globalaccelerator-5948.json b/.changes/next-release/api-change-globalaccelerator-5948.json new file mode 100644 index 0000000000..fc46a80cb5 --- /dev/null +++ b/.changes/next-release/api-change-globalaccelerator-5948.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``globalaccelerator``", + "description": "[``botocore``] Documentation update for dualstack EC2 endpoint support" +} diff --git a/.changes/next-release/api-change-guardduty-73168.json b/.changes/next-release/api-change-guardduty-73168.json new file mode 100644 index 0000000000..28c9358a18 --- /dev/null +++ b/.changes/next-release/api-change-guardduty-73168.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``guardduty``", + "description": "[``botocore``] Added autoEnable ALL to UpdateOrganizationConfiguration and DescribeOrganizationConfiguration APIs." +} diff --git a/.changes/next-release/api-change-sagemaker-44216.json b/.changes/next-release/api-change-sagemaker-44216.json new file mode 100644 index 0000000000..85ff2ef2bc --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-44216.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] This release adds support for cross account access for SageMaker Model Cards through AWS RAM." +} From e840ff58052bbf94e7fcf648c385ce2069233653 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 9 Aug 2023 18:13:02 +0000 Subject: [PATCH 2/2] Bumping version to 1.28.23 --- .changes/1.28.23.json | 27 +++++++++++++++++++ .../api-change-chimesdkvoice-97900.json | 5 ---- .../next-release/api-change-fsx-14766.json | 5 ---- .../api-change-globalaccelerator-5948.json | 5 ---- .../api-change-guardduty-73168.json | 5 ---- .../api-change-sagemaker-44216.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.28.23.json delete mode 100644 .changes/next-release/api-change-chimesdkvoice-97900.json delete mode 100644 .changes/next-release/api-change-fsx-14766.json delete mode 100644 .changes/next-release/api-change-globalaccelerator-5948.json delete mode 100644 .changes/next-release/api-change-guardduty-73168.json delete mode 100644 .changes/next-release/api-change-sagemaker-44216.json diff --git a/.changes/1.28.23.json b/.changes/1.28.23.json new file mode 100644 index 0000000000..a8d94d2230 --- /dev/null +++ b/.changes/1.28.23.json @@ -0,0 +1,27 @@ +[ + { + "category": "``chime-sdk-voice``", + "description": "[``botocore``] Updating CreatePhoneNumberOrder, UpdatePhoneNumber and BatchUpdatePhoneNumbers APIs, adding phone number name", + "type": "api-change" + }, + { + "category": "``fsx``", + "description": "[``botocore``] For FSx for Lustre, add new data repository task type, RELEASE_DATA_FROM_FILESYSTEM, to release files that have been archived to S3. For FSx for Windows, enable support for configuring and updating SSD IOPS, and for updating storage type. For FSx for OpenZFS, add new deployment type, MULTI_AZ_1.", + "type": "api-change" + }, + { + "category": "``globalaccelerator``", + "description": "[``botocore``] Documentation update for dualstack EC2 endpoint support", + "type": "api-change" + }, + { + "category": "``guardduty``", + "description": "[``botocore``] Added autoEnable ALL to UpdateOrganizationConfiguration and DescribeOrganizationConfiguration APIs.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] This release adds support for cross account access for SageMaker Model Cards through AWS RAM.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-chimesdkvoice-97900.json b/.changes/next-release/api-change-chimesdkvoice-97900.json deleted file mode 100644 index b296e32a0f..0000000000 --- a/.changes/next-release/api-change-chimesdkvoice-97900.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``chime-sdk-voice``", - "description": "[``botocore``] Updating CreatePhoneNumberOrder, UpdatePhoneNumber and BatchUpdatePhoneNumbers APIs, adding phone number name" -} diff --git a/.changes/next-release/api-change-fsx-14766.json b/.changes/next-release/api-change-fsx-14766.json deleted file mode 100644 index e82a0b2fd6..0000000000 --- a/.changes/next-release/api-change-fsx-14766.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fsx``", - "description": "[``botocore``] For FSx for Lustre, add new data repository task type, RELEASE_DATA_FROM_FILESYSTEM, to release files that have been archived to S3. For FSx for Windows, enable support for configuring and updating SSD IOPS, and for updating storage type. For FSx for OpenZFS, add new deployment type, MULTI_AZ_1." -} diff --git a/.changes/next-release/api-change-globalaccelerator-5948.json b/.changes/next-release/api-change-globalaccelerator-5948.json deleted file mode 100644 index fc46a80cb5..0000000000 --- a/.changes/next-release/api-change-globalaccelerator-5948.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``globalaccelerator``", - "description": "[``botocore``] Documentation update for dualstack EC2 endpoint support" -} diff --git a/.changes/next-release/api-change-guardduty-73168.json b/.changes/next-release/api-change-guardduty-73168.json deleted file mode 100644 index 28c9358a18..0000000000 --- a/.changes/next-release/api-change-guardduty-73168.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``guardduty``", - "description": "[``botocore``] Added autoEnable ALL to UpdateOrganizationConfiguration and DescribeOrganizationConfiguration APIs." -} diff --git a/.changes/next-release/api-change-sagemaker-44216.json b/.changes/next-release/api-change-sagemaker-44216.json deleted file mode 100644 index 85ff2ef2bc..0000000000 --- a/.changes/next-release/api-change-sagemaker-44216.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] This release adds support for cross account access for SageMaker Model Cards through AWS RAM." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9fdf37d6e9..36395cbc37 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.28.23 +======= + +* api-change:``chime-sdk-voice``: [``botocore``] Updating CreatePhoneNumberOrder, UpdatePhoneNumber and BatchUpdatePhoneNumbers APIs, adding phone number name +* api-change:``fsx``: [``botocore``] For FSx for Lustre, add new data repository task type, RELEASE_DATA_FROM_FILESYSTEM, to release files that have been archived to S3. For FSx for Windows, enable support for configuring and updating SSD IOPS, and for updating storage type. For FSx for OpenZFS, add new deployment type, MULTI_AZ_1. +* api-change:``globalaccelerator``: [``botocore``] Documentation update for dualstack EC2 endpoint support +* api-change:``guardduty``: [``botocore``] Added autoEnable ALL to UpdateOrganizationConfiguration and DescribeOrganizationConfiguration APIs. +* api-change:``sagemaker``: [``botocore``] This release adds support for cross account access for SageMaker Model Cards through AWS RAM. + + 1.28.22 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 3ac5cd5bab..628c19efdf 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.28.22' +__version__ = '1.28.23' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 308354e9bf..a1424ca86c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.31.22,<1.32.0 + botocore>=1.31.23,<1.32.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 86ba347c4b..7913331b31 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.31.22,<1.32.0', + 'botocore>=1.31.23,<1.32.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]