Skip to content

Commit

Permalink
Bumping version to 1.29.149
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jun 7, 2023
1 parent 3d10625 commit 87f6d25
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 32 deletions.
32 changes: 32 additions & 0 deletions .changes/1.29.149.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``cloudformation``",
"description": "AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT",
"type": "api-change"
},
{
"category": "``customer-profiles``",
"description": "This release introduces event stream related APIs.",
"type": "api-change"
},
{
"category": "``directconnect``",
"description": "This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces.",
"type": "api-change"
},
{
"category": "``emr-containers``",
"description": "EMR on EKS adds support for log rotation of Spark container logs with EMR-6.11.0 onwards, to the StartJobRun API.",
"type": "api-change"
},
{
"category": "``iotdeviceadvisor``",
"description": "AWS IoT Core Device Advisor now supports new Qualification Suite test case list. With this update, customers can more easily create new qualification test suite with an empty rootGroup input.",
"type": "api-change"
},
{
"category": "``logs``",
"description": "This change adds support for account level data protection policies using 3 new APIs, PutAccountPolicy, DeleteAccountPolicy and DescribeAccountPolicy. DescribeLogGroup API has been modified to indicate if account level policy is applied to the LogGroup via \"inheritedProperties\" list in the response.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudformation-12699.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-customerprofiles-67058.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-directconnect-359.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-emrcontainers-51230.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotdeviceadvisor-11475.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-logs-91362.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.29.149
========

* api-change:``cloudformation``: AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT
* api-change:``customer-profiles``: This release introduces event stream related APIs.
* api-change:``directconnect``: This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces.
* api-change:``emr-containers``: EMR on EKS adds support for log rotation of Spark container logs with EMR-6.11.0 onwards, to the StartJobRun API.
* api-change:``iotdeviceadvisor``: AWS IoT Core Device Advisor now supports new Qualification Suite test case list. With this update, customers can more easily create new qualification test suite with an empty rootGroup input.
* api-change:``logs``: This change adds support for account level data protection policies using 3 new APIs, PutAccountPolicy, DeleteAccountPolicy and DescribeAccountPolicy. DescribeLogGroup API has been modified to indicate if account level policy is applied to the LogGroup via "inheritedProperties" list in the response.


1.29.148
========

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.148'
__version__ = '1.29.149'


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.148'
release = '1.29.149'

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

0 comments on commit 87f6d25

Please sign in to comment.