From ed18c0bbce36a74788df755ce62853975a55d23f Mon Sep 17 00:00:00 2001 From: stealthycoin Date: Tue, 13 Dec 2022 12:57:04 -0800 Subject: [PATCH 1/3] Add awscrt to dependabot config --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c54151bced00..37373d69e172 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,4 @@ updates: - dependency-name: "colorama" - dependency-name: "docutils" - dependency-name: "cryptography" + - dependency-name: "awscrt" From 285fb2a18675b79f03aae89bedf353cfc8653264 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 14 Dec 2022 19:15:13 +0000 Subject: [PATCH 2/3] Update changelog based on model updates --- .changes/next-release/api-change-ce-58121.json | 5 +++++ .changes/next-release/api-change-cloudwatch-17686.json | 5 +++++ .changes/next-release/api-change-networkmanager-42772.json | 5 +++++ .changes/next-release/api-change-redshiftdata-37653.json | 5 +++++ .changes/next-release/api-change-sagemakermetrics-94856.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-ce-58121.json create mode 100644 .changes/next-release/api-change-cloudwatch-17686.json create mode 100644 .changes/next-release/api-change-networkmanager-42772.json create mode 100644 .changes/next-release/api-change-redshiftdata-37653.json create mode 100644 .changes/next-release/api-change-sagemakermetrics-94856.json diff --git a/.changes/next-release/api-change-ce-58121.json b/.changes/next-release/api-change-ce-58121.json new file mode 100644 index 000000000000..918f15cfbc74 --- /dev/null +++ b/.changes/next-release/api-change-ce-58121.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ce``", + "description": "This release supports percentage-based thresholds on Cost Anomaly Detection alert subscriptions." +} diff --git a/.changes/next-release/api-change-cloudwatch-17686.json b/.changes/next-release/api-change-cloudwatch-17686.json new file mode 100644 index 000000000000..8edefd6478c1 --- /dev/null +++ b/.changes/next-release/api-change-cloudwatch-17686.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudwatch``", + "description": "Update cloudwatch command to latest version" +} diff --git a/.changes/next-release/api-change-networkmanager-42772.json b/.changes/next-release/api-change-networkmanager-42772.json new file mode 100644 index 000000000000..44c09a7a325a --- /dev/null +++ b/.changes/next-release/api-change-networkmanager-42772.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``networkmanager``", + "description": "Appliance Mode support for AWS Cloud WAN." +} diff --git a/.changes/next-release/api-change-redshiftdata-37653.json b/.changes/next-release/api-change-redshiftdata-37653.json new file mode 100644 index 000000000000..9331c313e891 --- /dev/null +++ b/.changes/next-release/api-change-redshiftdata-37653.json @@ -0,0 +1,5 @@ +{ + "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." +} diff --git a/.changes/next-release/api-change-sagemakermetrics-94856.json b/.changes/next-release/api-change-sagemakermetrics-94856.json new file mode 100644 index 000000000000..501348af4781 --- /dev/null +++ b/.changes/next-release/api-change-sagemakermetrics-94856.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker-metrics``", + "description": "Update SageMaker Metrics documentation." +} From 465047bfc47cd0a78f238cba6bf92a7338d079ea Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 14 Dec 2022 19:15:13 +0000 Subject: [PATCH 3/3] Bumping version to 1.27.30 --- .changes/1.27.30.json | 27 +++++++++++++++++++ .../next-release/api-change-ce-58121.json | 5 ---- .../api-change-cloudwatch-17686.json | 5 ---- .../api-change-networkmanager-42772.json | 5 ---- .../api-change-redshiftdata-37653.json | 5 ---- .../api-change-sagemakermetrics-94856.json | 5 ---- CHANGELOG.rst | 10 +++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 41 insertions(+), 29 deletions(-) create mode 100644 .changes/1.27.30.json delete mode 100644 .changes/next-release/api-change-ce-58121.json delete mode 100644 .changes/next-release/api-change-cloudwatch-17686.json delete mode 100644 .changes/next-release/api-change-networkmanager-42772.json delete mode 100644 .changes/next-release/api-change-redshiftdata-37653.json delete mode 100644 .changes/next-release/api-change-sagemakermetrics-94856.json diff --git a/.changes/1.27.30.json b/.changes/1.27.30.json new file mode 100644 index 000000000000..2226ce5c87f7 --- /dev/null +++ b/.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" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ce-58121.json b/.changes/next-release/api-change-ce-58121.json deleted file mode 100644 index 918f15cfbc74..000000000000 --- a/.changes/next-release/api-change-ce-58121.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ce``", - "description": "This release supports percentage-based thresholds on Cost Anomaly Detection alert subscriptions." -} diff --git a/.changes/next-release/api-change-cloudwatch-17686.json b/.changes/next-release/api-change-cloudwatch-17686.json deleted file mode 100644 index 8edefd6478c1..000000000000 --- a/.changes/next-release/api-change-cloudwatch-17686.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudwatch``", - "description": "Update cloudwatch command to latest version" -} diff --git a/.changes/next-release/api-change-networkmanager-42772.json b/.changes/next-release/api-change-networkmanager-42772.json deleted file mode 100644 index 44c09a7a325a..000000000000 --- a/.changes/next-release/api-change-networkmanager-42772.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``networkmanager``", - "description": "Appliance Mode support for AWS Cloud WAN." -} diff --git a/.changes/next-release/api-change-redshiftdata-37653.json b/.changes/next-release/api-change-redshiftdata-37653.json deleted file mode 100644 index 9331c313e891..000000000000 --- a/.changes/next-release/api-change-redshiftdata-37653.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-sagemakermetrics-94856.json b/.changes/next-release/api-change-sagemakermetrics-94856.json deleted file mode 100644 index 501348af4781..000000000000 --- a/.changes/next-release/api-change-sagemakermetrics-94856.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker-metrics``", - "description": "Update SageMaker Metrics documentation." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bd5440e2f409..d88204794d59 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 793fd2ab18ad..9a764e7b49ff 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -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 diff --git a/doc/source/conf.py b/doc/source/conf.py index ce21930f665e..71d518969e88 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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. diff --git a/setup.cfg b/setup.cfg index 1da35607471d..2d5eace7d264 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index 1f6199d304d9..dc7f0cf0259f 100644 --- a/setup.py +++ b/setup.py @@ -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',