diff --git a/.changes/1.27.130.json b/.changes/1.27.130.json new file mode 100644 index 000000000000..f7034034a091 --- /dev/null +++ b/.changes/1.27.130.json @@ -0,0 +1,22 @@ +[ + { + "category": "``glue``", + "description": "We don't do release notes https://w.amazon.com/bin/view/AWSDocs/common-tasks/release-notes", + "type": "api-change" + }, + { + "category": "``guardduty``", + "description": "Add AccessDeniedException 403 Error message code to support 3 Tagging related APIs", + "type": "api-change" + }, + { + "category": "``iotsitewise``", + "description": "Provide support for 20,000 max results for GetAssetPropertyValueHistory/BatchGetAssetPropertyValueHistory and 15 minute aggregate resolution for GetAssetPropertyAggregates/BatchGetAssetPropertyAggregates", + "type": "api-change" + }, + { + "category": "``sts``", + "description": "Documentation updates for AWS Security Token Service.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c02d720c4587..30564281a2dd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.27.130 +======== + +* api-change:``glue``: We don't do release notes https://w.amazon.com/bin/view/AWSDocs/common-tasks/release-notes +* api-change:``guardduty``: Add AccessDeniedException 403 Error message code to support 3 Tagging related APIs +* api-change:``iotsitewise``: Provide support for 20,000 max results for GetAssetPropertyValueHistory/BatchGetAssetPropertyValueHistory and 15 minute aggregate resolution for GetAssetPropertyAggregates/BatchGetAssetPropertyAggregates +* api-change:``sts``: Documentation updates for AWS Security Token Service. + + 1.27.129 ======== diff --git a/awscli/__init__.py b/awscli/__init__.py index 7e38db1b2ee1..819607770e30 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.27.129' +__version__ = '1.27.130' # # 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 ef120a66f0b9..89b2387c4288 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.27.1' # The full version, including alpha/beta/rc tags. -release = '1.27.129' +release = '1.27.130' # 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 7ef2b4875412..c6400919c65e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.29.129 + botocore==1.29.130 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 8b531f788d72..7866dddd3402 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.29.129', + 'botocore==1.29.130', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5',