Skip to content

Commit

Permalink
Bumping version to 1.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jun 2, 2022
1 parent 3c98094 commit 71fa2b7
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 34 deletions.
32 changes: 32 additions & 0 deletions .changes/1.25.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``connect``",
"description": "This release adds the following features: 1) New APIs to manage (create, list, update) task template resources, 2) Updates to startTaskContact API to support task templates, and 3) new TransferContact API to programmatically transfer in-progress tasks via a contact flow.",
"type": "api-change"
},
{
"category": "``proton``",
"description": "Add new \"Components\" API to enable users to Create, Delete and Update AWS Proton components.",
"type": "api-change"
},
{
"category": "``codeartifact``",
"description": "Documentation updates for CodeArtifact",
"type": "api-change"
},
{
"category": "``application-insights``",
"description": "Provide Account Level onboarding support through CFN/CLI",
"type": "api-change"
},
{
"category": "``kendra``",
"description": "Amazon Kendra now provides a data source connector for GitHub. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-github.html",
"type": "api-change"
},
{
"category": "``voice-id``",
"description": "Added a new attribute ServerSideEncryptionUpdateDetails to Domain and DomainSummary.",
"type": "api-change"
}
]

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codeartifact-47388.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-92243.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-kendra-29843.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-proton-45221.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-voiceid-30220.json

This file was deleted.

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

1.25.2
======

* api-change:``connect``: This release adds the following features: 1) New APIs to manage (create, list, update) task template resources, 2) Updates to startTaskContact API to support task templates, and 3) new TransferContact API to programmatically transfer in-progress tasks via a contact flow.
* api-change:``proton``: Add new "Components" API to enable users to Create, Delete and Update AWS Proton components.
* api-change:``codeartifact``: Documentation updates for CodeArtifact
* api-change:``application-insights``: Provide Account Level onboarding support through CFN/CLI
* api-change:``kendra``: Amazon Kendra now provides a data source connector for GitHub. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-github.html
* api-change:``voice-id``: Added a new attribute ServerSideEncryptionUpdateDetails to Domain and DomainSummary.


1.25.1
======

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.25.1'
__version__ = '1.25.2'

#
# 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.25'
# The full version, including alpha/beta/rc tags.
release = '1.25.1'
release = '1.25.2'

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

0 comments on commit 71fa2b7

Please sign in to comment.