Skip to content

Commit

Permalink
Bumping version to 1.29.165
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation authored and davidlm committed Jul 7, 2023
1 parent 1738918 commit 3ee63b9
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 37 deletions.
37 changes: 37 additions & 0 deletions .changes/1.29.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"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-amp-14306.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ecs-30234.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ivs-87252.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediaconvert-2061.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-68051.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-transfer-4547.json

This file was deleted.

This file was deleted.

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.29.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.29.164
========

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

__version__ = '1.29.164'
__version__ = '1.29.165'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.29.1'
# The full version, including alpha/beta/rc tags.
release = '1.29.164'
release = '1.29.165'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 3ee63b9

Please sign in to comment.