Skip to content

Commit

Permalink
Merge branch 'release-1.29.63' into develop
Browse files Browse the repository at this point in the history
* release-1.29.63:
  Bumping version to 1.29.63
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Oct 12, 2023
2 parents ea9437d + d4774de commit 6464290
Show file tree
Hide file tree
Showing 6 changed files with 131 additions and 4 deletions.
102 changes: 102 additions & 0 deletions .changes/1.29.63.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======

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.62'
__version__ = '1.29.63'

#
# 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.62'
release = '1.29.63'

# 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.62
botocore==1.31.63
docutils>=0.10,<0.17
s3transfer>=0.7.0,<0.8.0
PyYAML>=3.10,<6.1
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.62',
'botocore==1.31.63',
'docutils>=0.10,<0.17',
's3transfer>=0.7.0,<0.8.0',
'PyYAML>=3.10,<6.1',
Expand Down

0 comments on commit 6464290

Please sign in to comment.