Skip to content

Commit 4b468bd

Browse files
Merge branch 'release-1.18.32' into develop
* release-1.18.32: Bumping version to 1.18.32 Add changelog entries from botocore
2 parents 64ed0b1 + 51d5260 commit 4b468bd

File tree

5 files changed

+34
-3
lines changed

5 files changed

+34
-3
lines changed

Diff for: .changes/1.18.32.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"category": "``codebuild``",
4+
"description": "[``botocore``] Documentation updates for CodeBuild",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``firehose``",
9+
"description": "[``botocore``] This release adds the Dynamic Partitioning feature to Kinesis Data Firehose service for S3 destinations.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``kms``",
14+
"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\".",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``cloudformation``",
19+
"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.",
20+
"type": "api-change"
21+
}
22+
]

Diff for: CHANGELOG.rst

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

5+
1.18.32
6+
=======
7+
8+
* api-change:``codebuild``: [``botocore``] Documentation updates for CodeBuild
9+
* api-change:``firehose``: [``botocore``] This release adds the Dynamic Partitioning feature to Kinesis Data Firehose service for S3 destinations.
10+
* 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".
11+
* 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.
12+
13+
514
1.18.31
615
=======
716

Diff for: 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.31'
21+
__version__ = '1.18.32'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

Diff for: 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.31,<1.22.0
6+
botocore>=1.21.32,<1.22.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.5.0,<0.6.0
99

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.21.31,<1.22.0',
17+
'botocore>=1.21.32,<1.22.0',
1818
'jmespath>=0.7.1,<1.0.0',
1919
's3transfer>=0.5.0,<0.6.0'
2020
]

0 commit comments

Comments
 (0)