From d5f4e45754820f3e9c1b38bef23cca7b2bbb25b6 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 19 Sep 2023 18:38:21 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-ec2-13624.json | 5 +++++ .changes/next-release/api-change-outposts-89421.json | 5 +++++ .changes/next-release/api-change-sagemaker-28177.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-ec2-13624.json create mode 100644 .changes/next-release/api-change-outposts-89421.json create mode 100644 .changes/next-release/api-change-sagemaker-28177.json diff --git a/.changes/next-release/api-change-ec2-13624.json b/.changes/next-release/api-change-ec2-13624.json new file mode 100644 index 0000000000..5857a93828 --- /dev/null +++ b/.changes/next-release/api-change-ec2-13624.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] This release adds support for C7i, and R7a instance types." +} diff --git a/.changes/next-release/api-change-outposts-89421.json b/.changes/next-release/api-change-outposts-89421.json new file mode 100644 index 0000000000..200b54ae94 --- /dev/null +++ b/.changes/next-release/api-change-outposts-89421.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``outposts``", + "description": "[``botocore``] This release adds the InstanceFamilies field to the ListAssets response." +} diff --git a/.changes/next-release/api-change-sagemaker-28177.json b/.changes/next-release/api-change-sagemaker-28177.json new file mode 100644 index 0000000000..e7a930153b --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-28177.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] This release adds support for one-time model monitoring schedules that are executed immediately without delay, explicit data analysis windows for model monitoring schedules and exclude features attributes to remove features from model monitor analysis." +} From 9f91d24351b180939ecbbe032fec05333d68ac1b Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 19 Sep 2023 18:38:21 +0000 Subject: [PATCH 2/2] Bumping version to 1.28.51 --- .changes/1.28.51.json | 17 +++++++++++++++++ .changes/next-release/api-change-ec2-13624.json | 5 ----- .../next-release/api-change-outposts-89421.json | 5 ----- .../api-change-sagemaker-28177.json | 5 ----- CHANGELOG.rst | 8 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 8 files changed, 28 insertions(+), 18 deletions(-) create mode 100644 .changes/1.28.51.json delete mode 100644 .changes/next-release/api-change-ec2-13624.json delete mode 100644 .changes/next-release/api-change-outposts-89421.json delete mode 100644 .changes/next-release/api-change-sagemaker-28177.json diff --git a/.changes/1.28.51.json b/.changes/1.28.51.json new file mode 100644 index 0000000000..708954ef26 --- /dev/null +++ b/.changes/1.28.51.json @@ -0,0 +1,17 @@ +[ + { + "category": "``ec2``", + "description": "[``botocore``] This release adds support for C7i, and R7a instance types.", + "type": "api-change" + }, + { + "category": "``outposts``", + "description": "[``botocore``] This release adds the InstanceFamilies field to the ListAssets response.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] This release adds support for one-time model monitoring schedules that are executed immediately without delay, explicit data analysis windows for model monitoring schedules and exclude features attributes to remove features from model monitor analysis.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ec2-13624.json b/.changes/next-release/api-change-ec2-13624.json deleted file mode 100644 index 5857a93828..0000000000 --- a/.changes/next-release/api-change-ec2-13624.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] This release adds support for C7i, and R7a instance types." -} diff --git a/.changes/next-release/api-change-outposts-89421.json b/.changes/next-release/api-change-outposts-89421.json deleted file mode 100644 index 200b54ae94..0000000000 --- a/.changes/next-release/api-change-outposts-89421.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``outposts``", - "description": "[``botocore``] This release adds the InstanceFamilies field to the ListAssets response." -} diff --git a/.changes/next-release/api-change-sagemaker-28177.json b/.changes/next-release/api-change-sagemaker-28177.json deleted file mode 100644 index e7a930153b..0000000000 --- a/.changes/next-release/api-change-sagemaker-28177.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] This release adds support for one-time model monitoring schedules that are executed immediately without delay, explicit data analysis windows for model monitoring schedules and exclude features attributes to remove features from model monitor analysis." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 318f5f9dea..a5b1eae980 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.28.51 +======= + +* api-change:``ec2``: [``botocore``] This release adds support for C7i, and R7a instance types. +* api-change:``outposts``: [``botocore``] This release adds the InstanceFamilies field to the ListAssets response. +* api-change:``sagemaker``: [``botocore``] This release adds support for one-time model monitoring schedules that are executed immediately without delay, explicit data analysis windows for model monitoring schedules and exclude features attributes to remove features from model monitor analysis. + + 1.28.50 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 9fd7908c62..11f86b9a00 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.50' +__version__ = '1.28.51' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 779400d7cc..2942a2be89 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.31.50,<1.32.0 + botocore>=1.31.51,<1.32.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 7f8dcdb8d2..e1ab8b8598 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.31.50,<1.32.0', + 'botocore>=1.31.51,<1.32.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]