Skip to content

Commit

Permalink
Merge branch 'release-1.27.165' into develop
Browse files Browse the repository at this point in the history
* release-1.27.165:
  Bumping version to 1.27.165
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Jun 30, 2023
2 parents c67fcba + 798af18 commit 5f87f8c
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 4 deletions.
37 changes: 37 additions & 0 deletions .changes/1.27.165.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``amp``",
"description": "AWS SDK service model generation tool version upgrade.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "Added new field \"credentialspecs\" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode",
"type": "api-change"
},
{
"category": "``ivs``",
"description": "Corrects the HTTP response code in the generated docs for PutMetadata and DeleteRecordingConfiguration APIs.",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "This release includes improved color handling of overlays and general updates to user documentation.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "This release adds support for rolling deployment in SageMaker Inference.",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "Add outbound Basic authentication support to AS2 connectors",
"type": "api-change"
},
{
"category": "``verifiedpermissions``",
"description": "This release corrects several broken links in the documentation.",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.27.165
========

* api-change:``amp``: AWS SDK service model generation tool version upgrade.
* api-change:``ecs``: Added new field "credentialspecs" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode
* api-change:``ivs``: Corrects the HTTP response code in the generated docs for PutMetadata and DeleteRecordingConfiguration APIs.
* api-change:``mediaconvert``: This release includes improved color handling of overlays and general updates to user documentation.
* api-change:``sagemaker``: This release adds support for rolling deployment in SageMaker Inference.
* api-change:``transfer``: Add outbound Basic authentication support to AS2 connectors
* api-change:``verifiedpermissions``: This release corrects several broken links in the documentation.


1.27.164
========

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.164'
__version__ = '1.27.165'

#
# 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.1'
# The full version, including alpha/beta/rc tags.
release = '1.27.164'
release = '1.27.165'

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

0 comments on commit 5f87f8c

Please sign in to comment.