Skip to content

Commit

Permalink
Bumping version to 1.21.58
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Oct 8, 2021
1 parent c2df387 commit 2b5a601
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 32 deletions.
32 changes: 32 additions & 0 deletions .changes/1.21.58.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``lexv2-runtime``",
"description": "Update lexv2-runtime client to latest version",
"type": "api-change"
},
{
"category": "``lexv2-models``",
"description": "Update lexv2-models client to latest version",
"type": "api-change"
},
{
"category": "``secretsmanager``",
"description": "Documentation updates for Secrets Manager",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "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": "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": "This release removes a requirement for filters on SearchLocalGatewayRoutes operations.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-21089.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lexv2models-31838.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lexv2runtime-63419.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediaconvert-10044.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-secretsmanager-28876.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-securityhub-56560.json

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.21.58
=======

* api-change:``lexv2-runtime``: Update lexv2-runtime client to latest version
* api-change:``lexv2-models``: Update lexv2-models client to latest version
* api-change:``secretsmanager``: Documentation updates for Secrets Manager
* api-change:``securityhub``: 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``: 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``: This release removes a requirement for filters on SearchLocalGatewayRoutes operations.


1.21.57
=======

Expand Down Expand Up @@ -10098,3 +10109,4 @@ CHANGELOG
* feature:``EMR``: Added support for adding EBS storage to EMR instances.
* bugfix:pagination: Refactored pagination to handle non-string service tokens.
* bugfix:credentials: Fix race condition in credential provider.

2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re
import logging

__version__ = '1.21.57'
__version__ = '1.21.58'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.21.'
# The full version, including alpha/beta/rc tags.
release = '1.21.57'
release = '1.21.58'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 2b5a601

Please sign in to comment.