From 579ef31bc1ac107bf7a591f462985fd9c4872c82 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 28 Jun 2023 18:07:59 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-internetmonitor-52726.json | 5 +++++ .../next-release/api-change-kinesisanalyticsv2-18570.json | 5 +++++ .changes/next-release/api-change-lambda-26217.json | 5 +++++ .changes/next-release/api-change-omics-72173.json | 5 +++++ .changes/next-release/api-change-rds-44433.json | 5 +++++ .changes/next-release/api-change-s3-37030.json | 5 +++++ .changes/next-release/api-change-sagemaker-64542.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-internetmonitor-52726.json create mode 100644 .changes/next-release/api-change-kinesisanalyticsv2-18570.json create mode 100644 .changes/next-release/api-change-lambda-26217.json create mode 100644 .changes/next-release/api-change-omics-72173.json create mode 100644 .changes/next-release/api-change-rds-44433.json create mode 100644 .changes/next-release/api-change-s3-37030.json create mode 100644 .changes/next-release/api-change-sagemaker-64542.json diff --git a/.changes/next-release/api-change-internetmonitor-52726.json b/.changes/next-release/api-change-internetmonitor-52726.json new file mode 100644 index 000000000000..eb2e5fe2f897 --- /dev/null +++ b/.changes/next-release/api-change-internetmonitor-52726.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``internetmonitor``", + "description": "This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for triggering when to create a health event." +} diff --git a/.changes/next-release/api-change-kinesisanalyticsv2-18570.json b/.changes/next-release/api-change-kinesisanalyticsv2-18570.json new file mode 100644 index 000000000000..e0db1d49e794 --- /dev/null +++ b/.changes/next-release/api-change-kinesisanalyticsv2-18570.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``kinesisanalyticsv2``", + "description": "Support for new runtime environment in Kinesis Data Analytics Studio: Zeppelin-0.10, Apache Flink-1.15" +} diff --git a/.changes/next-release/api-change-lambda-26217.json b/.changes/next-release/api-change-lambda-26217.json new file mode 100644 index 000000000000..2a3a17de1bb7 --- /dev/null +++ b/.changes/next-release/api-change-lambda-26217.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``lambda``", + "description": "Surface ResourceConflictException in DeleteEventSourceMapping" +} diff --git a/.changes/next-release/api-change-omics-72173.json b/.changes/next-release/api-change-omics-72173.json new file mode 100644 index 000000000000..ea912265196d --- /dev/null +++ b/.changes/next-release/api-change-omics-72173.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``omics``", + "description": "Add Common Workflow Language (CWL) as a supported language for Omics workflows" +} diff --git a/.changes/next-release/api-change-rds-44433.json b/.changes/next-release/api-change-rds-44433.json new file mode 100644 index 000000000000..b080525b2133 --- /dev/null +++ b/.changes/next-release/api-change-rds-44433.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "Amazon Relational Database Service (RDS) now supports joining a RDS for SQL Server instance to a self-managed Active Directory." +} diff --git a/.changes/next-release/api-change-s3-37030.json b/.changes/next-release/api-change-s3-37030.json new file mode 100644 index 000000000000..6a149755bf63 --- /dev/null +++ b/.changes/next-release/api-change-s3-37030.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``s3``", + "description": "The S3 LISTObjects, ListObjectsV2 and ListObjectVersions API now supports a new optional header x-amz-optional-object-attributes. If header contains RestoreStatus as the value, then S3 will include Glacier restore status i.e. isRestoreInProgress and RestoreExpiryDate in List response." +} diff --git a/.changes/next-release/api-change-sagemaker-64542.json b/.changes/next-release/api-change-sagemaker-64542.json new file mode 100644 index 000000000000..5b90d4c7b7fe --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-64542.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "This release adds support for Model Cards Model Registry integration." +} From fa0d433c5870da2b22dbf099703cd3d5ded51f11 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 28 Jun 2023 18:07:59 +0000 Subject: [PATCH 2/2] Bumping version to 1.27.163 --- .changes/1.27.163.json | 37 +++++++++++++++++++ .../api-change-internetmonitor-52726.json | 5 --- .../api-change-kinesisanalyticsv2-18570.json | 5 --- .../next-release/api-change-lambda-26217.json | 5 --- .../next-release/api-change-omics-72173.json | 5 --- .../next-release/api-change-rds-44433.json | 5 --- .../next-release/api-change-s3-37030.json | 5 --- .../api-change-sagemaker-64542.json | 5 --- CHANGELOG.rst | 12 ++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 13 files changed, 53 insertions(+), 39 deletions(-) create mode 100644 .changes/1.27.163.json delete mode 100644 .changes/next-release/api-change-internetmonitor-52726.json delete mode 100644 .changes/next-release/api-change-kinesisanalyticsv2-18570.json delete mode 100644 .changes/next-release/api-change-lambda-26217.json delete mode 100644 .changes/next-release/api-change-omics-72173.json delete mode 100644 .changes/next-release/api-change-rds-44433.json delete mode 100644 .changes/next-release/api-change-s3-37030.json delete mode 100644 .changes/next-release/api-change-sagemaker-64542.json diff --git a/.changes/1.27.163.json b/.changes/1.27.163.json new file mode 100644 index 000000000000..c4b87ea47838 --- /dev/null +++ b/.changes/1.27.163.json @@ -0,0 +1,37 @@ +[ + { + "category": "``internetmonitor``", + "description": "This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for triggering when to create a health event.", + "type": "api-change" + }, + { + "category": "``kinesisanalyticsv2``", + "description": "Support for new runtime environment in Kinesis Data Analytics Studio: Zeppelin-0.10, Apache Flink-1.15", + "type": "api-change" + }, + { + "category": "``lambda``", + "description": "Surface ResourceConflictException in DeleteEventSourceMapping", + "type": "api-change" + }, + { + "category": "``omics``", + "description": "Add Common Workflow Language (CWL) as a supported language for Omics workflows", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "Amazon Relational Database Service (RDS) now supports joining a RDS for SQL Server instance to a self-managed Active Directory.", + "type": "api-change" + }, + { + "category": "``s3``", + "description": "The S3 LISTObjects, ListObjectsV2 and ListObjectVersions API now supports a new optional header x-amz-optional-object-attributes. If header contains RestoreStatus as the value, then S3 will include Glacier restore status i.e. isRestoreInProgress and RestoreExpiryDate in List response.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "This release adds support for Model Cards Model Registry integration.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-internetmonitor-52726.json b/.changes/next-release/api-change-internetmonitor-52726.json deleted file mode 100644 index eb2e5fe2f897..000000000000 --- a/.changes/next-release/api-change-internetmonitor-52726.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``internetmonitor``", - "description": "This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for triggering when to create a health event." -} diff --git a/.changes/next-release/api-change-kinesisanalyticsv2-18570.json b/.changes/next-release/api-change-kinesisanalyticsv2-18570.json deleted file mode 100644 index e0db1d49e794..000000000000 --- a/.changes/next-release/api-change-kinesisanalyticsv2-18570.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kinesisanalyticsv2``", - "description": "Support for new runtime environment in Kinesis Data Analytics Studio: Zeppelin-0.10, Apache Flink-1.15" -} diff --git a/.changes/next-release/api-change-lambda-26217.json b/.changes/next-release/api-change-lambda-26217.json deleted file mode 100644 index 2a3a17de1bb7..000000000000 --- a/.changes/next-release/api-change-lambda-26217.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lambda``", - "description": "Surface ResourceConflictException in DeleteEventSourceMapping" -} diff --git a/.changes/next-release/api-change-omics-72173.json b/.changes/next-release/api-change-omics-72173.json deleted file mode 100644 index ea912265196d..000000000000 --- a/.changes/next-release/api-change-omics-72173.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``omics``", - "description": "Add Common Workflow Language (CWL) as a supported language for Omics workflows" -} diff --git a/.changes/next-release/api-change-rds-44433.json b/.changes/next-release/api-change-rds-44433.json deleted file mode 100644 index b080525b2133..000000000000 --- a/.changes/next-release/api-change-rds-44433.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "Amazon Relational Database Service (RDS) now supports joining a RDS for SQL Server instance to a self-managed Active Directory." -} diff --git a/.changes/next-release/api-change-s3-37030.json b/.changes/next-release/api-change-s3-37030.json deleted file mode 100644 index 6a149755bf63..000000000000 --- a/.changes/next-release/api-change-s3-37030.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3``", - "description": "The S3 LISTObjects, ListObjectsV2 and ListObjectVersions API now supports a new optional header x-amz-optional-object-attributes. If header contains RestoreStatus as the value, then S3 will include Glacier restore status i.e. isRestoreInProgress and RestoreExpiryDate in List response." -} diff --git a/.changes/next-release/api-change-sagemaker-64542.json b/.changes/next-release/api-change-sagemaker-64542.json deleted file mode 100644 index 5b90d4c7b7fe..000000000000 --- a/.changes/next-release/api-change-sagemaker-64542.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "This release adds support for Model Cards Model Registry integration." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 04d96824ba40..fe831313a7f7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.27.163 +======== + +* api-change:``internetmonitor``: This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for triggering when to create a health event. +* api-change:``kinesisanalyticsv2``: Support for new runtime environment in Kinesis Data Analytics Studio: Zeppelin-0.10, Apache Flink-1.15 +* api-change:``lambda``: Surface ResourceConflictException in DeleteEventSourceMapping +* api-change:``omics``: Add Common Workflow Language (CWL) as a supported language for Omics workflows +* api-change:``rds``: Amazon Relational Database Service (RDS) now supports joining a RDS for SQL Server instance to a self-managed Active Directory. +* api-change:``s3``: The S3 LISTObjects, ListObjectsV2 and ListObjectVersions API now supports a new optional header x-amz-optional-object-attributes. If header contains RestoreStatus as the value, then S3 will include Glacier restore status i.e. isRestoreInProgress and RestoreExpiryDate in List response. +* api-change:``sagemaker``: This release adds support for Model Cards Model Registry integration. + + 1.27.162 ======== diff --git a/awscli/__init__.py b/awscli/__init__.py index 1fd0fc89cd7d..2a6f2621fe2a 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.27.162' +__version__ = '1.27.163' # # 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 be10eed71927..05bb2c4a2dd3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.27.1' # The full version, including alpha/beta/rc tags. -release = '1.27.162' +release = '1.27.163' # 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 eeed30b6c415..8d68e2fdb4cc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.29.162 + botocore==1.29.163 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 64f9f409a990..bf5c4f0b1717 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.29.162', + 'botocore==1.29.163', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5',