Skip to content

Commit

Permalink
Merge branch 'release-1.32.43' into develop
Browse files Browse the repository at this point in the history
* release-1.32.43:
  Bumping version to 1.32.43
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Feb 15, 2024
2 parents fe59ef3 + f4ab002 commit 6c11ca2
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 4 deletions.
52 changes: 52 additions & 0 deletions .changes/1.32.43.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``artifact``",
"description": "This is the initial SDK release for AWS Artifact. AWS Artifact provides on-demand access to compliance and third-party compliance reports. This release includes access to List and Get reports, along with their metadata. This release also includes access to AWS Artifact notifications settings.",
"type": "api-change"
},
{
"category": "``codepipeline``",
"description": "Add ability to override timeout on action level.",
"type": "api-change"
},
{
"category": "``detective``",
"description": "Doc only updates for content enhancement",
"type": "api-change"
},
{
"category": "``guardduty``",
"description": "Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.",
"type": "api-change"
},
{
"category": "``healthlake``",
"description": "This release adds a new response parameter, JobProgressReport, to the DescribeFHIRImportJob and ListFHIRImportJobs API operation. JobProgressReport provides details on the progress of the import job on the server.",
"type": "api-change"
},
{
"category": "``opensearch``",
"description": "Adds additional supported instance types.",
"type": "api-change"
},
{
"category": "``polly``",
"description": "Amazon Polly adds 1 new voice - Burcu (tr-TR)",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.",
"type": "api-change"
},
{
"category": "``secretsmanager``",
"description": "Doc only update for Secrets Manager",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "Update endpoint-rules command to latest version",
"type": "api-change"
}
]
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

1.32.43
=======

* api-change:``artifact``: This is the initial SDK release for AWS Artifact. AWS Artifact provides on-demand access to compliance and third-party compliance reports. This release includes access to List and Get reports, along with their metadata. This release also includes access to AWS Artifact notifications settings.
* api-change:``codepipeline``: Add ability to override timeout on action level.
* api-change:``detective``: Doc only updates for content enhancement
* api-change:``guardduty``: Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.
* api-change:``healthlake``: This release adds a new response parameter, JobProgressReport, to the DescribeFHIRImportJob and ListFHIRImportJobs API operation. JobProgressReport provides details on the progress of the import job on the server.
* api-change:``opensearch``: Adds additional supported instance types.
* api-change:``polly``: Amazon Polly adds 1 new voice - Burcu (tr-TR)
* api-change:``sagemaker``: This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.
* api-change:``secretsmanager``: Doc only update for Secrets Manager
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version


1.32.42
=======

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.32.42'
__version__ = '1.32.43'

#
# 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.32.'
# The full version, including alpha/beta/rc tags.
release = '1.32.42'
release = '1.32.43'

# 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.34.42
botocore==1.34.43
docutils>=0.10,<0.17
s3transfer>=0.10.0,<0.11.0
PyYAML>=3.10,<6.1
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.34.42',
'botocore==1.34.43',
'docutils>=0.10,<0.17',
's3transfer>=0.10.0,<0.11.0',
'PyYAML>=3.10,<6.1',
Expand Down

0 comments on commit 6c11ca2

Please sign in to comment.