Skip to content

Commit

Permalink
Merge branch 'release-1.30.1' into develop
Browse files Browse the repository at this point in the history
* release-1.30.1:
  Bumping version to 1.30.1
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Nov 15, 2023
2 parents a1ee6e3 + 5dd4525 commit e4a8134
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 4 deletions.
62 changes: 62 additions & 0 deletions .changes/1.30.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"category": "``autoscaling``",
"description": "This release introduces Instance Maintenance Policy, a new EC2 Auto Scaling capability that allows customers to define whether instances are launched before or after existing instances are terminated during instance replacement operations.",
"type": "api-change"
},
{
"category": "``cloudtrail``",
"description": "The Lake Repricing feature lets customers configure a BillingMode for an event data store. The BillingMode determines the cost for ingesting and storing events and the default and maximum retention period for the event data store.",
"type": "api-change"
},
{
"category": "``codecatalyst``",
"description": "This release adds functionality for retrieving information about workflows and workflow runs and starting workflow runs in Amazon CodeCatalyst.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "AWS EBS now supports Snapshot Lock, giving users the ability to lock an EBS Snapshot to prohibit deletion of the snapshot. This release introduces the LockSnapshot, UnlockSnapshot & DescribeLockedSnapshots APIs to manage lock configuration for snapshots. The release also includes the dl2q_24xlarge.",
"type": "api-change"
},
{
"category": "``finspace-data``",
"description": "Adding deprecated trait to APIs in this name space.",
"type": "api-change"
},
{
"category": "``finspace``",
"description": "Adding deprecated trait on Dataset Browser Environment APIs",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "Add Java 21 (java21) support to AWS Lambda",
"type": "api-change"
},
{
"category": "``mwaa``",
"description": "This Amazon MWAA release adds support for customer-managed VPC endpoints. This lets you choose whether to create, and manage your environment's VPC endpoints, or to have Amazon MWAA create, and manage them for you.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "Updates Amazon RDS documentation for support for upgrading RDS for MySQL snapshots from version 5.7 to version 8.0.",
"type": "api-change"
},
{
"category": "``redshift``",
"description": "The custom domain name SDK for Amazon Redshift provisioned clusters is updated with additional required parameters for modify and delete operations. Additionally, users can provide domain names with longer top-level domains.",
"type": "api-change"
},
{
"category": "``s3control``",
"description": "Add 5 APIs to create, update, get, list, delete S3 Storage Lens group(eg. CreateStorageLensGroup), 3 APIs for tagging(TagResource,UntagResource,ListTagsForResource), and update to StorageLensConfiguration to allow metrics to be aggregated on Storage Lens groups.",
"type": "api-change"
},
{
"category": "``ssm-sap``",
"description": "Update the default value of MaxResult to 50.",
"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.30.1
======

* api-change:``autoscaling``: This release introduces Instance Maintenance Policy, a new EC2 Auto Scaling capability that allows customers to define whether instances are launched before or after existing instances are terminated during instance replacement operations.
* api-change:``cloudtrail``: The Lake Repricing feature lets customers configure a BillingMode for an event data store. The BillingMode determines the cost for ingesting and storing events and the default and maximum retention period for the event data store.
* api-change:``codecatalyst``: This release adds functionality for retrieving information about workflows and workflow runs and starting workflow runs in Amazon CodeCatalyst.
* api-change:``ec2``: AWS EBS now supports Snapshot Lock, giving users the ability to lock an EBS Snapshot to prohibit deletion of the snapshot. This release introduces the LockSnapshot, UnlockSnapshot & DescribeLockedSnapshots APIs to manage lock configuration for snapshots. The release also includes the dl2q_24xlarge.
* api-change:``finspace-data``: Adding deprecated trait to APIs in this name space.
* api-change:``finspace``: Adding deprecated trait on Dataset Browser Environment APIs
* api-change:``lambda``: Add Java 21 (java21) support to AWS Lambda
* api-change:``mwaa``: This Amazon MWAA release adds support for customer-managed VPC endpoints. This lets you choose whether to create, and manage your environment's VPC endpoints, or to have Amazon MWAA create, and manage them for you.
* api-change:``rds``: Updates Amazon RDS documentation for support for upgrading RDS for MySQL snapshots from version 5.7 to version 8.0.
* api-change:``redshift``: The custom domain name SDK for Amazon Redshift provisioned clusters is updated with additional required parameters for modify and delete operations. Additionally, users can provide domain names with longer top-level domains.
* api-change:``s3control``: Add 5 APIs to create, update, get, list, delete S3 Storage Lens group(eg. CreateStorageLensGroup), 3 APIs for tagging(TagResource,UntagResource,ListTagsForResource), and update to StorageLensConfiguration to allow metrics to be aggregated on Storage Lens groups.
* api-change:``ssm-sap``: Update the default value of MaxResult to 50.


1.30.0
======

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.30.0'
__version__ = '1.30.1'

#
# 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.30'
# The full version, including alpha/beta/rc tags.
release = '1.30.0'
release = '1.30.1'

# 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.32.0
botocore==1.32.1
docutils>=0.10,<0.17
s3transfer>=0.7.0,<0.8.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.32.0',
'botocore==1.32.1',
'docutils>=0.10,<0.17',
's3transfer>=0.7.0,<0.8.0',
'PyYAML>=3.10,<6.1',
Expand Down

0 comments on commit e4a8134

Please sign in to comment.