Skip to content

Commit f2732b1

Browse files
Bumping version to 1.29.62
1 parent 4ed724c commit f2732b1

11 files changed

Lines changed: 41 additions & 29 deletions

.changes/1.29.62.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"category": "``ec2``",
4+
"description": "Documentation updates for Elastic Compute Cloud (EC2).",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``fsx``",
9+
"description": "After performing steps to repair the Active Directory configuration of a file system, use this action to initiate the process of attempting to recover to the file system.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``marketplace-catalog``",
14+
"description": "This release adds support for Document type as an alternative for stringified JSON for StartChangeSet, DescribeChangeSet and DescribeEntity APIs",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``quicksight``",
19+
"description": "NullOption in FilterListConfiguration; Dataset schema/table max length increased; Support total placement for pivot table visual; Lenient mode relaxes the validation to create resources with definition; Data sources can be added to folders; Redshift data sources support IAM Role-based authentication",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``transfer``",
24+
"description": "This release updates the max character limit of PreAuthenticationLoginBanner and PostAuthenticationLoginBanner to 4096 characters",
25+
"type": "api-change"
26+
}
27+
]

.changes/next-release/api-change-ec2-55534.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-fsx-56021.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-marketplacecatalog-76302.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-quicksight-61350.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-transfer-27155.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
CHANGELOG
33
=========
44

5+
1.29.62
6+
=======
7+
8+
* api-change:``ec2``: Documentation updates for Elastic Compute Cloud (EC2).
9+
* api-change:``fsx``: After performing steps to repair the Active Directory configuration of a file system, use this action to initiate the process of attempting to recover to the file system.
10+
* api-change:``marketplace-catalog``: This release adds support for Document type as an alternative for stringified JSON for StartChangeSet, DescribeChangeSet and DescribeEntity APIs
11+
* api-change:``quicksight``: NullOption in FilterListConfiguration; Dataset schema/table max length increased; Support total placement for pivot table visual; Lenient mode relaxes the validation to create resources with definition; Data sources can be added to folders; Redshift data sources support IAM Role-based authentication
12+
* api-change:``transfer``: This release updates the max character limit of PreAuthenticationLoginBanner and PostAuthenticationLoginBanner to 4096 characters
13+
14+
515
1.29.61
616
=======
717

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""
1818
import os
1919

20-
__version__ = '1.29.61'
20+
__version__ = '1.29.62'
2121

2222
#
2323
# Get our data path to be added to botocore's search path

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.29.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.29.61'
55+
release = '1.29.62'
5656

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore==1.31.61
6+
botocore==1.31.62
77
docutils>=0.10,<0.17
88
s3transfer>=0.7.0,<0.8.0
99
PyYAML>=3.10,<6.1

0 commit comments

Comments
 (0)