Skip to content

Commit

Permalink
Bumping version to 1.18.23
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Aug 17, 2021
1 parent aba1d00 commit 3217a68
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 28 deletions.
27 changes: 27 additions & 0 deletions .changes/1.18.23.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``cloud9``",
"description": "[``botocore``] Added DryRun parameter to CreateEnvironmentEC2 API. Added ManagedCredentialsActions parameter to UpdateEnvironment API",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] This release adds support for EC2 ED25519 key pairs for authentication",
"type": "api-change"
},
{
"category": "``clouddirectory``",
"description": "[``botocore``] Documentation updates for clouddirectory",
"type": "api-change"
},
{
"category": "``ce``",
"description": "[``botocore``] This release is a new feature for Cost Categories: Split charge rules. Split charge rules enable you to allocate shared costs between your cost category values.",
"type": "api-change"
},
{
"category": "``logs``",
"description": "[``botocore``] Documentation-only update for CloudWatch Logs",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ce-56461.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloud9-68999.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-clouddirectory-75698.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-63871.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-logs-6308.json

This file was deleted.

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

1.18.23
=======

* api-change:``cloud9``: [``botocore``] Added DryRun parameter to CreateEnvironmentEC2 API. Added ManagedCredentialsActions parameter to UpdateEnvironment API
* api-change:``ec2``: [``botocore``] This release adds support for EC2 ED25519 key pairs for authentication
* api-change:``clouddirectory``: [``botocore``] Documentation updates for clouddirectory
* api-change:``ce``: [``botocore``] This release is a new feature for Cost Categories: Split charge rules. Split charge rules enable you to allocate shared costs between your cost category values.
* api-change:``logs``: [``botocore``] Documentation-only update for CloudWatch Logs


1.18.22
=======

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.18.22'
__version__ = '1.18.23'


# 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,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.21.22,<1.22.0
botocore>=1.21.23,<1.22.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.5.0,<0.6.0

Expand Down
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.21.22,<1.22.0',
'botocore>=1.21.23,<1.22.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.5.0,<0.6.0'
]
Expand Down

0 comments on commit 3217a68

Please sign in to comment.