Skip to content

Commit

Permalink
Merge branch 'release-1.24.8'
Browse files Browse the repository at this point in the history
* release-1.24.8:
  Bumping version to 1.24.8
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed May 25, 2022
2 parents becd9a5 + e735319 commit bbf7378
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 4 deletions.
42 changes: 42 additions & 0 deletions .changes/1.24.8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``secretsmanager``",
"description": "Documentation updates for Secrets Manager",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Amazon SageMaker Autopilot adds support for manually selecting features from the input dataset using the CreateAutoMLJob API.",
"type": "api-change"
},
{
"category": "``apprunner``",
"description": "Documentation-only update added for CodeConfiguration.",
"type": "api-change"
},
{
"category": "``apigateway``",
"description": "Documentation updates for Amazon API Gateway",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "This release adds root squash support to FSx for Lustre to restrict root level access from clients by mapping root users to a less-privileged user/group with limited permissions.",
"type": "api-change"
},
{
"category": "``lookoutmetrics``",
"description": "Adding AthenaSourceConfig for MetricSet APIs to support Athena as a data source.",
"type": "api-change"
},
{
"category": "``voice-id``",
"description": "VoiceID will now automatically expire Speakers if they haven't been accessed for Enrollment, Re-enrollment or Successful Auth for three years. The Speaker APIs now return a \"LastAccessedAt\" time for Speakers, and the EvaluateSession API returns \"SPEAKER_EXPIRED\" Auth Decision for EXPIRED Speakers.",
"type": "api-change"
},
{
"category": "``cloudformation``",
"description": "Add a new parameter statusReason to DescribeStackSetOperation output for additional details",
"type": "api-change"
}
]
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.24.8
======

* api-change:``secretsmanager``: Documentation updates for Secrets Manager
* api-change:``sagemaker``: Amazon SageMaker Autopilot adds support for manually selecting features from the input dataset using the CreateAutoMLJob API.
* api-change:``apprunner``: Documentation-only update added for CodeConfiguration.
* api-change:``apigateway``: Documentation updates for Amazon API Gateway
* api-change:``fsx``: This release adds root squash support to FSx for Lustre to restrict root level access from clients by mapping root users to a less-privileged user/group with limited permissions.
* api-change:``lookoutmetrics``: Adding AthenaSourceConfig for MetricSet APIs to support Athena as a data source.
* api-change:``voice-id``: VoiceID will now automatically expire Speakers if they haven't been accessed for Enrollment, Re-enrollment or Successful Auth for three years. The Speaker APIs now return a "LastAccessedAt" time for Speakers, and the EvaluateSession API returns "SPEAKER_EXPIRED" Auth Decision for EXPIRED Speakers.
* api-change:``cloudformation``: Add a new parameter statusReason to DescribeStackSetOperation output for additional details


1.24.7
======

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.24.7'
__version__ = '1.24.8'

#
# 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.24'
# The full version, including alpha/beta/rc tags.
release = '1.24.7'
release = '1.24.8'

# 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.26.7
botocore==1.26.8
docutils>=0.10,<0.17
s3transfer>=0.5.0,<0.6.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.26.7',
'botocore==1.26.8',
'docutils>=0.10,<0.17',
's3transfer>=0.5.0,<0.6.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit bbf7378

Please sign in to comment.