From b24e8530c50100f3152251efca7756f46a7a3769 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 3 Nov 2022 18:11:42 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-endpointrules-14631.json | 5 +++++ .changes/next-release/api-change-memorydb-68887.json | 5 +++++ .changes/next-release/api-change-sagemaker-76432.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-endpointrules-14631.json create mode 100644 .changes/next-release/api-change-memorydb-68887.json create mode 100644 .changes/next-release/api-change-sagemaker-76432.json diff --git a/.changes/next-release/api-change-endpointrules-14631.json b/.changes/next-release/api-change-endpointrules-14631.json new file mode 100644 index 000000000000..dd11872bcff4 --- /dev/null +++ b/.changes/next-release/api-change-endpointrules-14631.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``endpoint-rules``", + "description": "Update endpoint-rules command to latest version" +} diff --git a/.changes/next-release/api-change-memorydb-68887.json b/.changes/next-release/api-change-memorydb-68887.json new file mode 100644 index 000000000000..2b2fffaf83cf --- /dev/null +++ b/.changes/next-release/api-change-memorydb-68887.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``memorydb``", + "description": "Adding support for r6gd instances for MemoryDB Redis with data tiering. In a cluster with data tiering enabled, when available memory capacity is exhausted, the least recently used data is automatically tiered to solid state drives for cost-effective capacity scaling with minimal performance impact." +} diff --git a/.changes/next-release/api-change-sagemaker-76432.json b/.changes/next-release/api-change-sagemaker-76432.json new file mode 100644 index 000000000000..f7e2330cbc66 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-76432.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "Amazon SageMaker now supports running training jobs on ml.trn1 instance types." +} From 8ca35d524e4c8602949bf56a9aeef3c213e48942 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 3 Nov 2022 18:11:56 +0000 Subject: [PATCH 2/2] Bumping version to 1.27.2 --- .changes/1.27.2.json | 17 +++++++++++++++++ .../api-change-endpointrules-14631.json | 5 ----- .../next-release/api-change-memorydb-68887.json | 5 ----- .../api-change-sagemaker-76432.json | 5 ----- CHANGELOG.rst | 8 ++++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 9 files changed, 29 insertions(+), 19 deletions(-) create mode 100644 .changes/1.27.2.json delete mode 100644 .changes/next-release/api-change-endpointrules-14631.json delete mode 100644 .changes/next-release/api-change-memorydb-68887.json delete mode 100644 .changes/next-release/api-change-sagemaker-76432.json diff --git a/.changes/1.27.2.json b/.changes/1.27.2.json new file mode 100644 index 000000000000..e62e6dbb5d92 --- /dev/null +++ b/.changes/1.27.2.json @@ -0,0 +1,17 @@ +[ + { + "category": "``memorydb``", + "description": "Adding support for r6gd instances for MemoryDB Redis with data tiering. In a cluster with data tiering enabled, when available memory capacity is exhausted, the least recently used data is automatically tiered to solid state drives for cost-effective capacity scaling with minimal performance impact.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "Amazon SageMaker now supports running training jobs on ml.trn1 instance types.", + "type": "api-change" + }, + { + "category": "``endpoint-rules``", + "description": "Update endpoint-rules command to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-endpointrules-14631.json b/.changes/next-release/api-change-endpointrules-14631.json deleted file mode 100644 index dd11872bcff4..000000000000 --- a/.changes/next-release/api-change-endpointrules-14631.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``endpoint-rules``", - "description": "Update endpoint-rules command to latest version" -} diff --git a/.changes/next-release/api-change-memorydb-68887.json b/.changes/next-release/api-change-memorydb-68887.json deleted file mode 100644 index 2b2fffaf83cf..000000000000 --- a/.changes/next-release/api-change-memorydb-68887.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``memorydb``", - "description": "Adding support for r6gd instances for MemoryDB Redis with data tiering. In a cluster with data tiering enabled, when available memory capacity is exhausted, the least recently used data is automatically tiered to solid state drives for cost-effective capacity scaling with minimal performance impact." -} diff --git a/.changes/next-release/api-change-sagemaker-76432.json b/.changes/next-release/api-change-sagemaker-76432.json deleted file mode 100644 index f7e2330cbc66..000000000000 --- a/.changes/next-release/api-change-sagemaker-76432.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "Amazon SageMaker now supports running training jobs on ml.trn1 instance types." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a0196cb00f0a..e49620701fea 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.27.2 +====== + +* api-change:``memorydb``: Adding support for r6gd instances for MemoryDB Redis with data tiering. In a cluster with data tiering enabled, when available memory capacity is exhausted, the least recently used data is automatically tiered to solid state drives for cost-effective capacity scaling with minimal performance impact. +* api-change:``sagemaker``: Amazon SageMaker now supports running training jobs on ml.trn1 instance types. +* api-change:``endpoint-rules``: Update endpoint-rules command to latest version + + 1.27.1 ====== diff --git a/awscli/__init__.py b/awscli/__init__.py index 72ed89ec207b..20004513102d 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.27.1' +__version__ = '1.27.2' # # 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 034181756ab5..5eefba1257f4 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.1' +release = '1.27.2' # 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 ebf5db8e39b1..4518b0a82ae9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.29.1 + botocore==1.29.2 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 3a8f3a4ac905..0bbed3556758 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.29.1', + 'botocore==1.29.2', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5',