Skip to content

Commit

Permalink
Merge branch 'release-1.27.153' into develop
Browse files Browse the repository at this point in the history
* release-1.27.153:
  Bumping version to 1.27.153
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Jun 13, 2023
2 parents 5dd1383 + ab8633d commit 2c59d83
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 4 deletions.
62 changes: 62 additions & 0 deletions .changes/1.27.153.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"category": "``cloudtrail``",
"description": "This feature allows users to view dashboards for CloudTrail Lake event data stores.",
"type": "api-change"
},
{
"category": "``codeguru-security``",
"description": "Initial release of Amazon CodeGuru Security APIs",
"type": "api-change"
},
{
"category": "``drs``",
"description": "Added APIs to support network replication and recovery using AWS Elastic Disaster Recovery.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release introduces a new feature, EC2 Instance Connect Endpoint, that enables you to connect to a resource over TCP, without requiring the resource to have a public IPv4 address.",
"type": "api-change"
},
{
"category": "``imagebuilder``",
"description": "Change the Image Builder ImagePipeline dateNextRun field to more accurately describe the data.",
"type": "api-change"
},
{
"category": "``lightsail``",
"description": "This release adds pagination for the Get Certificates API operation.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "Integrate double encryption feature to SDKs.",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "Add support for Security Hub Automation Rules",
"type": "api-change"
},
{
"category": "``simspaceweaver``",
"description": "This release fixes using aws-us-gov ARNs in API calls and adds documentation for snapshot APIs.",
"type": "api-change"
},
{
"category": "``verifiedpermissions``",
"description": "GA release of Amazon Verified Permissions.",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "You can now detect and block fraudulent account creation attempts with the new AWS WAF Fraud Control account creation fraud prevention (ACFP) managed rule group AWSManagedRulesACFPRuleSet.",
"type": "api-change"
},
{
"category": "``wellarchitected``",
"description": "AWS Well-Architected now supports Profiles that help customers prioritize which questions to focus on first by providing a list of prioritized questions that are better aligned with their business goals and outcomes.",
"type": "api-change"
}
]
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
CHANGELOG
=========

1.27.153
========

* api-change:``cloudtrail``: This feature allows users to view dashboards for CloudTrail Lake event data stores.
* api-change:``codeguru-security``: Initial release of Amazon CodeGuru Security APIs
* api-change:``drs``: Added APIs to support network replication and recovery using AWS Elastic Disaster Recovery.
* api-change:``ec2``: This release introduces a new feature, EC2 Instance Connect Endpoint, that enables you to connect to a resource over TCP, without requiring the resource to have a public IPv4 address.
* api-change:``imagebuilder``: Change the Image Builder ImagePipeline dateNextRun field to more accurately describe the data.
* api-change:``lightsail``: This release adds pagination for the Get Certificates API operation.
* api-change:``s3``: Integrate double encryption feature to SDKs.
* api-change:``securityhub``: Add support for Security Hub Automation Rules
* api-change:``simspaceweaver``: This release fixes using aws-us-gov ARNs in API calls and adds documentation for snapshot APIs.
* api-change:``verifiedpermissions``: GA release of Amazon Verified Permissions.
* api-change:``wafv2``: You can now detect and block fraudulent account creation attempts with the new AWS WAF Fraud Control account creation fraud prevention (ACFP) managed rule group AWSManagedRulesACFPRuleSet.
* api-change:``wellarchitected``: AWS Well-Architected now supports Profiles that help customers prioritize which questions to focus on first by providing a list of prioritized questions that are better aligned with their business goals and outcomes.


1.27.152
========

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.152'
__version__ = '1.27.153'

#
# 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.152'
release = '1.27.153'

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

0 comments on commit 2c59d83

Please sign in to comment.