Skip to content

Commit

Permalink
Merge branch 'release-1.27.146'
Browse files Browse the repository at this point in the history
* release-1.27.146:
  Bumping version to 1.27.146
  Update changelog based on model updates
aws-sdk-python-automation committed Jun 2, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 8653200 + 2d4602c commit e5f2007
Showing 6 changed files with 35 additions and 4 deletions.
22 changes: 22 additions & 0 deletions .changes/1.27.146.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``athena``",
"description": "This release introduces the DeleteCapacityReservation API and the ability to manage capacity reservations using CloudFormation",
"type": "api-change"
},
{
"category": "``cloudtrail``",
"description": "This feature allows users to start and stop event ingestion on a CloudTrail Lake event data store.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "This release adds Selective Execution feature that allows SageMaker Pipelines users to run selected steps in a pipeline.",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "Added APIs to describe managed products. The APIs retrieve information about rule groups that are managed by AWS and by AWS Marketplace sellers.",
"type": "api-change"
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,15 @@
CHANGELOG
=========

1.27.146
========

* api-change:``athena``: This release introduces the DeleteCapacityReservation API and the ability to manage capacity reservations using CloudFormation
* api-change:``cloudtrail``: This feature allows users to start and stop event ingestion on a CloudTrail Lake event data store.
* api-change:``sagemaker``: This release adds Selective Execution feature that allows SageMaker Pipelines users to run selected steps in a pipeline.
* api-change:``wafv2``: Added APIs to describe managed products. The APIs retrieve information about rule groups that are managed by AWS and by AWS Marketplace sellers.


1.27.145
========

2 changes: 1 addition & 1 deletion awscli/__init__.py
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
"""
import os

__version__ = '1.27.145'
__version__ = '1.27.146'

#
# Get our data path to be added to botocore's search path
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.27.1'
# The full version, including alpha/beta/rc tags.
release = '1.27.145'
release = '1.27.146'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore==1.29.145
botocore==1.29.146
docutils>=0.10,<0.17
s3transfer>=0.6.0,<0.7.0
PyYAML>=3.10,<5.5
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.29.145',
'botocore==1.29.146',
'docutils>=0.10,<0.17',
's3transfer>=0.6.0,<0.7.0',
'PyYAML>=3.10,<5.5',

0 comments on commit e5f2007

Please sign in to comment.