diff --git a/.changes/1.29.47.json b/.changes/1.29.47.json new file mode 100644 index 000000000000..cb64183eda7f --- /dev/null +++ b/.changes/1.29.47.json @@ -0,0 +1,42 @@ +[ + { + "category": "``cloud9``", + "description": "Update to include information on Ubuntu 18 deprecation.", + "type": "api-change" + }, + { + "category": "``drs``", + "description": "Updated existing APIs and added new ones to support using AWS Elastic Disaster Recovery post-launch actions. Added support for new regions.", + "type": "api-change" + }, + { + "category": "``firehose``", + "description": "DocumentIdOptions has been added for the Amazon OpenSearch destination.", + "type": "api-change" + }, + { + "category": "``guardduty``", + "description": "Add `managementType` field to ListCoverage API response.", + "type": "api-change" + }, + { + "category": "``internetmonitor``", + "description": "This release updates the Amazon CloudWatch Internet Monitor API domain name.", + "type": "api-change" + }, + { + "category": "``ivs-realtime``", + "description": "Doc only update that changes description for ParticipantToken.", + "type": "api-change" + }, + { + "category": "``simspaceweaver``", + "description": "Edited the introductory text for the API reference.", + "type": "api-change" + }, + { + "category": "``xray``", + "description": "Add StartTime field in GetTraceSummaries API response for each TraceSummary.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloud9-35796.json b/.changes/next-release/api-change-cloud9-35796.json deleted file mode 100644 index f34c1b634146..000000000000 --- a/.changes/next-release/api-change-cloud9-35796.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloud9``", - "description": "Update to include information on Ubuntu 18 deprecation." -} diff --git a/.changes/next-release/api-change-drs-96405.json b/.changes/next-release/api-change-drs-96405.json deleted file mode 100644 index 71e0f95e79e3..000000000000 --- a/.changes/next-release/api-change-drs-96405.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``drs``", - "description": "Updated existing APIs and added new ones to support using AWS Elastic Disaster Recovery post-launch actions. Added support for new regions." -} diff --git a/.changes/next-release/api-change-firehose-23310.json b/.changes/next-release/api-change-firehose-23310.json deleted file mode 100644 index a440ce0dffed..000000000000 --- a/.changes/next-release/api-change-firehose-23310.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``firehose``", - "description": "DocumentIdOptions has been added for the Amazon OpenSearch destination." -} diff --git a/.changes/next-release/api-change-guardduty-12487.json b/.changes/next-release/api-change-guardduty-12487.json deleted file mode 100644 index e4557b165dfe..000000000000 --- a/.changes/next-release/api-change-guardduty-12487.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``guardduty``", - "description": "Add `managementType` field to ListCoverage API response." -} diff --git a/.changes/next-release/api-change-internetmonitor-68018.json b/.changes/next-release/api-change-internetmonitor-68018.json deleted file mode 100644 index da81bd2b4733..000000000000 --- a/.changes/next-release/api-change-internetmonitor-68018.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``internetmonitor``", - "description": "This release updates the Amazon CloudWatch Internet Monitor API domain name." -} diff --git a/.changes/next-release/api-change-ivsrealtime-70669.json b/.changes/next-release/api-change-ivsrealtime-70669.json deleted file mode 100644 index 6806773cd2fe..000000000000 --- a/.changes/next-release/api-change-ivsrealtime-70669.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ivs-realtime``", - "description": "Doc only update that changes description for ParticipantToken." -} diff --git a/.changes/next-release/api-change-simspaceweaver-17657.json b/.changes/next-release/api-change-simspaceweaver-17657.json deleted file mode 100644 index 572ed7c5b786..000000000000 --- a/.changes/next-release/api-change-simspaceweaver-17657.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``simspaceweaver``", - "description": "Edited the introductory text for the API reference." -} diff --git a/.changes/next-release/api-change-xray-12631.json b/.changes/next-release/api-change-xray-12631.json deleted file mode 100644 index f16829f615c3..000000000000 --- a/.changes/next-release/api-change-xray-12631.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``xray``", - "description": "Add StartTime field in GetTraceSummaries API response for each TraceSummary." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 81e8c54b1d08..f97bfde34f99 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,19 @@ CHANGELOG ========= +1.29.47 +======= + +* api-change:``cloud9``: Update to include information on Ubuntu 18 deprecation. +* api-change:``drs``: Updated existing APIs and added new ones to support using AWS Elastic Disaster Recovery post-launch actions. Added support for new regions. +* api-change:``firehose``: DocumentIdOptions has been added for the Amazon OpenSearch destination. +* api-change:``guardduty``: Add `managementType` field to ListCoverage API response. +* api-change:``internetmonitor``: This release updates the Amazon CloudWatch Internet Monitor API domain name. +* api-change:``ivs-realtime``: Doc only update that changes description for ParticipantToken. +* api-change:``simspaceweaver``: Edited the introductory text for the API reference. +* api-change:``xray``: Add StartTime field in GetTraceSummaries API response for each TraceSummary. + + 1.29.46 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 376bd33124c0..ce07ae4c821e 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.29.46' +__version__ = '1.29.47' # # 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 5535beab5750..fbeea2d6a2d2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.29.' # The full version, including alpha/beta/rc tags. -release = '1.29.46' +release = '1.29.47' # 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 7bcccde9f18b..7fd79372d739 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.31.46 + botocore==1.31.47 docutils>=0.10,<0.17 s3transfer>=0.6.0,<0.7.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 2dbd98dcb73d..282ff2e3f26e 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.31.46', + 'botocore==1.31.47', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<6.1',