From b28d58785235a5a1df30712b78796a442a7d783f Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 7 Feb 2025 19:06:01 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-ecr-62107.json | 5 +++++ .changes/next-release/api-change-eks-99494.json | 5 +++++ .changes/next-release/api-change-mediaconvert-16054.json | 5 +++++ .changes/next-release/api-change-pi-30687.json | 5 +++++ .changes/next-release/api-change-transcribe-68654.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-ecr-62107.json create mode 100644 .changes/next-release/api-change-eks-99494.json create mode 100644 .changes/next-release/api-change-mediaconvert-16054.json create mode 100644 .changes/next-release/api-change-pi-30687.json create mode 100644 .changes/next-release/api-change-transcribe-68654.json diff --git a/.changes/next-release/api-change-ecr-62107.json b/.changes/next-release/api-change-ecr-62107.json new file mode 100644 index 000000000000..fd3d6a7d992a --- /dev/null +++ b/.changes/next-release/api-change-ecr-62107.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ecr``", + "description": "Adds support to handle the new basic scanning daily quota." +} diff --git a/.changes/next-release/api-change-eks-99494.json b/.changes/next-release/api-change-eks-99494.json new file mode 100644 index 000000000000..0b00315cd38f --- /dev/null +++ b/.changes/next-release/api-change-eks-99494.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``eks``", + "description": "Introduce versionStatus field to take place of status field in EKS DescribeClusterVersions API" +} diff --git a/.changes/next-release/api-change-mediaconvert-16054.json b/.changes/next-release/api-change-mediaconvert-16054.json new file mode 100644 index 000000000000..a5a20cf80546 --- /dev/null +++ b/.changes/next-release/api-change-mediaconvert-16054.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediaconvert``", + "description": "This release adds support for Animated GIF output, forced chroma sample positioning metadata, and Extensible Wave Container format" +} diff --git a/.changes/next-release/api-change-pi-30687.json b/.changes/next-release/api-change-pi-30687.json new file mode 100644 index 000000000000..2ea2f65bb266 --- /dev/null +++ b/.changes/next-release/api-change-pi-30687.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``pi``", + "description": "Adds documentation for dimension groups and dimensions to analyze locks for Database Insights." +} diff --git a/.changes/next-release/api-change-transcribe-68654.json b/.changes/next-release/api-change-transcribe-68654.json new file mode 100644 index 000000000000..04d82e94a2a2 --- /dev/null +++ b/.changes/next-release/api-change-transcribe-68654.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``transcribe``", + "description": "This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe." +} From d7a6723d9bb2dca4736fcff9e839dcce226ef295 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 7 Feb 2025 19:07:16 +0000 Subject: [PATCH 2/2] Bumping version to 1.37.16 --- .changes/1.37.16.json | 27 +++++++++++++++++++ .../next-release/api-change-ecr-62107.json | 5 ---- .../next-release/api-change-eks-99494.json | 5 ---- .../api-change-mediaconvert-16054.json | 5 ---- .../next-release/api-change-pi-30687.json | 5 ---- .../api-change-transcribe-68654.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.37.16.json delete mode 100644 .changes/next-release/api-change-ecr-62107.json delete mode 100644 .changes/next-release/api-change-eks-99494.json delete mode 100644 .changes/next-release/api-change-mediaconvert-16054.json delete mode 100644 .changes/next-release/api-change-pi-30687.json delete mode 100644 .changes/next-release/api-change-transcribe-68654.json diff --git a/.changes/1.37.16.json b/.changes/1.37.16.json new file mode 100644 index 000000000000..68ff1d3c6f60 --- /dev/null +++ b/.changes/1.37.16.json @@ -0,0 +1,27 @@ +[ + { + "category": "``ecr``", + "description": "Adds support to handle the new basic scanning daily quota.", + "type": "api-change" + }, + { + "category": "``eks``", + "description": "Introduce versionStatus field to take place of status field in EKS DescribeClusterVersions API", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "This release adds support for Animated GIF output, forced chroma sample positioning metadata, and Extensible Wave Container format", + "type": "api-change" + }, + { + "category": "``pi``", + "description": "Adds documentation for dimension groups and dimensions to analyze locks for Database Insights.", + "type": "api-change" + }, + { + "category": "``transcribe``", + "description": "This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ecr-62107.json b/.changes/next-release/api-change-ecr-62107.json deleted file mode 100644 index fd3d6a7d992a..000000000000 --- a/.changes/next-release/api-change-ecr-62107.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecr``", - "description": "Adds support to handle the new basic scanning daily quota." -} diff --git a/.changes/next-release/api-change-eks-99494.json b/.changes/next-release/api-change-eks-99494.json deleted file mode 100644 index 0b00315cd38f..000000000000 --- a/.changes/next-release/api-change-eks-99494.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``eks``", - "description": "Introduce versionStatus field to take place of status field in EKS DescribeClusterVersions API" -} diff --git a/.changes/next-release/api-change-mediaconvert-16054.json b/.changes/next-release/api-change-mediaconvert-16054.json deleted file mode 100644 index a5a20cf80546..000000000000 --- a/.changes/next-release/api-change-mediaconvert-16054.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconvert``", - "description": "This release adds support for Animated GIF output, forced chroma sample positioning metadata, and Extensible Wave Container format" -} diff --git a/.changes/next-release/api-change-pi-30687.json b/.changes/next-release/api-change-pi-30687.json deleted file mode 100644 index 2ea2f65bb266..000000000000 --- a/.changes/next-release/api-change-pi-30687.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pi``", - "description": "Adds documentation for dimension groups and dimensions to analyze locks for Database Insights." -} diff --git a/.changes/next-release/api-change-transcribe-68654.json b/.changes/next-release/api-change-transcribe-68654.json deleted file mode 100644 index 04d82e94a2a2..000000000000 --- a/.changes/next-release/api-change-transcribe-68654.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``transcribe``", - "description": "This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bea5db50ea75..6dfbceef0359 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.37.16 +======= + +* api-change:``ecr``: Adds support to handle the new basic scanning daily quota. +* api-change:``eks``: Introduce versionStatus field to take place of status field in EKS DescribeClusterVersions API +* api-change:``mediaconvert``: This release adds support for Animated GIF output, forced chroma sample positioning metadata, and Extensible Wave Container format +* api-change:``pi``: Adds documentation for dimension groups and dimensions to analyze locks for Database Insights. +* api-change:``transcribe``: This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe. + + 1.37.15 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index a5760b50d4aa..581d2dc40f91 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -18,7 +18,7 @@ import os -__version__ = '1.37.15' +__version__ = '1.37.16' # # 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 bf5b2c4db390..a795c95b9cf8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.37.' # The full version, including alpha/beta/rc tags. -release = '1.37.15' +release = '1.37.16' # 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 ce28d93297db..dfedba71211b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.36.15 + botocore==1.36.16 docutils>=0.10,<0.17 s3transfer>=0.11.0,<0.12.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index f8bea20ca7b1..18b37a016697 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.36.15', + 'botocore==1.36.16', 'docutils>=0.10,<0.17', 's3transfer>=0.11.0,<0.12.0', 'PyYAML>=3.10,<6.1',