From 204e2651a7db68c85bba1845c55def3cf4c86978 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 4 Oct 2023 18:14:05 +0000 Subject: [PATCH] Bumping version to 1.28.60 --- .changes/1.28.60.json | 27 +++++++++++++++++++ .../api-change-appconfig-75198.json | 5 ---- .../api-change-datazone-96033.json | 5 ---- .../api-change-mediatailor-4136.json | 5 ---- .../next-release/api-change-mgn-67956.json | 5 ---- .../api-change-sagemaker-91655.json | 5 ---- CHANGELOG.rst | 10 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 40 insertions(+), 28 deletions(-) create mode 100644 .changes/1.28.60.json delete mode 100644 .changes/next-release/api-change-appconfig-75198.json delete mode 100644 .changes/next-release/api-change-datazone-96033.json delete mode 100644 .changes/next-release/api-change-mediatailor-4136.json delete mode 100644 .changes/next-release/api-change-mgn-67956.json delete mode 100644 .changes/next-release/api-change-sagemaker-91655.json diff --git a/.changes/1.28.60.json b/.changes/1.28.60.json new file mode 100644 index 0000000000..d63161e88c --- /dev/null +++ b/.changes/1.28.60.json @@ -0,0 +1,27 @@ +[ + { + "category": "``appconfig``", + "description": "[``botocore``] AWS AppConfig introduces KMS customer-managed key (CMK) encryption support for data saved to AppConfig's hosted configuration store.", + "type": "api-change" + }, + { + "category": "``datazone``", + "description": "[``botocore``] Initial release of Amazon DataZone", + "type": "api-change" + }, + { + "category": "``mediatailor``", + "description": "[``botocore``] Updates DescribeVodSource to include a list of ad break opportunities in the response", + "type": "api-change" + }, + { + "category": "``mgn``", + "description": "[``botocore``] This release includes the following new APIs: ListConnectors, CreateConnector, UpdateConnector, DeleteConnector and UpdateSourceServer to support the source action framework feature.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Adding support for AdditionalS3DataSource, a data source used for training or inference that is in addition to the input dataset or model data.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-appconfig-75198.json b/.changes/next-release/api-change-appconfig-75198.json deleted file mode 100644 index f9e50ded2e..0000000000 --- a/.changes/next-release/api-change-appconfig-75198.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appconfig``", - "description": "[``botocore``] AWS AppConfig introduces KMS customer-managed key (CMK) encryption support for data saved to AppConfig's hosted configuration store." -} diff --git a/.changes/next-release/api-change-datazone-96033.json b/.changes/next-release/api-change-datazone-96033.json deleted file mode 100644 index b750e65e7b..0000000000 --- a/.changes/next-release/api-change-datazone-96033.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datazone``", - "description": "[``botocore``] Initial release of Amazon DataZone" -} diff --git a/.changes/next-release/api-change-mediatailor-4136.json b/.changes/next-release/api-change-mediatailor-4136.json deleted file mode 100644 index 31c897b75f..0000000000 --- a/.changes/next-release/api-change-mediatailor-4136.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediatailor``", - "description": "[``botocore``] Updates DescribeVodSource to include a list of ad break opportunities in the response" -} diff --git a/.changes/next-release/api-change-mgn-67956.json b/.changes/next-release/api-change-mgn-67956.json deleted file mode 100644 index 6fa5f5b96e..0000000000 --- a/.changes/next-release/api-change-mgn-67956.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mgn``", - "description": "[``botocore``] This release includes the following new APIs: ListConnectors, CreateConnector, UpdateConnector, DeleteConnector and UpdateSourceServer to support the source action framework feature." -} diff --git a/.changes/next-release/api-change-sagemaker-91655.json b/.changes/next-release/api-change-sagemaker-91655.json deleted file mode 100644 index 9bdc1a39fe..0000000000 --- a/.changes/next-release/api-change-sagemaker-91655.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] Adding support for AdditionalS3DataSource, a data source used for training or inference that is in addition to the input dataset or model data." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ad2b3c43c9..0a5bfe0cd2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.28.60 +======= + +* api-change:``appconfig``: [``botocore``] AWS AppConfig introduces KMS customer-managed key (CMK) encryption support for data saved to AppConfig's hosted configuration store. +* api-change:``datazone``: [``botocore``] Initial release of Amazon DataZone +* api-change:``mediatailor``: [``botocore``] Updates DescribeVodSource to include a list of ad break opportunities in the response +* api-change:``mgn``: [``botocore``] This release includes the following new APIs: ListConnectors, CreateConnector, UpdateConnector, DeleteConnector and UpdateSourceServer to support the source action framework feature. +* api-change:``sagemaker``: [``botocore``] Adding support for AdditionalS3DataSource, a data source used for training or inference that is in addition to the input dataset or model data. + + 1.28.59 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 2215628529..b948c0ca6f 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.28.59' +__version__ = '1.28.60' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 2ff7fadecb..e6ffc8f595 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.31.59,<1.32.0 + botocore>=1.31.60,<1.32.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.7.0,<0.8.0 diff --git a/setup.py b/setup.py index 4469eacca0..36cef2594f 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.31.59,<1.32.0', + 'botocore>=1.31.60,<1.32.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.7.0,<0.8.0', ]