Skip to content

Commit 1ad7bb3

Browse files
Bumping version to 1.18.58
1 parent 471384e commit 1ad7bb3

11 files changed

+47
-33
lines changed

.changes/1.18.58.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``lexv2-runtime``",
4+
"description": "[``botocore``] Update lexv2-runtime client to latest version",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``lexv2-models``",
9+
"description": "[``botocore``] Update lexv2-models client to latest version",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``secretsmanager``",
14+
"description": "[``botocore``] Documentation updates for Secrets Manager",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``securityhub``",
19+
"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.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``mediaconvert``",
24+
"description": "[``botocore``] AWS Elemental MediaConvert has added the ability to set account policies which control access restrictions for HTTP, HTTPS, and S3 content sources.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``ec2``",
29+
"description": "[``botocore``] This release removes a requirement for filters on SearchLocalGatewayRoutes operations.",
30+
"type": "api-change"
31+
}
32+
]

.changes/next-release/api-change-ec2-21089.json

-5
This file was deleted.

.changes/next-release/api-change-lexv2models-31838.json

-5
This file was deleted.

.changes/next-release/api-change-lexv2runtime-63419.json

-5
This file was deleted.

.changes/next-release/api-change-mediaconvert-10044.json

-5
This file was deleted.

.changes/next-release/api-change-secretsmanager-28876.json

-5
This file was deleted.

.changes/next-release/api-change-securityhub-56560.json

-5
This file was deleted.

CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
CHANGELOG
33
=========
44

5+
1.18.58
6+
=======
7+
8+
* api-change:``lexv2-runtime``: [``botocore``] Update lexv2-runtime client to latest version
9+
* api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version
10+
* api-change:``secretsmanager``: [``botocore``] Documentation updates for Secrets Manager
11+
* 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.
12+
* 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.
13+
* api-change:``ec2``: [``botocore``] This release removes a requirement for filters on SearchLocalGatewayRoutes operations.
14+
15+
516
1.18.57
617
=======
718

@@ -8249,3 +8260,4 @@ CHANGELOG
82498260

82508261
* feature:Resources: Supports S3, EC2, SQS, SNS, and IAM resources
82518262
* feature:Clients: Supports low-level clients for most services
8263+

boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.18.57'
21+
__version__ = '1.18.58'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.21.57,<1.22.0
6+
botocore>=1.21.58,<1.22.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.5.0,<0.6.0
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.21.57,<1.22.0',
16+
'botocore>=1.21.58,<1.22.0',
1717
'jmespath>=0.7.1,<1.0.0',
1818
's3transfer>=0.5.0,<0.6.0'
1919
]

0 commit comments

Comments
 (0)