From 6f5f53f0e6fb9cd826042079ebffc0d9ba787b4a Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 6 Apr 2021 19:16:57 +0000 Subject: [PATCH] Bumping version to 1.17.46 --- .changes/1.17.46.json | 22 +++++++++++++++++++ .../next-release/api-change-cloud9-60276.json | 5 ----- .../next-release/api-change-ec2-34767.json | 5 ----- .../api-change-medialive-73900.json | 5 ----- .../next-release/api-change-ssm-44275.json | 5 ----- CHANGELOG.rst | 9 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 9 files changed, 34 insertions(+), 23 deletions(-) create mode 100644 .changes/1.17.46.json delete mode 100644 .changes/next-release/api-change-cloud9-60276.json delete mode 100644 .changes/next-release/api-change-ec2-34767.json delete mode 100644 .changes/next-release/api-change-medialive-73900.json delete mode 100644 .changes/next-release/api-change-ssm-44275.json diff --git a/.changes/1.17.46.json b/.changes/1.17.46.json new file mode 100644 index 0000000000..629dd4e923 --- /dev/null +++ b/.changes/1.17.46.json @@ -0,0 +1,22 @@ +[ + { + "category": "``ssm``", + "description": "[``botocore``] Supports removing a label or labels from a parameter, enables ScheduledEndTime and ChangeDetails for StartChangeRequestExecution API, supports critical/security/other noncompliant count for patch API.", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "[``botocore``] MediaLive VPC outputs update to include Availability Zones, Security groups, Elastic Network Interfaces, and Subnet Ids in channel response", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] This release adds support for storing EBS-backed AMIs in S3 and restoring them from S3 to enable cross-partition copying of AMIs", + "type": "api-change" + }, + { + "category": "``cloud9``", + "description": "[``botocore``] Documentation updates for Cloud9", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloud9-60276.json b/.changes/next-release/api-change-cloud9-60276.json deleted file mode 100644 index ccad7218cb..0000000000 --- a/.changes/next-release/api-change-cloud9-60276.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``cloud9``", - "type": "api-change", - "description": "[``botocore``] Documentation updates for Cloud9" -} diff --git a/.changes/next-release/api-change-ec2-34767.json b/.changes/next-release/api-change-ec2-34767.json deleted file mode 100644 index 304ed884d8..0000000000 --- a/.changes/next-release/api-change-ec2-34767.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``ec2``", - "type": "api-change", - "description": "[``botocore``] This release adds support for storing EBS-backed AMIs in S3 and restoring them from S3 to enable cross-partition copying of AMIs" -} diff --git a/.changes/next-release/api-change-medialive-73900.json b/.changes/next-release/api-change-medialive-73900.json deleted file mode 100644 index 2e342d7e5c..0000000000 --- a/.changes/next-release/api-change-medialive-73900.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``medialive``", - "type": "api-change", - "description": "[``botocore``] MediaLive VPC outputs update to include Availability Zones, Security groups, Elastic Network Interfaces, and Subnet Ids in channel response" -} diff --git a/.changes/next-release/api-change-ssm-44275.json b/.changes/next-release/api-change-ssm-44275.json deleted file mode 100644 index 52d7e27bda..0000000000 --- a/.changes/next-release/api-change-ssm-44275.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``ssm``", - "type": "api-change", - "description": "[``botocore``] Supports removing a label or labels from a parameter, enables ScheduledEndTime and ChangeDetails for StartChangeRequestExecution API, supports critical/security/other noncompliant count for patch API." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fb386b1514..ed2ed12643 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.17.46 +======= + +* api-change:``ssm``: [``botocore``] Supports removing a label or labels from a parameter, enables ScheduledEndTime and ChangeDetails for StartChangeRequestExecution API, supports critical/security/other noncompliant count for patch API. +* api-change:``medialive``: [``botocore``] MediaLive VPC outputs update to include Availability Zones, Security groups, Elastic Network Interfaces, and Subnet Ids in channel response +* api-change:``ec2``: [``botocore``] This release adds support for storing EBS-backed AMIs in S3 and restoring them from S3 to enable cross-partition copying of AMIs +* api-change:``cloud9``: [``botocore``] Documentation updates for Cloud9 + + 1.17.45 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index ec9fcb9c7d..ac1dd1613f 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.17.45' +__version__ = '1.17.46' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index c040effa37..fff7b46f97 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires_dist = - botocore>=1.20.45,<1.21.0 + botocore>=1.20.46,<1.21.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.3.0,<0.4.0 diff --git a/setup.py b/setup.py index a07c7c4b45..44e0bdf08e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.20.45,<1.21.0', + 'botocore>=1.20.46,<1.21.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.3.0,<0.4.0' ]