Skip to content

Commit

Permalink
Merge branch 'release-1.27.30'
Browse files Browse the repository at this point in the history
* release-1.27.30:
  Bumping version to 1.27.30
  Update changelog based on model updates
  Add awscrt to dependabot config
  • Loading branch information
aws-sdk-python-automation committed Dec 14, 2022
2 parents e32cabb + 465047b commit 8076a39
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 4 deletions.
27 changes: 27 additions & 0 deletions .changes/1.27.30.json
@@ -0,0 +1,27 @@
[
{
"category": "``ce``",
"description": "This release supports percentage-based thresholds on Cost Anomaly Detection alert subscriptions.",
"type": "api-change"
},
{
"category": "``cloudwatch``",
"description": "Update cloudwatch command to latest version",
"type": "api-change"
},
{
"category": "``networkmanager``",
"description": "Appliance Mode support for AWS Cloud WAN.",
"type": "api-change"
},
{
"category": "``redshift-data``",
"description": "This release adds a new --client-token field to ExecuteStatement and BatchExecuteStatement operations. Customers can now run queries with the additional client token parameter to ensures idempotency.",
"type": "api-change"
},
{
"category": "``sagemaker-metrics``",
"description": "Update SageMaker Metrics documentation.",
"type": "api-change"
}
]
1 change: 1 addition & 0 deletions .github/dependabot.yml
Expand Up @@ -13,3 +13,4 @@ updates:
- dependency-name: "colorama"
- dependency-name: "docutils"
- dependency-name: "cryptography"
- dependency-name: "awscrt"
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.27.30
=======

* api-change:``ce``: This release supports percentage-based thresholds on Cost Anomaly Detection alert subscriptions.
* api-change:``cloudwatch``: Update cloudwatch command to latest version
* api-change:``networkmanager``: Appliance Mode support for AWS Cloud WAN.
* api-change:``redshift-data``: This release adds a new --client-token field to ExecuteStatement and BatchExecuteStatement operations. Customers can now run queries with the additional client token parameter to ensures idempotency.
* api-change:``sagemaker-metrics``: Update SageMaker Metrics documentation.


1.27.29
=======

Expand Down
2 changes: 1 addition & 1 deletion awscli/__init__.py
Expand Up @@ -17,7 +17,7 @@
"""
import os

__version__ = '1.27.29'
__version__ = '1.27.30'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.27.'
# The full version, including alpha/beta/rc tags.
release = '1.27.29'
release = '1.27.30'

# 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
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore==1.29.29
botocore==1.29.30
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
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.29.29',
'botocore==1.29.30',
'docutils>=0.10,<0.17',
's3transfer>=0.6.0,<0.7.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit 8076a39

Please sign in to comment.