diff --git a/.changes/1.29.63.json b/.changes/1.29.63.json new file mode 100644 index 000000000000..cfbcb0e411a1 --- /dev/null +++ b/.changes/1.29.63.json @@ -0,0 +1,102 @@ +[ + { + "category": "``auditmanager``", + "description": "This release introduces a new limit to the awsAccounts parameter. When you create or update an assessment, there is now a limit of 200 AWS accounts that can be specified in the assessment scope.", + "type": "api-change" + }, + { + "category": "``autoscaling``", + "description": "Update the NotificationMetadata field to only allow visible ascii characters. Add paginators to DescribeInstanceRefreshes, DescribeLoadBalancers, and DescribeLoadBalancerTargetGroups", + "type": "api-change" + }, + { + "category": "``config``", + "description": "Add enums for resource types supported by Config", + "type": "api-change" + }, + { + "category": "``controltower``", + "description": "Added new EnabledControl resource details to ListEnabledControls API and added new GetEnabledControl API.", + "type": "api-change" + }, + { + "category": "``customer-profiles``", + "description": "Adds sensitive trait to various shapes in Customer Profiles Calculated Attribute API model.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "This release adds Ubuntu Pro as a supported platform for On-Demand Capacity Reservations and adds support for setting an Amazon Machine Image (AMI) to disabled state. Disabling the AMI makes it private if it was previously shared, and prevents new EC2 instance launches from it.", + "type": "api-change" + }, + { + "category": "``elbv2``", + "description": "Update elbv2 command to latest version", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "Extending version control support to GitLab and Bitbucket from AWSGlue", + "type": "api-change" + }, + { + "category": "``inspector2``", + "description": "Add MacOs ec2 platform support", + "type": "api-change" + }, + { + "category": "``ivs-realtime``", + "description": "Update GetParticipant to return additional metadata.", + "type": "api-change" + }, + { + "category": "``lambda``", + "description": "Adds support for Lambda functions to access Dual-Stack subnets over IPv6, via an opt-in flag in CreateFunction and UpdateFunctionConfiguration APIs", + "type": "api-change" + }, + { + "category": "``location``", + "description": "This release adds endpoint updates for all AWS Location resource operations.", + "type": "api-change" + }, + { + "category": "``machinelearning``", + "description": "This release marks Password field as sensitive", + "type": "api-change" + }, + { + "category": "``pricing``", + "description": "Documentation updates for Price List", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "This release adds support for adding a dedicated log volume to open-source RDS instances.", + "type": "api-change" + }, + { + "category": "``rekognition``", + "description": "Amazon Rekognition introduces support for Custom Moderation. This allows the enhancement of accuracy for detect moderation labels operations by creating custom adapters tuned on customer data.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "Amazon SageMaker Canvas adds KendraSettings and DirectDeploySettings support for CanvasAppSettings", + "type": "api-change" + }, + { + "category": "``textract``", + "description": "This release adds 9 new APIs for adapter and adapter version management, 3 new APIs for tagging, and updates AnalyzeDocument and StartDocumentAnalysis API parameters for using adapters.", + "type": "api-change" + }, + { + "category": "``transcribe``", + "description": "This release is to enable m4a format to customers", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "Updated the CreateWorkspaces action documentation to clarify that the PCoIP protocol is only available for Windows bundles.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3e7028f89969..c7fb9436ee6d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,31 @@ CHANGELOG ========= +1.29.63 +======= + +* api-change:``auditmanager``: This release introduces a new limit to the awsAccounts parameter. When you create or update an assessment, there is now a limit of 200 AWS accounts that can be specified in the assessment scope. +* api-change:``autoscaling``: Update the NotificationMetadata field to only allow visible ascii characters. Add paginators to DescribeInstanceRefreshes, DescribeLoadBalancers, and DescribeLoadBalancerTargetGroups +* api-change:``config``: Add enums for resource types supported by Config +* api-change:``controltower``: Added new EnabledControl resource details to ListEnabledControls API and added new GetEnabledControl API. +* api-change:``customer-profiles``: Adds sensitive trait to various shapes in Customer Profiles Calculated Attribute API model. +* api-change:``ec2``: This release adds Ubuntu Pro as a supported platform for On-Demand Capacity Reservations and adds support for setting an Amazon Machine Image (AMI) to disabled state. Disabling the AMI makes it private if it was previously shared, and prevents new EC2 instance launches from it. +* api-change:``elbv2``: Update elbv2 command to latest version +* api-change:``glue``: Extending version control support to GitLab and Bitbucket from AWSGlue +* api-change:``inspector2``: Add MacOs ec2 platform support +* api-change:``ivs-realtime``: Update GetParticipant to return additional metadata. +* api-change:``lambda``: Adds support for Lambda functions to access Dual-Stack subnets over IPv6, via an opt-in flag in CreateFunction and UpdateFunctionConfiguration APIs +* api-change:``location``: This release adds endpoint updates for all AWS Location resource operations. +* api-change:``machinelearning``: This release marks Password field as sensitive +* api-change:``pricing``: Documentation updates for Price List +* api-change:``rds``: This release adds support for adding a dedicated log volume to open-source RDS instances. +* api-change:``rekognition``: Amazon Rekognition introduces support for Custom Moderation. This allows the enhancement of accuracy for detect moderation labels operations by creating custom adapters tuned on customer data. +* api-change:``sagemaker``: Amazon SageMaker Canvas adds KendraSettings and DirectDeploySettings support for CanvasAppSettings +* api-change:``textract``: This release adds 9 new APIs for adapter and adapter version management, 3 new APIs for tagging, and updates AnalyzeDocument and StartDocumentAnalysis API parameters for using adapters. +* api-change:``transcribe``: This release is to enable m4a format to customers +* api-change:``workspaces``: Updated the CreateWorkspaces action documentation to clarify that the PCoIP protocol is only available for Windows bundles. + + 1.29.62 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 1244da71ad22..44a5721d89ca 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.29.62' +__version__ = '1.29.63' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index 542f149b6fee..453d5c72015e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.29.' # The full version, including alpha/beta/rc tags. -release = '1.29.62' +release = '1.29.63' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 56e7c73d52ff..f67e5a8a1b07 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.31.62 + botocore==1.31.63 docutils>=0.10,<0.17 s3transfer>=0.7.0,<0.8.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index e764c150a93d..664c61d131dd 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.31.62', + 'botocore==1.31.63', 'docutils>=0.10,<0.17', 's3transfer>=0.7.0,<0.8.0', 'PyYAML>=3.10,<6.1',