From 1cfb183ca1cc7e53a901b2ce294b76a57b8e7318 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 5 Oct 2021 18:07:03 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .../api-change-applicationautoscaling-50562.json | 5 +++++ .changes/next-release/api-change-backup-87400.json | 5 +++++ .changes/next-release/api-change-ec2-55075.json | 5 +++++ .changes/next-release/api-change-glue-11679.json | 5 +++++ .changes/next-release/api-change-location-78170.json | 5 +++++ .changes/next-release/api-change-workmail-65954.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-applicationautoscaling-50562.json create mode 100644 .changes/next-release/api-change-backup-87400.json create mode 100644 .changes/next-release/api-change-ec2-55075.json create mode 100644 .changes/next-release/api-change-glue-11679.json create mode 100644 .changes/next-release/api-change-location-78170.json create mode 100644 .changes/next-release/api-change-workmail-65954.json diff --git a/.changes/next-release/api-change-applicationautoscaling-50562.json b/.changes/next-release/api-change-applicationautoscaling-50562.json new file mode 100644 index 0000000000..a3b92e8f0c --- /dev/null +++ b/.changes/next-release/api-change-applicationautoscaling-50562.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``application-autoscaling``", + "description": "[``botocore``] With this release, Application Auto Scaling adds support for Amazon Neptune. Customers can now automatically add or remove Read Replicas of their Neptune clusters to keep the average CPU Utilization at the target value specified by the customers." +} diff --git a/.changes/next-release/api-change-backup-87400.json b/.changes/next-release/api-change-backup-87400.json new file mode 100644 index 0000000000..878ccd7d26 --- /dev/null +++ b/.changes/next-release/api-change-backup-87400.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``backup``", + "description": "[``botocore``] AWS Backup Audit Manager framework report." +} diff --git a/.changes/next-release/api-change-ec2-55075.json b/.changes/next-release/api-change-ec2-55075.json new file mode 100644 index 0000000000..469e4f3f6e --- /dev/null +++ b/.changes/next-release/api-change-ec2-55075.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] Released Capacity Reservation Fleet, a feature of Amazon EC2 Capacity Reservations, which provides a way to manage reserved capacity across instance types. For more information: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-fleets.html" +} diff --git a/.changes/next-release/api-change-glue-11679.json b/.changes/next-release/api-change-glue-11679.json new file mode 100644 index 0000000000..cdab5a9c1b --- /dev/null +++ b/.changes/next-release/api-change-glue-11679.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``glue``", + "description": "[``botocore``] This release adds tag as an input of CreateConnection" +} diff --git a/.changes/next-release/api-change-location-78170.json b/.changes/next-release/api-change-location-78170.json new file mode 100644 index 0000000000..8bc0f8e9b5 --- /dev/null +++ b/.changes/next-release/api-change-location-78170.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``location``", + "description": "[``botocore``] Add support for PositionFiltering." +} diff --git a/.changes/next-release/api-change-workmail-65954.json b/.changes/next-release/api-change-workmail-65954.json new file mode 100644 index 0000000000..9607cefba8 --- /dev/null +++ b/.changes/next-release/api-change-workmail-65954.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``workmail``", + "description": "[``botocore``] This release allows customers to change their inbound DMARC settings in Amazon WorkMail." +} From b34c9698afc2d7aeaf6022d1bb1f04761339afb5 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 5 Oct 2021 18:07:11 +0000 Subject: [PATCH 2/2] Bumping version to 1.18.55 --- .changes/1.18.55.json | 32 +++++++++++++++++++ ...i-change-applicationautoscaling-50562.json | 5 --- .../next-release/api-change-backup-87400.json | 5 --- .../next-release/api-change-ec2-55075.json | 5 --- .../next-release/api-change-glue-11679.json | 5 --- .../api-change-location-78170.json | 5 --- .../api-change-workmail-65954.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.18.55.json delete mode 100644 .changes/next-release/api-change-applicationautoscaling-50562.json delete mode 100644 .changes/next-release/api-change-backup-87400.json delete mode 100644 .changes/next-release/api-change-ec2-55075.json delete mode 100644 .changes/next-release/api-change-glue-11679.json delete mode 100644 .changes/next-release/api-change-location-78170.json delete mode 100644 .changes/next-release/api-change-workmail-65954.json diff --git a/.changes/1.18.55.json b/.changes/1.18.55.json new file mode 100644 index 0000000000..e0b04dceef --- /dev/null +++ b/.changes/1.18.55.json @@ -0,0 +1,32 @@ +[ + { + "category": "``workmail``", + "description": "[``botocore``] This release allows customers to change their inbound DMARC settings in Amazon WorkMail.", + "type": "api-change" + }, + { + "category": "``location``", + "description": "[``botocore``] Add support for PositionFiltering.", + "type": "api-change" + }, + { + "category": "``application-autoscaling``", + "description": "[``botocore``] With this release, Application Auto Scaling adds support for Amazon Neptune. Customers can now automatically add or remove Read Replicas of their Neptune clusters to keep the average CPU Utilization at the target value specified by the customers.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Released Capacity Reservation Fleet, a feature of Amazon EC2 Capacity Reservations, which provides a way to manage reserved capacity across instance types. For more information: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-fleets.html", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "[``botocore``] This release adds tag as an input of CreateConnection", + "type": "api-change" + }, + { + "category": "``backup``", + "description": "[``botocore``] AWS Backup Audit Manager framework report.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-applicationautoscaling-50562.json b/.changes/next-release/api-change-applicationautoscaling-50562.json deleted file mode 100644 index a3b92e8f0c..0000000000 --- a/.changes/next-release/api-change-applicationautoscaling-50562.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``application-autoscaling``", - "description": "[``botocore``] With this release, Application Auto Scaling adds support for Amazon Neptune. Customers can now automatically add or remove Read Replicas of their Neptune clusters to keep the average CPU Utilization at the target value specified by the customers." -} diff --git a/.changes/next-release/api-change-backup-87400.json b/.changes/next-release/api-change-backup-87400.json deleted file mode 100644 index 878ccd7d26..0000000000 --- a/.changes/next-release/api-change-backup-87400.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``backup``", - "description": "[``botocore``] AWS Backup Audit Manager framework report." -} diff --git a/.changes/next-release/api-change-ec2-55075.json b/.changes/next-release/api-change-ec2-55075.json deleted file mode 100644 index 469e4f3f6e..0000000000 --- a/.changes/next-release/api-change-ec2-55075.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Released Capacity Reservation Fleet, a feature of Amazon EC2 Capacity Reservations, which provides a way to manage reserved capacity across instance types. For more information: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-fleets.html" -} diff --git a/.changes/next-release/api-change-glue-11679.json b/.changes/next-release/api-change-glue-11679.json deleted file mode 100644 index cdab5a9c1b..0000000000 --- a/.changes/next-release/api-change-glue-11679.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "[``botocore``] This release adds tag as an input of CreateConnection" -} diff --git a/.changes/next-release/api-change-location-78170.json b/.changes/next-release/api-change-location-78170.json deleted file mode 100644 index 8bc0f8e9b5..0000000000 --- a/.changes/next-release/api-change-location-78170.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``location``", - "description": "[``botocore``] Add support for PositionFiltering." -} diff --git a/.changes/next-release/api-change-workmail-65954.json b/.changes/next-release/api-change-workmail-65954.json deleted file mode 100644 index 9607cefba8..0000000000 --- a/.changes/next-release/api-change-workmail-65954.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workmail``", - "description": "[``botocore``] This release allows customers to change their inbound DMARC settings in Amazon WorkMail." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b971447507..d27b7c35a3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.18.55 +======= + +* api-change:``workmail``: [``botocore``] This release allows customers to change their inbound DMARC settings in Amazon WorkMail. +* api-change:``location``: [``botocore``] Add support for PositionFiltering. +* api-change:``application-autoscaling``: [``botocore``] With this release, Application Auto Scaling adds support for Amazon Neptune. Customers can now automatically add or remove Read Replicas of their Neptune clusters to keep the average CPU Utilization at the target value specified by the customers. +* api-change:``ec2``: [``botocore``] Released Capacity Reservation Fleet, a feature of Amazon EC2 Capacity Reservations, which provides a way to manage reserved capacity across instance types. For more information: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-fleets.html +* api-change:``glue``: [``botocore``] This release adds tag as an input of CreateConnection +* api-change:``backup``: [``botocore``] AWS Backup Audit Manager framework report. + + 1.18.54 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index ef4d0550d3..a6f97f23db 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.18.54' +__version__ = '1.18.55' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index afc0089841..7fc655e408 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.21.54,<1.22.0 + botocore>=1.21.55,<1.22.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.5.0,<0.6.0 diff --git a/setup.py b/setup.py index e42ad694c1..588ae03c3f 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.21.54,<1.22.0', + 'botocore>=1.21.55,<1.22.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.5.0,<0.6.0' ]