Skip to content

Commit

Permalink
Merge branch 'release-1.17.81' into develop
Browse files Browse the repository at this point in the history
* release-1.17.81:
  Bumping version to 1.17.81
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed May 26, 2021
2 parents c1f33b3 + 56843ab commit 0c25101
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
37 changes: 37 additions & 0 deletions .changes/1.17.81.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``qldb``",
"description": "[``botocore``] Support STANDARD permissions mode in CreateLedger and DescribeLedger. Add UpdateLedgerPermissionsMode to update permissions mode on existing ledgers.",
"type": "api-change"
},
{
"category": "``cloudfront``",
"description": "[``botocore``] Documentation fix for CloudFront",
"type": "api-change"
},
{
"category": "``outposts``",
"description": "[``botocore``] Add ConflictException to DeleteOutpost, CreateOutpost",
"type": "api-change"
},
{
"category": "``mwaa``",
"description": "[``botocore``] Adds scheduler count selection for Environments using Airflow version 2.0.2 or later.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] This release adds resource ids and tagging support for VPC security group rules.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "[``botocore``] The release adds support for registering External instances to your Amazon ECS clusters.",
"type": "api-change"
},
{
"category": "``acm-pca``",
"description": "[``botocore``] This release enables customers to store CRLs in S3 buckets with Block Public Access enabled. The release adds the S3ObjectAcl parameter to the CreateCertificateAuthority and UpdateCertificateAuthority APIs to allow customers to choose whether their CRL will be publicly available.",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.17.81
=======

* api-change:``qldb``: [``botocore``] Support STANDARD permissions mode in CreateLedger and DescribeLedger. Add UpdateLedgerPermissionsMode to update permissions mode on existing ledgers.
* api-change:``cloudfront``: [``botocore``] Documentation fix for CloudFront
* api-change:``outposts``: [``botocore``] Add ConflictException to DeleteOutpost, CreateOutpost
* api-change:``mwaa``: [``botocore``] Adds scheduler count selection for Environments using Airflow version 2.0.2 or later.
* api-change:``ec2``: [``botocore``] This release adds resource ids and tagging support for VPC security group rules.
* api-change:``ecs``: [``botocore``] The release adds support for registering External instances to your Amazon ECS clusters.
* api-change:``acm-pca``: [``botocore``] This release enables customers to store CRLs in S3 buckets with Block Public Access enabled. The release adds the S3ObjectAcl parameter to the CreateCertificateAuthority and UpdateCertificateAuthority APIs to allow customers to choose whether their CRL will be publicly available.


1.17.80
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


__author__ = 'Amazon Web Services'
__version__ = '1.17.80'
__version__ = '1.17.81'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ universal = 1

[metadata]
requires_dist =
botocore>=1.20.80,<1.21.0
botocore>=1.20.81,<1.21.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.4.0,<0.5.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.20.80,<1.21.0',
'botocore>=1.20.81,<1.21.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.4.0,<0.5.0'
]
Expand Down

0 comments on commit 0c25101

Please sign in to comment.