From 21d8809c2df5ecef98bf5d2ca83d4d28bc45969c Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 30 Aug 2022 20:17:00 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-greengrassv2-14994.json | 5 +++++ .changes/next-release/api-change-identitystore-26312.json | 5 +++++ .changes/next-release/api-change-lookoutequipment-44708.json | 5 +++++ .changes/next-release/api-change-macie2-499.json | 5 +++++ .changes/next-release/api-change-sso-40196.json | 5 +++++ .changes/next-release/api-change-ssoadmin-9267.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-greengrassv2-14994.json create mode 100644 .changes/next-release/api-change-identitystore-26312.json create mode 100644 .changes/next-release/api-change-lookoutequipment-44708.json create mode 100644 .changes/next-release/api-change-macie2-499.json create mode 100644 .changes/next-release/api-change-sso-40196.json create mode 100644 .changes/next-release/api-change-ssoadmin-9267.json diff --git a/.changes/next-release/api-change-greengrassv2-14994.json b/.changes/next-release/api-change-greengrassv2-14994.json new file mode 100644 index 000000000000..bc737cab5644 --- /dev/null +++ b/.changes/next-release/api-change-greengrassv2-14994.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``greengrassv2``", + "description": "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-26312.json b/.changes/next-release/api-change-identitystore-26312.json new file mode 100644 index 000000000000..396c6d844e9e --- /dev/null +++ b/.changes/next-release/api-change-identitystore-26312.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``identitystore``", + "description": "Documentation updates for the Identity Store CLI Reference." +} diff --git a/.changes/next-release/api-change-lookoutequipment-44708.json b/.changes/next-release/api-change-lookoutequipment-44708.json new file mode 100644 index 000000000000..d9b89579e915 --- /dev/null +++ b/.changes/next-release/api-change-lookoutequipment-44708.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``lookoutequipment``", + "description": "This release adds new apis for providing labels." +} diff --git a/.changes/next-release/api-change-macie2-499.json b/.changes/next-release/api-change-macie2-499.json new file mode 100644 index 000000000000..b9a521062f02 --- /dev/null +++ b/.changes/next-release/api-change-macie2-499.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``macie2``", + "description": "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-40196.json b/.changes/next-release/api-change-sso-40196.json new file mode 100644 index 000000000000..326391370152 --- /dev/null +++ b/.changes/next-release/api-change-sso-40196.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sso``", + "description": "Documentation updates for the AWS IAM Identity Center Portal CLI Reference." +} diff --git a/.changes/next-release/api-change-ssoadmin-9267.json b/.changes/next-release/api-change-ssoadmin-9267.json new file mode 100644 index 000000000000..15930e6b432b --- /dev/null +++ b/.changes/next-release/api-change-ssoadmin-9267.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sso-admin``", + "description": "Documentation updates for the AWS IAM Identity Center CLI Reference." +} From 1176f9f44a471a3376b07d373f5f46ab23d5f88f Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 30 Aug 2022 20:17:00 +0000 Subject: [PATCH 2/2] Bumping version to 1.25.64 --- .changes/1.25.64.json | 32 +++++++++++++++++++ .../api-change-greengrassv2-14994.json | 5 --- .../api-change-identitystore-26312.json | 5 --- .../api-change-lookoutequipment-44708.json | 5 --- .../next-release/api-change-macie2-499.json | 5 --- .../next-release/api-change-sso-40196.json | 5 --- .../api-change-ssoadmin-9267.json | 5 --- CHANGELOG.rst | 11 +++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 47 insertions(+), 34 deletions(-) create mode 100644 .changes/1.25.64.json delete mode 100644 .changes/next-release/api-change-greengrassv2-14994.json delete mode 100644 .changes/next-release/api-change-identitystore-26312.json delete mode 100644 .changes/next-release/api-change-lookoutequipment-44708.json delete mode 100644 .changes/next-release/api-change-macie2-499.json delete mode 100644 .changes/next-release/api-change-sso-40196.json delete mode 100644 .changes/next-release/api-change-ssoadmin-9267.json diff --git a/.changes/1.25.64.json b/.changes/1.25.64.json new file mode 100644 index 000000000000..0c1224e089ae --- /dev/null +++ b/.changes/1.25.64.json @@ -0,0 +1,32 @@ +[ + { + "category": "``greengrassv2``", + "description": "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": "Documentation updates for the Identity Store CLI Reference.", + "type": "api-change" + }, + { + "category": "``lookoutequipment``", + "description": "This release adds new apis for providing labels.", + "type": "api-change" + }, + { + "category": "``macie2``", + "description": "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": "Documentation updates for the AWS IAM Identity Center CLI Reference.", + "type": "api-change" + }, + { + "category": "``sso``", + "description": "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-14994.json b/.changes/next-release/api-change-greengrassv2-14994.json deleted file mode 100644 index bc737cab5644..000000000000 --- a/.changes/next-release/api-change-greengrassv2-14994.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``greengrassv2``", - "description": "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-26312.json b/.changes/next-release/api-change-identitystore-26312.json deleted file mode 100644 index 396c6d844e9e..000000000000 --- a/.changes/next-release/api-change-identitystore-26312.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``identitystore``", - "description": "Documentation updates for the Identity Store CLI Reference." -} diff --git a/.changes/next-release/api-change-lookoutequipment-44708.json b/.changes/next-release/api-change-lookoutequipment-44708.json deleted file mode 100644 index d9b89579e915..000000000000 --- a/.changes/next-release/api-change-lookoutequipment-44708.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lookoutequipment``", - "description": "This release adds new apis for providing labels." -} diff --git a/.changes/next-release/api-change-macie2-499.json b/.changes/next-release/api-change-macie2-499.json deleted file mode 100644 index b9a521062f02..000000000000 --- a/.changes/next-release/api-change-macie2-499.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``macie2``", - "description": "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-40196.json b/.changes/next-release/api-change-sso-40196.json deleted file mode 100644 index 326391370152..000000000000 --- a/.changes/next-release/api-change-sso-40196.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sso``", - "description": "Documentation updates for the AWS IAM Identity Center Portal CLI Reference." -} diff --git a/.changes/next-release/api-change-ssoadmin-9267.json b/.changes/next-release/api-change-ssoadmin-9267.json deleted file mode 100644 index 15930e6b432b..000000000000 --- a/.changes/next-release/api-change-ssoadmin-9267.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sso-admin``", - "description": "Documentation updates for the AWS IAM Identity Center CLI Reference." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fdb05a501835..181b4845c643 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.25.64 +======= + +* api-change:``greengrassv2``: 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``: Documentation updates for the Identity Store CLI Reference. +* api-change:``lookoutequipment``: This release adds new apis for providing labels. +* api-change:``macie2``: 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``: Documentation updates for the AWS IAM Identity Center CLI Reference. +* api-change:``sso``: Documentation updates for the AWS IAM Identity Center Portal CLI Reference. + + 1.25.63 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 4a4f0b6bab67..b4dedc707c5e 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.25.63' +__version__ = '1.25.64' # # 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 490e337b5604..6f34c54508fd 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.25.' # The full version, including alpha/beta/rc tags. -release = '1.25.63' +release = '1.25.64' # 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 3084c2d1a1e6..0f7f933abbf6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.27.62 + botocore==1.27.63 docutils>=0.10,<0.17 s3transfer>=0.6.0,<0.7.0 PyYAML>=3.10,<5.5 diff --git a/setup.py b/setup.py index bad47fde2437..dcd1ba5049ce 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.27.62', + 'botocore==1.27.63', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5',