From 29387f21566a8ea67ad3e7a4c91ea08a8c97b8a8 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 30 Nov 2023 18:59:04 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-arczonalshift-35597.json | 5 +++++ .changes/next-release/api-change-glue-47908.json | 5 +++++ .changes/next-release/api-change-sagemaker-69716.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-arczonalshift-35597.json create mode 100644 .changes/next-release/api-change-glue-47908.json create mode 100644 .changes/next-release/api-change-sagemaker-69716.json diff --git a/.changes/next-release/api-change-arczonalshift-35597.json b/.changes/next-release/api-change-arczonalshift-35597.json new file mode 100644 index 000000000000..42793b6775b9 --- /dev/null +++ b/.changes/next-release/api-change-arczonalshift-35597.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``arc-zonal-shift``", + "description": "This release adds a new capability, zonal autoshift. You can configure zonal autoshift so that AWS shifts traffic for a resource away from an Availability Zone, on your behalf, when AWS determines that there is an issue that could potentially affect customers in the Availability Zone." +} diff --git a/.changes/next-release/api-change-glue-47908.json b/.changes/next-release/api-change-glue-47908.json new file mode 100644 index 000000000000..1900edf2300b --- /dev/null +++ b/.changes/next-release/api-change-glue-47908.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``glue``", + "description": "Adds observation and analyzer support to the GetDataQualityResult and BatchGetDataQualityResult APIs." +} diff --git a/.changes/next-release/api-change-sagemaker-69716.json b/.changes/next-release/api-change-sagemaker-69716.json new file mode 100644 index 000000000000..9d64d4284cbe --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-69716.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "This release adds support for 1/ Code Editor, based on Code-OSS, Visual Studio Code Open Source, a new fully managed IDE option in SageMaker Studio 2/ JupyterLab, a new fully managed JupyterLab IDE experience in SageMaker Studio" +} From 7fe30d72c36cfb14a2ae9fa2fd1dc8134e22c28f Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 30 Nov 2023 18:59:04 +0000 Subject: [PATCH 2/2] Bumping version to 1.31.5 --- .changes/1.31.5.json | 17 +++++++++++++++++ .../api-change-arczonalshift-35597.json | 5 ----- .../next-release/api-change-glue-47908.json | 5 ----- .../api-change-sagemaker-69716.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.31.5.json delete mode 100644 .changes/next-release/api-change-arczonalshift-35597.json delete mode 100644 .changes/next-release/api-change-glue-47908.json delete mode 100644 .changes/next-release/api-change-sagemaker-69716.json diff --git a/.changes/1.31.5.json b/.changes/1.31.5.json new file mode 100644 index 000000000000..98789bebbfa1 --- /dev/null +++ b/.changes/1.31.5.json @@ -0,0 +1,17 @@ +[ + { + "category": "``arc-zonal-shift``", + "description": "This release adds a new capability, zonal autoshift. You can configure zonal autoshift so that AWS shifts traffic for a resource away from an Availability Zone, on your behalf, when AWS determines that there is an issue that could potentially affect customers in the Availability Zone.", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "Adds observation and analyzer support to the GetDataQualityResult and BatchGetDataQualityResult APIs.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "This release adds support for 1/ Code Editor, based on Code-OSS, Visual Studio Code Open Source, a new fully managed IDE option in SageMaker Studio 2/ JupyterLab, a new fully managed JupyterLab IDE experience in SageMaker Studio", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-arczonalshift-35597.json b/.changes/next-release/api-change-arczonalshift-35597.json deleted file mode 100644 index 42793b6775b9..000000000000 --- a/.changes/next-release/api-change-arczonalshift-35597.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``arc-zonal-shift``", - "description": "This release adds a new capability, zonal autoshift. You can configure zonal autoshift so that AWS shifts traffic for a resource away from an Availability Zone, on your behalf, when AWS determines that there is an issue that could potentially affect customers in the Availability Zone." -} diff --git a/.changes/next-release/api-change-glue-47908.json b/.changes/next-release/api-change-glue-47908.json deleted file mode 100644 index 1900edf2300b..000000000000 --- a/.changes/next-release/api-change-glue-47908.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "Adds observation and analyzer support to the GetDataQualityResult and BatchGetDataQualityResult APIs." -} diff --git a/.changes/next-release/api-change-sagemaker-69716.json b/.changes/next-release/api-change-sagemaker-69716.json deleted file mode 100644 index 9d64d4284cbe..000000000000 --- a/.changes/next-release/api-change-sagemaker-69716.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "This release adds support for 1/ Code Editor, based on Code-OSS, Visual Studio Code Open Source, a new fully managed IDE option in SageMaker Studio 2/ JupyterLab, a new fully managed JupyterLab IDE experience in SageMaker Studio" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fdbf00e8cb09..7646c0f86449 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.31.5 +====== + +* api-change:``arc-zonal-shift``: This release adds a new capability, zonal autoshift. You can configure zonal autoshift so that AWS shifts traffic for a resource away from an Availability Zone, on your behalf, when AWS determines that there is an issue that could potentially affect customers in the Availability Zone. +* api-change:``glue``: Adds observation and analyzer support to the GetDataQualityResult and BatchGetDataQualityResult APIs. +* api-change:``sagemaker``: This release adds support for 1/ Code Editor, based on Code-OSS, Visual Studio Code Open Source, a new fully managed IDE option in SageMaker Studio 2/ JupyterLab, a new fully managed JupyterLab IDE experience in SageMaker Studio + + 1.31.4 ====== diff --git a/awscli/__init__.py b/awscli/__init__.py index 8bc50bb79b5e..551a571dc9d3 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.31.4' +__version__ = '1.31.5' # # 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 277541076ced..6b4b6c6ed575 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.31' # The full version, including alpha/beta/rc tags. -release = '1.31.4' +release = '1.31.5' # 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 c24b0ec1ad20..5b9c8f9ebe63 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.33.4 + botocore==1.33.5 docutils>=0.10,<0.17 s3transfer>=0.8.0,<0.9.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 17f2682d2ca4..30123f23fad8 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.33.4', + 'botocore==1.33.5', 'docutils>=0.10,<0.17', 's3transfer>=0.8.0,<0.9.0', 'PyYAML>=3.10,<6.1',