Skip to content

Commit

Permalink
Bumping version to 1.18.32
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Aug 30, 2021
1 parent 7102ea3 commit 51d5260
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 23 deletions.
22 changes: 22 additions & 0 deletions .changes/1.18.32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``codebuild``",
"description": "[``botocore``] Documentation updates for CodeBuild",
"type": "api-change"
},
{
"category": "``firehose``",
"description": "[``botocore``] This release adds the Dynamic Partitioning feature to Kinesis Data Firehose service for S3 destinations.",
"type": "api-change"
},
{
"category": "``kms``",
"description": "[``botocore``] This release has changes to KMS nomenclature to remove the word master from both the \"Customer master key\" and \"CMK\" abbreviation and replace those naming conventions with \"KMS key\".",
"type": "api-change"
},
{
"category": "``cloudformation``",
"description": "[``botocore``] AWS CloudFormation allows you to iteratively develop your applications when failures are encountered without rolling back successfully provisioned resources. By specifying stack failure options, you can troubleshoot resources in a CREATE_FAILED or UPDATE_FAILED status.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudformation-51171.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codebuild-88958.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-firehose-75925.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-kms-84024.json

This file was deleted.

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

1.18.32
=======

* api-change:``codebuild``: [``botocore``] Documentation updates for CodeBuild
* api-change:``firehose``: [``botocore``] This release adds the Dynamic Partitioning feature to Kinesis Data Firehose service for S3 destinations.
* api-change:``kms``: [``botocore``] This release has changes to KMS nomenclature to remove the word master from both the "Customer master key" and "CMK" abbreviation and replace those naming conventions with "KMS key".
* api-change:``cloudformation``: [``botocore``] AWS CloudFormation allows you to iteratively develop your applications when failures are encountered without rolling back successfully provisioned resources. By specifying stack failure options, you can troubleshoot resources in a CREATE_FAILED or UPDATE_FAILED status.


1.18.31
=======

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.31'
__version__ = '1.18.32'


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

0 comments on commit 51d5260

Please sign in to comment.