Skip to content

Commit

Permalink
Merge branch 'release-1.29.3' into develop
Browse files Browse the repository at this point in the history
* release-1.29.3:
  Bumping version to 1.29.3
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Jul 13, 2023
2 parents f169403 + df872c4 commit 6f5aefc
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 4 deletions.
67 changes: 67 additions & 0 deletions .changes/1.29.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
[
{
"category": "``cognito-idp``",
"description": "API model updated in Amazon Cognito",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Add support for deleting Queues and Routing Profiles.",
"type": "api-change"
},
{
"category": "``datasync``",
"description": "Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource.",
"type": "api-change"
},
{
"category": "``dms``",
"description": "Enhanced PostgreSQL target endpoint settings for providing Babelfish support.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth.",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "Amazon FSx for NetApp ONTAP now supports SnapLock, an ONTAP feature that enables you to protect your files in a volume by transitioning them to a write once, read many (WORM) state.",
"type": "api-change"
},
{
"category": "``iam``",
"description": "Documentation updates for AWS Identity and Access Management (IAM).",
"type": "api-change"
},
{
"category": "``mediatailor``",
"description": "Adds categories to MediaTailor channel assembly alerts",
"type": "api-change"
},
{
"category": "``personalize``",
"description": "This release provides ability to customers to change schema associated with their datasets in Amazon Personalize",
"type": "api-change"
},
{
"category": "``proton``",
"description": "This release adds support for deployment history for Proton provisioned resources",
"type": "api-change"
},
{
"category": "``s3``",
"description": "S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Amazon SageMaker Canvas adds WorkspeceSettings support for CanvasAppSettings",
"type": "api-change"
},
{
"category": "``secretsmanager``",
"description": "Documentation updates for Secrets Manager",
"type": "api-change"
}
]
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
CHANGELOG
=========

1.29.3
======

* api-change:``cognito-idp``: API model updated in Amazon Cognito
* api-change:``connect``: Add support for deleting Queues and Routing Profiles.
* api-change:``datasync``: Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource.
* api-change:``dms``: Enhanced PostgreSQL target endpoint settings for providing Babelfish support.
* api-change:``ec2``: This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth.
* api-change:``fsx``: Amazon FSx for NetApp ONTAP now supports SnapLock, an ONTAP feature that enables you to protect your files in a volume by transitioning them to a write once, read many (WORM) state.
* api-change:``iam``: Documentation updates for AWS Identity and Access Management (IAM).
* api-change:``mediatailor``: Adds categories to MediaTailor channel assembly alerts
* api-change:``personalize``: This release provides ability to customers to change schema associated with their datasets in Amazon Personalize
* api-change:``proton``: This release adds support for deployment history for Proton provisioned resources
* api-change:``s3``: S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports.
* api-change:``sagemaker``: Amazon SageMaker Canvas adds WorkspeceSettings support for CanvasAppSettings
* api-change:``secretsmanager``: Documentation updates for Secrets Manager


1.29.2
======

Expand Down
2 changes: 1 addition & 1 deletion awscli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""
import os

__version__ = '1.29.2'
__version__ = '1.29.3'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.29'
# The full version, including alpha/beta/rc tags.
release = '1.29.2'
release = '1.29.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.31.2
botocore==1.31.3
docutils>=0.10,<0.17
s3transfer>=0.6.0,<0.7.0
PyYAML>=3.10,<5.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.31.2',
'botocore==1.31.3',
'docutils>=0.10,<0.17',
's3transfer>=0.6.0,<0.7.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit 6f5aefc

Please sign in to comment.