From 1ad7bb310e03e971d0dc9e4eb15591f650e65ee1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 8 Oct 2021 18:20:31 +0000 Subject: [PATCH] Bumping version to 1.18.58 --- .changes/1.18.58.json | 32 +++++++++++++++++++ .../next-release/api-change-ec2-21089.json | 5 --- .../api-change-lexv2models-31838.json | 5 --- .../api-change-lexv2runtime-63419.json | 5 --- .../api-change-mediaconvert-10044.json | 5 --- .../api-change-secretsmanager-28876.json | 5 --- .../api-change-securityhub-56560.json | 5 --- CHANGELOG.rst | 12 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 47 insertions(+), 33 deletions(-) create mode 100644 .changes/1.18.58.json delete mode 100644 .changes/next-release/api-change-ec2-21089.json delete mode 100644 .changes/next-release/api-change-lexv2models-31838.json delete mode 100644 .changes/next-release/api-change-lexv2runtime-63419.json delete mode 100644 .changes/next-release/api-change-mediaconvert-10044.json delete mode 100644 .changes/next-release/api-change-secretsmanager-28876.json delete mode 100644 .changes/next-release/api-change-securityhub-56560.json diff --git a/.changes/1.18.58.json b/.changes/1.18.58.json new file mode 100644 index 0000000000..6ffdfda39e --- /dev/null +++ b/.changes/1.18.58.json @@ -0,0 +1,32 @@ +[ + { + "category": "``lexv2-runtime``", + "description": "[``botocore``] Update lexv2-runtime client to latest version", + "type": "api-change" + }, + { + "category": "``lexv2-models``", + "description": "[``botocore``] Update lexv2-models client to latest version", + "type": "api-change" + }, + { + "category": "``secretsmanager``", + "description": "[``botocore``] Documentation updates for Secrets Manager", + "type": "api-change" + }, + { + "category": "``securityhub``", + "description": "[``botocore``] Added new resource details objects to ASFF, including resources for WAF rate-based rules, EC2 VPC endpoints, ECR repositories, EKS clusters, X-Ray encryption, and OpenSearch domains. Added additional details for CloudFront distributions, CodeBuild projects, ELB V2 load balancers, and S3 buckets.", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "[``botocore``] AWS Elemental MediaConvert has added the ability to set account policies which control access restrictions for HTTP, HTTPS, and S3 content sources.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] This release removes a requirement for filters on SearchLocalGatewayRoutes operations.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ec2-21089.json b/.changes/next-release/api-change-ec2-21089.json deleted file mode 100644 index 0f0a30e41d..0000000000 --- a/.changes/next-release/api-change-ec2-21089.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] This release removes a requirement for filters on SearchLocalGatewayRoutes operations." -} diff --git a/.changes/next-release/api-change-lexv2models-31838.json b/.changes/next-release/api-change-lexv2models-31838.json deleted file mode 100644 index 7d14fc27a2..0000000000 --- a/.changes/next-release/api-change-lexv2models-31838.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lexv2-models``", - "description": "[``botocore``] Update lexv2-models client to latest version" -} diff --git a/.changes/next-release/api-change-lexv2runtime-63419.json b/.changes/next-release/api-change-lexv2runtime-63419.json deleted file mode 100644 index 08503823e3..0000000000 --- a/.changes/next-release/api-change-lexv2runtime-63419.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lexv2-runtime``", - "description": "[``botocore``] Update lexv2-runtime client to latest version" -} diff --git a/.changes/next-release/api-change-mediaconvert-10044.json b/.changes/next-release/api-change-mediaconvert-10044.json deleted file mode 100644 index 1d470bb7fa..0000000000 --- a/.changes/next-release/api-change-mediaconvert-10044.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconvert``", - "description": "[``botocore``] AWS Elemental MediaConvert has added the ability to set account policies which control access restrictions for HTTP, HTTPS, and S3 content sources." -} diff --git a/.changes/next-release/api-change-secretsmanager-28876.json b/.changes/next-release/api-change-secretsmanager-28876.json deleted file mode 100644 index faec915958..0000000000 --- a/.changes/next-release/api-change-secretsmanager-28876.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``secretsmanager``", - "description": "[``botocore``] Documentation updates for Secrets Manager" -} diff --git a/.changes/next-release/api-change-securityhub-56560.json b/.changes/next-release/api-change-securityhub-56560.json deleted file mode 100644 index 652edc9bfb..0000000000 --- a/.changes/next-release/api-change-securityhub-56560.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``securityhub``", - "description": "[``botocore``] Added new resource details objects to ASFF, including resources for WAF rate-based rules, EC2 VPC endpoints, ECR repositories, EKS clusters, X-Ray encryption, and OpenSearch domains. Added additional details for CloudFront distributions, CodeBuild projects, ELB V2 load balancers, and S3 buckets." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5de2efd7f0..6c2e852579 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.18.58 +======= + +* api-change:``lexv2-runtime``: [``botocore``] Update lexv2-runtime client to latest version +* api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version +* api-change:``secretsmanager``: [``botocore``] Documentation updates for Secrets Manager +* api-change:``securityhub``: [``botocore``] Added new resource details objects to ASFF, including resources for WAF rate-based rules, EC2 VPC endpoints, ECR repositories, EKS clusters, X-Ray encryption, and OpenSearch domains. Added additional details for CloudFront distributions, CodeBuild projects, ELB V2 load balancers, and S3 buckets. +* api-change:``mediaconvert``: [``botocore``] AWS Elemental MediaConvert has added the ability to set account policies which control access restrictions for HTTP, HTTPS, and S3 content sources. +* api-change:``ec2``: [``botocore``] This release removes a requirement for filters on SearchLocalGatewayRoutes operations. + + 1.18.57 ======= @@ -8249,3 +8260,4 @@ CHANGELOG * feature:Resources: Supports S3, EC2, SQS, SNS, and IAM resources * feature:Clients: Supports low-level clients for most services + diff --git a/boto3/__init__.py b/boto3/__init__.py index 422cfab7d9..851e01722a 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.18.57' +__version__ = '1.18.58' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 797e30b356..6068b77591 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.21.57,<1.22.0 + botocore>=1.21.58,<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 4a82492f41..3f4a81ea73 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.21.57,<1.22.0', + 'botocore>=1.21.58,<1.22.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.5.0,<0.6.0' ]