Skip to content

Commit

Permalink
Merge branch 'release-1.27.57' into develop
Browse files Browse the repository at this point in the history
* release-1.27.57:
  Bumping version to 1.27.57
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Jan 25, 2023
2 parents 96a9d1c + 466cfd3 commit 45786c0
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 9 deletions.
47 changes: 47 additions & 0 deletions .changes/1.27.57.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "ec2 customization",
"description": "Update --cidr parameter description to indicate the address range must be IPv4",
"type": "enhancement"
},
{
"category": "``cloudformation``",
"description": "Enabled FIPS aws-us-gov endpoints in SDK.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release adds new functionality that allows customers to provision IPv6 CIDR blocks through Amazon VPC IP Address Manager (IPAM) as well as allowing customers to utilize IPAM Resource Discovery APIs.",
"type": "api-change"
},
{
"category": "``m2``",
"description": "Add returnCode, batchJobIdentifier in GetBatchJobExecution response, for user to view the batch job execution result & unique identifier from engine. Also removed unused headers from REST APIs",
"type": "api-change"
},
{
"category": "``polly``",
"description": "Add 5 new neural voices - Sergio (es-ES), Andres (es-MX), Remi (fr-FR), Adriano (it-IT) and Thiago (pt-BR).",
"type": "api-change"
},
{
"category": "``redshift-serverless``",
"description": "Added query monitoring rules as possible parameters for create and update workgroup operations.",
"type": "api-change"
},
{
"category": "``s3control``",
"description": "Add additional endpoint tests for S3 Control. Fix missing endpoint parameters for PutBucketVersioning and GetBucketVersioning. Prior to this fix, those operations may have resulted in an invalid endpoint being resolved.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "SageMaker Inference Recommender now decouples from Model Registry and could accept Model Name to invoke inference recommendations job; Inference Recommender now provides CPU/Memory Utilization metrics data in recommendation output.",
"type": "api-change"
},
{
"category": "``sts``",
"description": "Doc only change to update wording in a key topic",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-ec2customization-36054.json

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
=========

1.27.57
=======

* enhancement:ec2 customization: Update --cidr parameter description to indicate the address range must be IPv4
* api-change:``cloudformation``: Enabled FIPS aws-us-gov endpoints in SDK.
* api-change:``ec2``: This release adds new functionality that allows customers to provision IPv6 CIDR blocks through Amazon VPC IP Address Manager (IPAM) as well as allowing customers to utilize IPAM Resource Discovery APIs.
* api-change:``m2``: Add returnCode, batchJobIdentifier in GetBatchJobExecution response, for user to view the batch job execution result & unique identifier from engine. Also removed unused headers from REST APIs
* api-change:``polly``: Add 5 new neural voices - Sergio (es-ES), Andres (es-MX), Remi (fr-FR), Adriano (it-IT) and Thiago (pt-BR).
* api-change:``redshift-serverless``: Added query monitoring rules as possible parameters for create and update workgroup operations.
* api-change:``s3control``: Add additional endpoint tests for S3 Control. Fix missing endpoint parameters for PutBucketVersioning and GetBucketVersioning. Prior to this fix, those operations may have resulted in an invalid endpoint being resolved.
* api-change:``sagemaker``: SageMaker Inference Recommender now decouples from Model Registry and could accept Model Name to invoke inference recommendations job; Inference Recommender now provides CPU/Memory Utilization metrics data in recommendation output.
* api-change:``sts``: Doc only change to update wording in a key topic


1.27.56
=======

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.27.56'
__version__ = '1.27.57'

#
# 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.27.'
# The full version, including alpha/beta/rc tags.
release = '1.27.56'
release = '1.27.57'

# 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.29.56
botocore==1.29.57
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.29.56',
'botocore==1.29.57',
'docutils>=0.10,<0.17',
's3transfer>=0.6.0,<0.7.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit 45786c0

Please sign in to comment.