From 982f5c3aed828a539966c9e8b2b5947d97ab1535 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 12 Nov 2021 19:07:16 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-connect-40376.json | 5 +++++ .changes/next-release/api-change-devopsguru-14167.json | 5 +++++ .changes/next-release/api-change-ec2-82572.json | 5 +++++ .changes/next-release/api-change-mediaconvert-91067.json | 5 +++++ .changes/next-release/api-change-ssm-61601.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-connect-40376.json create mode 100644 .changes/next-release/api-change-devopsguru-14167.json create mode 100644 .changes/next-release/api-change-ec2-82572.json create mode 100644 .changes/next-release/api-change-mediaconvert-91067.json create mode 100644 .changes/next-release/api-change-ssm-61601.json diff --git a/.changes/next-release/api-change-connect-40376.json b/.changes/next-release/api-change-connect-40376.json new file mode 100644 index 0000000000..a75bdf6fd8 --- /dev/null +++ b/.changes/next-release/api-change-connect-40376.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "[``botocore``] This release adds APIs for creating and managing scheduled tasks. Additionally, adds APIs to describe and update a contact and list associated references." +} diff --git a/.changes/next-release/api-change-devopsguru-14167.json b/.changes/next-release/api-change-devopsguru-14167.json new file mode 100644 index 0000000000..a4d37b9a61 --- /dev/null +++ b/.changes/next-release/api-change-devopsguru-14167.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``devops-guru``", + "description": "[``botocore``] Add support for cross account APIs." +} diff --git a/.changes/next-release/api-change-ec2-82572.json b/.changes/next-release/api-change-ec2-82572.json new file mode 100644 index 0000000000..4ccceb36af --- /dev/null +++ b/.changes/next-release/api-change-ec2-82572.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] C6i instances are powered by a third-generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz. G5 instances feature up to 8 NVIDIA A10G Tensor Core GPUs and second generation AMD EPYC processors." +} diff --git a/.changes/next-release/api-change-mediaconvert-91067.json b/.changes/next-release/api-change-mediaconvert-91067.json new file mode 100644 index 0000000000..b240109c11 --- /dev/null +++ b/.changes/next-release/api-change-mediaconvert-91067.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediaconvert``", + "description": "[``botocore``] AWS Elemental MediaConvert SDK has added automatic modes for GOP configuration and added the ability to ingest screen recordings generated by Safari on MacOS 12 Monterey." +} diff --git a/.changes/next-release/api-change-ssm-61601.json b/.changes/next-release/api-change-ssm-61601.json new file mode 100644 index 0000000000..93ed765342 --- /dev/null +++ b/.changes/next-release/api-change-ssm-61601.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ssm``", + "description": "[``botocore``] This Patch Manager release supports creating Patch Baselines for RaspberryPi OS (formerly Raspbian)" +} From 80cb11b8cabd7141b9afa308d7881996b7ee312a Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 12 Nov 2021 19:07:34 +0000 Subject: [PATCH 2/2] Bumping version to 1.20.5 --- .changes/1.20.5.json | 27 +++++++++++++++++++ .../api-change-connect-40376.json | 5 ---- .../api-change-devopsguru-14167.json | 5 ---- .../next-release/api-change-ec2-82572.json | 5 ---- .../api-change-mediaconvert-91067.json | 5 ---- .../next-release/api-change-ssm-61601.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.20.5.json delete mode 100644 .changes/next-release/api-change-connect-40376.json delete mode 100644 .changes/next-release/api-change-devopsguru-14167.json delete mode 100644 .changes/next-release/api-change-ec2-82572.json delete mode 100644 .changes/next-release/api-change-mediaconvert-91067.json delete mode 100644 .changes/next-release/api-change-ssm-61601.json diff --git a/.changes/1.20.5.json b/.changes/1.20.5.json new file mode 100644 index 0000000000..e5132417cc --- /dev/null +++ b/.changes/1.20.5.json @@ -0,0 +1,27 @@ +[ + { + "category": "``ec2``", + "description": "[``botocore``] C6i instances are powered by a third-generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz. G5 instances feature up to 8 NVIDIA A10G Tensor Core GPUs and second generation AMD EPYC processors.", + "type": "api-change" + }, + { + "category": "``ssm``", + "description": "[``botocore``] This Patch Manager release supports creating Patch Baselines for RaspberryPi OS (formerly Raspbian)", + "type": "api-change" + }, + { + "category": "``devops-guru``", + "description": "[``botocore``] Add support for cross account APIs.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] This release adds APIs for creating and managing scheduled tasks. Additionally, adds APIs to describe and update a contact and list associated references.", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "[``botocore``] AWS Elemental MediaConvert SDK has added automatic modes for GOP configuration and added the ability to ingest screen recordings generated by Safari on MacOS 12 Monterey.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-connect-40376.json b/.changes/next-release/api-change-connect-40376.json deleted file mode 100644 index a75bdf6fd8..0000000000 --- a/.changes/next-release/api-change-connect-40376.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] This release adds APIs for creating and managing scheduled tasks. Additionally, adds APIs to describe and update a contact and list associated references." -} diff --git a/.changes/next-release/api-change-devopsguru-14167.json b/.changes/next-release/api-change-devopsguru-14167.json deleted file mode 100644 index a4d37b9a61..0000000000 --- a/.changes/next-release/api-change-devopsguru-14167.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``devops-guru``", - "description": "[``botocore``] Add support for cross account APIs." -} diff --git a/.changes/next-release/api-change-ec2-82572.json b/.changes/next-release/api-change-ec2-82572.json deleted file mode 100644 index 4ccceb36af..0000000000 --- a/.changes/next-release/api-change-ec2-82572.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] C6i instances are powered by a third-generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz. G5 instances feature up to 8 NVIDIA A10G Tensor Core GPUs and second generation AMD EPYC processors." -} diff --git a/.changes/next-release/api-change-mediaconvert-91067.json b/.changes/next-release/api-change-mediaconvert-91067.json deleted file mode 100644 index b240109c11..0000000000 --- a/.changes/next-release/api-change-mediaconvert-91067.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconvert``", - "description": "[``botocore``] AWS Elemental MediaConvert SDK has added automatic modes for GOP configuration and added the ability to ingest screen recordings generated by Safari on MacOS 12 Monterey." -} diff --git a/.changes/next-release/api-change-ssm-61601.json b/.changes/next-release/api-change-ssm-61601.json deleted file mode 100644 index 93ed765342..0000000000 --- a/.changes/next-release/api-change-ssm-61601.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm``", - "description": "[``botocore``] This Patch Manager release supports creating Patch Baselines for RaspberryPi OS (formerly Raspbian)" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 353c6f7b6a..882c9175c1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.20.5 +====== + +* api-change:``ec2``: [``botocore``] C6i instances are powered by a third-generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz. G5 instances feature up to 8 NVIDIA A10G Tensor Core GPUs and second generation AMD EPYC processors. +* api-change:``ssm``: [``botocore``] This Patch Manager release supports creating Patch Baselines for RaspberryPi OS (formerly Raspbian) +* api-change:``devops-guru``: [``botocore``] Add support for cross account APIs. +* api-change:``connect``: [``botocore``] This release adds APIs for creating and managing scheduled tasks. Additionally, adds APIs to describe and update a contact and list associated references. +* api-change:``mediaconvert``: [``botocore``] AWS Elemental MediaConvert SDK has added automatic modes for GOP configuration and added the ability to ingest screen recordings generated by Safari on MacOS 12 Monterey. + + 1.20.4 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index a18de9b0f2..3a894322f4 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.20.4' +__version__ = '1.20.5' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 3a37d992ad..efcec6998e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.23.4,<1.24.0 + botocore>=1.23.5,<1.24.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.5.0,<0.6.0 diff --git a/setup.py b/setup.py index 2c7858c831..51eae83fe0 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.23.4,<1.24.0', + 'botocore>=1.23.5,<1.24.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.5.0,<0.6.0' ]