From d857b4297aad86ca08033830a01689cc50bf7127 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 26 Oct 2022 18:11:40 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-iam-97954.json | 5 +++++ .changes/next-release/api-change-kafka-42389.json | 5 +++++ .changes/next-release/api-change-neptune-55403.json | 5 +++++ .changes/next-release/api-change-sagemaker-94580.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-iam-97954.json create mode 100644 .changes/next-release/api-change-kafka-42389.json create mode 100644 .changes/next-release/api-change-neptune-55403.json create mode 100644 .changes/next-release/api-change-sagemaker-94580.json diff --git a/.changes/next-release/api-change-iam-97954.json b/.changes/next-release/api-change-iam-97954.json new file mode 100644 index 0000000000..6599035c95 --- /dev/null +++ b/.changes/next-release/api-change-iam-97954.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``iam``", + "description": "[``botocore``] Doc only update that corrects instances of CLI not using an entity." +} diff --git a/.changes/next-release/api-change-kafka-42389.json b/.changes/next-release/api-change-kafka-42389.json new file mode 100644 index 0000000000..9c27bea703 --- /dev/null +++ b/.changes/next-release/api-change-kafka-42389.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``kafka``", + "description": "[``botocore``] This release adds support for Tiered Storage. UpdateStorage allows you to control the Storage Mode for supported storage tiers." +} diff --git a/.changes/next-release/api-change-neptune-55403.json b/.changes/next-release/api-change-neptune-55403.json new file mode 100644 index 0000000000..f133ccf7c9 --- /dev/null +++ b/.changes/next-release/api-change-neptune-55403.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``neptune``", + "description": "[``botocore``] Added a new cluster-level attribute to set the capacity range for Neptune Serverless instances." +} diff --git a/.changes/next-release/api-change-sagemaker-94580.json b/.changes/next-release/api-change-sagemaker-94580.json new file mode 100644 index 0000000000..d425a0d123 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-94580.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] Amazon SageMaker Automatic Model Tuning now supports specifying Grid Search strategy for tuning jobs, which evaluates all hyperparameter combinations exhaustively based on the categorical hyperparameters provided." +} From 1bbce9c4c9e2d019e5a103a19ff210c98d4ce046 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 26 Oct 2022 18:11:49 +0000 Subject: [PATCH 2/2] Bumping version to 1.25.2 --- .changes/1.25.2.json | 22 +++++++++++++++++++ .../next-release/api-change-iam-97954.json | 5 ----- .../next-release/api-change-kafka-42389.json | 5 ----- .../api-change-neptune-55403.json | 5 ----- .../api-change-sagemaker-94580.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.25.2.json delete mode 100644 .changes/next-release/api-change-iam-97954.json delete mode 100644 .changes/next-release/api-change-kafka-42389.json delete mode 100644 .changes/next-release/api-change-neptune-55403.json delete mode 100644 .changes/next-release/api-change-sagemaker-94580.json diff --git a/.changes/1.25.2.json b/.changes/1.25.2.json new file mode 100644 index 0000000000..4bd0f61226 --- /dev/null +++ b/.changes/1.25.2.json @@ -0,0 +1,22 @@ +[ + { + "category": "``iam``", + "description": "[``botocore``] Doc only update that corrects instances of CLI not using an entity.", + "type": "api-change" + }, + { + "category": "``kafka``", + "description": "[``botocore``] This release adds support for Tiered Storage. UpdateStorage allows you to control the Storage Mode for supported storage tiers.", + "type": "api-change" + }, + { + "category": "``neptune``", + "description": "[``botocore``] Added a new cluster-level attribute to set the capacity range for Neptune Serverless instances.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Amazon SageMaker Automatic Model Tuning now supports specifying Grid Search strategy for tuning jobs, which evaluates all hyperparameter combinations exhaustively based on the categorical hyperparameters provided.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-iam-97954.json b/.changes/next-release/api-change-iam-97954.json deleted file mode 100644 index 6599035c95..0000000000 --- a/.changes/next-release/api-change-iam-97954.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iam``", - "description": "[``botocore``] Doc only update that corrects instances of CLI not using an entity." -} diff --git a/.changes/next-release/api-change-kafka-42389.json b/.changes/next-release/api-change-kafka-42389.json deleted file mode 100644 index 9c27bea703..0000000000 --- a/.changes/next-release/api-change-kafka-42389.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kafka``", - "description": "[``botocore``] This release adds support for Tiered Storage. UpdateStorage allows you to control the Storage Mode for supported storage tiers." -} diff --git a/.changes/next-release/api-change-neptune-55403.json b/.changes/next-release/api-change-neptune-55403.json deleted file mode 100644 index f133ccf7c9..0000000000 --- a/.changes/next-release/api-change-neptune-55403.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``neptune``", - "description": "[``botocore``] Added a new cluster-level attribute to set the capacity range for Neptune Serverless instances." -} diff --git a/.changes/next-release/api-change-sagemaker-94580.json b/.changes/next-release/api-change-sagemaker-94580.json deleted file mode 100644 index d425a0d123..0000000000 --- a/.changes/next-release/api-change-sagemaker-94580.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] Amazon SageMaker Automatic Model Tuning now supports specifying Grid Search strategy for tuning jobs, which evaluates all hyperparameter combinations exhaustively based on the categorical hyperparameters provided." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fae6f29421..f521769d31 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.25.2 +====== + +* api-change:``iam``: [``botocore``] Doc only update that corrects instances of CLI not using an entity. +* api-change:``kafka``: [``botocore``] This release adds support for Tiered Storage. UpdateStorage allows you to control the Storage Mode for supported storage tiers. +* api-change:``neptune``: [``botocore``] Added a new cluster-level attribute to set the capacity range for Neptune Serverless instances. +* api-change:``sagemaker``: [``botocore``] Amazon SageMaker Automatic Model Tuning now supports specifying Grid Search strategy for tuning jobs, which evaluates all hyperparameter combinations exhaustively based on the categorical hyperparameters provided. + + 1.25.1 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index 9c7a9ad7b6..79fea3396f 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.25.1' +__version__ = '1.25.2' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index d414add393..80b35bbd8b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.28.1,<1.29.0 + botocore>=1.28.2,<1.29.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 98efb72d89..ffe2d113cb 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.28.1,<1.29.0', + 'botocore>=1.28.2,<1.29.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]