From 7c9bfa250c31239777fff6809c502993e0dce4dd Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 26 Nov 2021 19:10:14 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-autoscaling-50885.json | 5 +++++ .changes/next-release/api-change-ec2-94968.json | 5 +++++ .changes/next-release/api-change-iotdeviceadvisor-7736.json | 5 +++++ .changes/next-release/api-change-mgn-46863.json | 5 +++++ .changes/next-release/api-change-outposts-3378.json | 5 +++++ .changes/next-release/api-change-pinpoint-71641.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-autoscaling-50885.json create mode 100644 .changes/next-release/api-change-ec2-94968.json create mode 100644 .changes/next-release/api-change-iotdeviceadvisor-7736.json create mode 100644 .changes/next-release/api-change-mgn-46863.json create mode 100644 .changes/next-release/api-change-outposts-3378.json create mode 100644 .changes/next-release/api-change-pinpoint-71641.json diff --git a/.changes/next-release/api-change-autoscaling-50885.json b/.changes/next-release/api-change-autoscaling-50885.json new file mode 100644 index 0000000000..2a03e1da1c --- /dev/null +++ b/.changes/next-release/api-change-autoscaling-50885.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``autoscaling``", + "description": "[``botocore``] Documentation updates for Amazon EC2 Auto Scaling." +} diff --git a/.changes/next-release/api-change-ec2-94968.json b/.changes/next-release/api-change-ec2-94968.json new file mode 100644 index 0000000000..77fb7ada19 --- /dev/null +++ b/.changes/next-release/api-change-ec2-94968.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] Documentation updates for EC2." +} diff --git a/.changes/next-release/api-change-iotdeviceadvisor-7736.json b/.changes/next-release/api-change-iotdeviceadvisor-7736.json new file mode 100644 index 0000000000..347f4ac34a --- /dev/null +++ b/.changes/next-release/api-change-iotdeviceadvisor-7736.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``iotdeviceadvisor``", + "description": "[``botocore``] Documentation update for Device Advisor GetEndpoint API" +} diff --git a/.changes/next-release/api-change-mgn-46863.json b/.changes/next-release/api-change-mgn-46863.json new file mode 100644 index 0000000000..4981825ce1 --- /dev/null +++ b/.changes/next-release/api-change-mgn-46863.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mgn``", + "description": "[``botocore``] Application Migration Service now supports an additional replication method that does not require agent installation on each source server. This option is available for source servers running on VMware vCenter versions 6.7 and 7.0." +} diff --git a/.changes/next-release/api-change-outposts-3378.json b/.changes/next-release/api-change-outposts-3378.json new file mode 100644 index 0000000000..acaa4e311a --- /dev/null +++ b/.changes/next-release/api-change-outposts-3378.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``outposts``", + "description": "[``botocore``] This release adds new APIs for working with Outpost sites and orders." +} diff --git a/.changes/next-release/api-change-pinpoint-71641.json b/.changes/next-release/api-change-pinpoint-71641.json new file mode 100644 index 0000000000..5e28f4b941 --- /dev/null +++ b/.changes/next-release/api-change-pinpoint-71641.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``pinpoint``", + "description": "[``botocore``] Added a One-Time Password (OTP) management feature. You can use the Amazon Pinpoint API to generate OTP codes and send them to your users as SMS messages. Your apps can then call the API to verify the OTP codes that your users input" +} From 3b3c79bc76f58c1127835b1619c3aba63c5fff81 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 26 Nov 2021 19:10:32 +0000 Subject: [PATCH 2/2] Bumping version to 1.20.14 --- .changes/1.20.14.json | 32 +++++++++++++++++++ .../api-change-autoscaling-50885.json | 5 --- .../next-release/api-change-ec2-94968.json | 5 --- .../api-change-iotdeviceadvisor-7736.json | 5 --- .../next-release/api-change-mgn-46863.json | 5 --- .../api-change-outposts-3378.json | 5 --- .../api-change-pinpoint-71641.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.20.14.json delete mode 100644 .changes/next-release/api-change-autoscaling-50885.json delete mode 100644 .changes/next-release/api-change-ec2-94968.json delete mode 100644 .changes/next-release/api-change-iotdeviceadvisor-7736.json delete mode 100644 .changes/next-release/api-change-mgn-46863.json delete mode 100644 .changes/next-release/api-change-outposts-3378.json delete mode 100644 .changes/next-release/api-change-pinpoint-71641.json diff --git a/.changes/1.20.14.json b/.changes/1.20.14.json new file mode 100644 index 0000000000..6b3a586d7a --- /dev/null +++ b/.changes/1.20.14.json @@ -0,0 +1,32 @@ +[ + { + "category": "``autoscaling``", + "description": "[``botocore``] Documentation updates for Amazon EC2 Auto Scaling.", + "type": "api-change" + }, + { + "category": "``mgn``", + "description": "[``botocore``] Application Migration Service now supports an additional replication method that does not require agent installation on each source server. This option is available for source servers running on VMware vCenter versions 6.7 and 7.0.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Documentation updates for EC2.", + "type": "api-change" + }, + { + "category": "``iotdeviceadvisor``", + "description": "[``botocore``] Documentation update for Device Advisor GetEndpoint API", + "type": "api-change" + }, + { + "category": "``pinpoint``", + "description": "[``botocore``] Added a One-Time Password (OTP) management feature. You can use the Amazon Pinpoint API to generate OTP codes and send them to your users as SMS messages. Your apps can then call the API to verify the OTP codes that your users input", + "type": "api-change" + }, + { + "category": "``outposts``", + "description": "[``botocore``] This release adds new APIs for working with Outpost sites and orders.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-autoscaling-50885.json b/.changes/next-release/api-change-autoscaling-50885.json deleted file mode 100644 index 2a03e1da1c..0000000000 --- a/.changes/next-release/api-change-autoscaling-50885.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``autoscaling``", - "description": "[``botocore``] Documentation updates for Amazon EC2 Auto Scaling." -} diff --git a/.changes/next-release/api-change-ec2-94968.json b/.changes/next-release/api-change-ec2-94968.json deleted file mode 100644 index 77fb7ada19..0000000000 --- a/.changes/next-release/api-change-ec2-94968.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Documentation updates for EC2." -} diff --git a/.changes/next-release/api-change-iotdeviceadvisor-7736.json b/.changes/next-release/api-change-iotdeviceadvisor-7736.json deleted file mode 100644 index 347f4ac34a..0000000000 --- a/.changes/next-release/api-change-iotdeviceadvisor-7736.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iotdeviceadvisor``", - "description": "[``botocore``] Documentation update for Device Advisor GetEndpoint API" -} diff --git a/.changes/next-release/api-change-mgn-46863.json b/.changes/next-release/api-change-mgn-46863.json deleted file mode 100644 index 4981825ce1..0000000000 --- a/.changes/next-release/api-change-mgn-46863.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mgn``", - "description": "[``botocore``] Application Migration Service now supports an additional replication method that does not require agent installation on each source server. This option is available for source servers running on VMware vCenter versions 6.7 and 7.0." -} diff --git a/.changes/next-release/api-change-outposts-3378.json b/.changes/next-release/api-change-outposts-3378.json deleted file mode 100644 index acaa4e311a..0000000000 --- a/.changes/next-release/api-change-outposts-3378.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``outposts``", - "description": "[``botocore``] This release adds new APIs for working with Outpost sites and orders." -} diff --git a/.changes/next-release/api-change-pinpoint-71641.json b/.changes/next-release/api-change-pinpoint-71641.json deleted file mode 100644 index 5e28f4b941..0000000000 --- a/.changes/next-release/api-change-pinpoint-71641.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pinpoint``", - "description": "[``botocore``] Added a One-Time Password (OTP) management feature. You can use the Amazon Pinpoint API to generate OTP codes and send them to your users as SMS messages. Your apps can then call the API to verify the OTP codes that your users input" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f86e0cc428..5a6ad2cbdf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.20.14 +======= + +* api-change:``autoscaling``: [``botocore``] Documentation updates for Amazon EC2 Auto Scaling. +* api-change:``mgn``: [``botocore``] Application Migration Service now supports an additional replication method that does not require agent installation on each source server. This option is available for source servers running on VMware vCenter versions 6.7 and 7.0. +* api-change:``ec2``: [``botocore``] Documentation updates for EC2. +* api-change:``iotdeviceadvisor``: [``botocore``] Documentation update for Device Advisor GetEndpoint API +* api-change:``pinpoint``: [``botocore``] Added a One-Time Password (OTP) management feature. You can use the Amazon Pinpoint API to generate OTP codes and send them to your users as SMS messages. Your apps can then call the API to verify the OTP codes that your users input +* api-change:``outposts``: [``botocore``] This release adds new APIs for working with Outpost sites and orders. + + 1.20.13 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index a9cdaf6639..8f34105bb5 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.20.13' +__version__ = '1.20.14' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 4f84f00b70..1363948f3c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.23.13,<1.24.0 + botocore>=1.23.14,<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 74dee52c0d..22ad60b25a 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.23.13,<1.24.0', + 'botocore>=1.23.14,<1.24.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.5.0,<0.6.0' ]