From f8156ab867dbb1d744b4f2b7998296c66768bdbb Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 6 Oct 2021 18:18:10 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-amplifybackend-93273.json | 5 +++++ .changes/next-release/api-change-fsx-11901.json | 5 +++++ .changes/next-release/api-change-kendra-93692.json | 5 +++++ .changes/next-release/api-change-sagemaker-37113.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-amplifybackend-93273.json create mode 100644 .changes/next-release/api-change-fsx-11901.json create mode 100644 .changes/next-release/api-change-kendra-93692.json create mode 100644 .changes/next-release/api-change-sagemaker-37113.json diff --git a/.changes/next-release/api-change-amplifybackend-93273.json b/.changes/next-release/api-change-amplifybackend-93273.json new file mode 100644 index 0000000000..5ed0e9b982 --- /dev/null +++ b/.changes/next-release/api-change-amplifybackend-93273.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``amplifybackend``", + "description": "[``botocore``] Adding a new field 'AmplifyFeatureFlags' to the response of the GetBackend operation. It will return a stringified version of the cli.json file for the given Amplify project." +} diff --git a/.changes/next-release/api-change-fsx-11901.json b/.changes/next-release/api-change-fsx-11901.json new file mode 100644 index 0000000000..3ecf1e15a9 --- /dev/null +++ b/.changes/next-release/api-change-fsx-11901.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``fsx``", + "description": "[``botocore``] This release adds support for Lustre 2.12 to FSx for Lustre." +} diff --git a/.changes/next-release/api-change-kendra-93692.json b/.changes/next-release/api-change-kendra-93692.json new file mode 100644 index 0000000000..89522f3a7b --- /dev/null +++ b/.changes/next-release/api-change-kendra-93692.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``kendra``", + "description": "[``botocore``] Amazon Kendra now supports integration with AWS SSO" +} diff --git a/.changes/next-release/api-change-sagemaker-37113.json b/.changes/next-release/api-change-sagemaker-37113.json new file mode 100644 index 0000000000..82c183e3d1 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-37113.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] This release adds a new TrainingInputMode FastFile for SageMaker Training APIs." +} From afb6b7241e037810fd972bddd750c2dc04ac53b5 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 6 Oct 2021 18:18:18 +0000 Subject: [PATCH 2/2] Bumping version to 1.18.56 --- .changes/1.18.56.json | 22 +++++++++++++++++++ .../api-change-amplifybackend-93273.json | 5 ----- .../next-release/api-change-fsx-11901.json | 5 ----- .../next-release/api-change-kendra-93692.json | 5 ----- .../api-change-sagemaker-37113.json | 5 ----- CHANGELOG.rst | 9 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 9 files changed, 34 insertions(+), 23 deletions(-) create mode 100644 .changes/1.18.56.json delete mode 100644 .changes/next-release/api-change-amplifybackend-93273.json delete mode 100644 .changes/next-release/api-change-fsx-11901.json delete mode 100644 .changes/next-release/api-change-kendra-93692.json delete mode 100644 .changes/next-release/api-change-sagemaker-37113.json diff --git a/.changes/1.18.56.json b/.changes/1.18.56.json new file mode 100644 index 0000000000..4d1ab44b92 --- /dev/null +++ b/.changes/1.18.56.json @@ -0,0 +1,22 @@ +[ + { + "category": "``sagemaker``", + "description": "[``botocore``] This release adds a new TrainingInputMode FastFile for SageMaker Training APIs.", + "type": "api-change" + }, + { + "category": "``amplifybackend``", + "description": "[``botocore``] Adding a new field 'AmplifyFeatureFlags' to the response of the GetBackend operation. It will return a stringified version of the cli.json file for the given Amplify project.", + "type": "api-change" + }, + { + "category": "``fsx``", + "description": "[``botocore``] This release adds support for Lustre 2.12 to FSx for Lustre.", + "type": "api-change" + }, + { + "category": "``kendra``", + "description": "[``botocore``] Amazon Kendra now supports integration with AWS SSO", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-amplifybackend-93273.json b/.changes/next-release/api-change-amplifybackend-93273.json deleted file mode 100644 index 5ed0e9b982..0000000000 --- a/.changes/next-release/api-change-amplifybackend-93273.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``amplifybackend``", - "description": "[``botocore``] Adding a new field 'AmplifyFeatureFlags' to the response of the GetBackend operation. It will return a stringified version of the cli.json file for the given Amplify project." -} diff --git a/.changes/next-release/api-change-fsx-11901.json b/.changes/next-release/api-change-fsx-11901.json deleted file mode 100644 index 3ecf1e15a9..0000000000 --- a/.changes/next-release/api-change-fsx-11901.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fsx``", - "description": "[``botocore``] This release adds support for Lustre 2.12 to FSx for Lustre." -} diff --git a/.changes/next-release/api-change-kendra-93692.json b/.changes/next-release/api-change-kendra-93692.json deleted file mode 100644 index 89522f3a7b..0000000000 --- a/.changes/next-release/api-change-kendra-93692.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kendra``", - "description": "[``botocore``] Amazon Kendra now supports integration with AWS SSO" -} diff --git a/.changes/next-release/api-change-sagemaker-37113.json b/.changes/next-release/api-change-sagemaker-37113.json deleted file mode 100644 index 82c183e3d1..0000000000 --- a/.changes/next-release/api-change-sagemaker-37113.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] This release adds a new TrainingInputMode FastFile for SageMaker Training APIs." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d27b7c35a3..7bd7ae14eb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.18.56 +======= + +* api-change:``sagemaker``: [``botocore``] This release adds a new TrainingInputMode FastFile for SageMaker Training APIs. +* api-change:``amplifybackend``: [``botocore``] Adding a new field 'AmplifyFeatureFlags' to the response of the GetBackend operation. It will return a stringified version of the cli.json file for the given Amplify project. +* api-change:``fsx``: [``botocore``] This release adds support for Lustre 2.12 to FSx for Lustre. +* api-change:``kendra``: [``botocore``] Amazon Kendra now supports integration with AWS SSO + + 1.18.55 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index a6f97f23db..5700274273 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.18.55' +__version__ = '1.18.56' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 7fc655e408..54a4c4d8ac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.21.55,<1.22.0 + botocore>=1.21.56,<1.22.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.5.0,<0.6.0 diff --git a/setup.py b/setup.py index 588ae03c3f..39441e0076 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.21.55,<1.22.0', + 'botocore>=1.21.56,<1.22.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.5.0,<0.6.0' ]