Skip to content

Commit

Permalink
Bumping version to 1.29.147
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jun 5, 2023
1 parent a2ea004 commit f2a9f94
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 42 deletions.
42 changes: 42 additions & 0 deletions .changes/1.29.147.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``cloudformation``",
"description": "AWS CloudFormation StackSets provides customers with three new APIs to activate, deactivate, and describe AWS Organizations trusted access which is needed to get started with service-managed StackSets.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Making InstanceTagAttribute as the required parameter for the DeregisterInstanceEventNotificationAttributes and RegisterInstanceEventNotificationAttributes APIs.",
"type": "api-change"
},
{
"category": "``finspace``",
"description": "Releasing new Managed kdb Insights APIs",
"type": "api-change"
},
{
"category": "``frauddetector``",
"description": "Added new variable types, new DateTime data type, and new rules engine functions for interacting and working with DateTime data types.",
"type": "api-change"
},
{
"category": "``keyspaces``",
"description": "This release adds support for MRR GA launch, and includes multiregion support in create-keyspace, get-keyspace, and list-keyspace.",
"type": "api-change"
},
{
"category": "``kms``",
"description": "This release includes feature to import customer's asymmetric (RSA and ECC) and HMAC keys into KMS. It also includes feature to allow customers to specify number of days to schedule a KMS key deletion as a policy condition key.",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "Add Ruby 3.2 (ruby3.2) Runtime support to AWS Lambda.",
"type": "api-change"
},
{
"category": "``mwaa``",
"description": "This release adds ROLLING_BACK and CREATING_SNAPSHOT environment statuses for Amazon MWAA environments.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudformation-81802.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-68896.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-finspace-75442.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-frauddetector-65227.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-keyspaces-71457.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-kms-5874.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lambda-26903.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mwaa-70707.json

This file was deleted.

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.29.147
========

* api-change:``cloudformation``: AWS CloudFormation StackSets provides customers with three new APIs to activate, deactivate, and describe AWS Organizations trusted access which is needed to get started with service-managed StackSets.
* api-change:``ec2``: Making InstanceTagAttribute as the required parameter for the DeregisterInstanceEventNotificationAttributes and RegisterInstanceEventNotificationAttributes APIs.
* api-change:``finspace``: Releasing new Managed kdb Insights APIs
* api-change:``frauddetector``: Added new variable types, new DateTime data type, and new rules engine functions for interacting and working with DateTime data types.
* api-change:``keyspaces``: This release adds support for MRR GA launch, and includes multiregion support in create-keyspace, get-keyspace, and list-keyspace.
* api-change:``kms``: This release includes feature to import customer's asymmetric (RSA and ECC) and HMAC keys into KMS. It also includes feature to allow customers to specify number of days to schedule a KMS key deletion as a policy condition key.
* api-change:``lambda``: Add Ruby 3.2 (ruby3.2) Runtime support to AWS Lambda.
* api-change:``mwaa``: This release adds ROLLING_BACK and CREATING_SNAPSHOT environment statuses for Amazon MWAA environments.


1.29.146
========

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.146'
__version__ = '1.29.147'


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.146'
release = '1.29.147'

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

0 comments on commit f2a9f94

Please sign in to comment.