From 622927f10ea2a8f07e2a5ae99195dd2b624b7eac Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 30 Aug 2022 20:17:18 +0000 Subject: [PATCH] Bumping version to 1.24.63 --- .changes/1.24.63.json | 37 +++++++++++++++++++ .../api-change-greengrassv2-39779.json | 5 --- .../api-change-identitystore-59974.json | 5 --- .../api-change-lookoutequipment-62197.json | 5 --- .../next-release/api-change-macie2-7739.json | 5 --- .../next-release/api-change-sso-51400.json | 5 --- .../api-change-ssoadmin-37953.json | 5 --- .../enhancement-Endpoints-77539.json | 5 --- CHANGELOG.rst | 12 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 52 insertions(+), 38 deletions(-) create mode 100644 .changes/1.24.63.json delete mode 100644 .changes/next-release/api-change-greengrassv2-39779.json delete mode 100644 .changes/next-release/api-change-identitystore-59974.json delete mode 100644 .changes/next-release/api-change-lookoutequipment-62197.json delete mode 100644 .changes/next-release/api-change-macie2-7739.json delete mode 100644 .changes/next-release/api-change-sso-51400.json delete mode 100644 .changes/next-release/api-change-ssoadmin-37953.json delete mode 100644 .changes/next-release/enhancement-Endpoints-77539.json diff --git a/.changes/1.24.63.json b/.changes/1.24.63.json new file mode 100644 index 0000000000..cdf4c91724 --- /dev/null +++ b/.changes/1.24.63.json @@ -0,0 +1,37 @@ +[ + { + "category": "Endpoints", + "description": "[``botocore``] Deprecate SSL common name", + "type": "enhancement" + }, + { + "category": "``greengrassv2``", + "description": "[``botocore``] Adds topologyFilter to ListInstalledComponentsRequest which allows filtration of components by ROOT or ALL (including root and dependency components). Adds lastStatusChangeTimestamp to ListInstalledComponents response to show the last time a component changed state on a device.", + "type": "api-change" + }, + { + "category": "``identitystore``", + "description": "[``botocore``] Documentation updates for the Identity Store CLI Reference.", + "type": "api-change" + }, + { + "category": "``lookoutequipment``", + "description": "[``botocore``] This release adds new apis for providing labels.", + "type": "api-change" + }, + { + "category": "``macie2``", + "description": "[``botocore``] This release of the Amazon Macie API adds support for using allow lists to define specific text and text patterns to ignore when inspecting data sources for sensitive data.", + "type": "api-change" + }, + { + "category": "``sso-admin``", + "description": "[``botocore``] Documentation updates for the AWS IAM Identity Center CLI Reference.", + "type": "api-change" + }, + { + "category": "``sso``", + "description": "[``botocore``] Documentation updates for the AWS IAM Identity Center Portal CLI Reference.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-greengrassv2-39779.json b/.changes/next-release/api-change-greengrassv2-39779.json deleted file mode 100644 index 06f7cab62e..0000000000 --- a/.changes/next-release/api-change-greengrassv2-39779.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``greengrassv2``", - "description": "[``botocore``] Adds topologyFilter to ListInstalledComponentsRequest which allows filtration of components by ROOT or ALL (including root and dependency components). Adds lastStatusChangeTimestamp to ListInstalledComponents response to show the last time a component changed state on a device." -} diff --git a/.changes/next-release/api-change-identitystore-59974.json b/.changes/next-release/api-change-identitystore-59974.json deleted file mode 100644 index 68b038c6a5..0000000000 --- a/.changes/next-release/api-change-identitystore-59974.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``identitystore``", - "description": "[``botocore``] Documentation updates for the Identity Store CLI Reference." -} diff --git a/.changes/next-release/api-change-lookoutequipment-62197.json b/.changes/next-release/api-change-lookoutequipment-62197.json deleted file mode 100644 index b805df0642..0000000000 --- a/.changes/next-release/api-change-lookoutequipment-62197.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lookoutequipment``", - "description": "[``botocore``] This release adds new apis for providing labels." -} diff --git a/.changes/next-release/api-change-macie2-7739.json b/.changes/next-release/api-change-macie2-7739.json deleted file mode 100644 index 9f6bbb4334..0000000000 --- a/.changes/next-release/api-change-macie2-7739.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``macie2``", - "description": "[``botocore``] This release of the Amazon Macie API adds support for using allow lists to define specific text and text patterns to ignore when inspecting data sources for sensitive data." -} diff --git a/.changes/next-release/api-change-sso-51400.json b/.changes/next-release/api-change-sso-51400.json deleted file mode 100644 index 2415ba134f..0000000000 --- a/.changes/next-release/api-change-sso-51400.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sso``", - "description": "[``botocore``] Documentation updates for the AWS IAM Identity Center Portal CLI Reference." -} diff --git a/.changes/next-release/api-change-ssoadmin-37953.json b/.changes/next-release/api-change-ssoadmin-37953.json deleted file mode 100644 index 09c09cb822..0000000000 --- a/.changes/next-release/api-change-ssoadmin-37953.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sso-admin``", - "description": "[``botocore``] Documentation updates for the AWS IAM Identity Center CLI Reference." -} diff --git a/.changes/next-release/enhancement-Endpoints-77539.json b/.changes/next-release/enhancement-Endpoints-77539.json deleted file mode 100644 index 448593ae93..0000000000 --- a/.changes/next-release/enhancement-Endpoints-77539.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "enhancement", - "category": "Endpoints", - "description": "[``botocore``] Deprecate SSL common name" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 02dd1b29d8..9ba362aa57 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.24.63 +======= + +* enhancement:Endpoints: [``botocore``] Deprecate SSL common name +* api-change:``greengrassv2``: [``botocore``] Adds topologyFilter to ListInstalledComponentsRequest which allows filtration of components by ROOT or ALL (including root and dependency components). Adds lastStatusChangeTimestamp to ListInstalledComponents response to show the last time a component changed state on a device. +* api-change:``identitystore``: [``botocore``] Documentation updates for the Identity Store CLI Reference. +* api-change:``lookoutequipment``: [``botocore``] This release adds new apis for providing labels. +* api-change:``macie2``: [``botocore``] This release of the Amazon Macie API adds support for using allow lists to define specific text and text patterns to ignore when inspecting data sources for sensitive data. +* api-change:``sso-admin``: [``botocore``] Documentation updates for the AWS IAM Identity Center CLI Reference. +* api-change:``sso``: [``botocore``] Documentation updates for the AWS IAM Identity Center Portal CLI Reference. + + 1.24.62 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 2ae4c9b4b0..90fe7c1cf4 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.24.62' +__version__ = '1.24.63' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index b52c845571..fd5ac0b407 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.27.62,<1.28.0 + botocore>=1.27.63,<1.28.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index b2557d522a..c60871f0d7 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.27.62,<1.28.0', + 'botocore>=1.27.63,<1.28.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]