From c3df7675bcb9ba6a0e13701dddfd85b5c8141994 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 30 Sep 2022 18:06:27 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-codedeploy-96880.json | 5 +++++ .changes/next-release/api-change-devopsguru-16387.json | 5 +++++ .changes/next-release/api-change-dlm-72362.json | 5 +++++ .changes/next-release/api-change-sagemaker-69848.json | 5 +++++ .changes/next-release/api-change-sagemakerruntime-30650.json | 5 +++++ .changes/next-release/api-change-ssooidc-68782.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-codedeploy-96880.json create mode 100644 .changes/next-release/api-change-devopsguru-16387.json create mode 100644 .changes/next-release/api-change-dlm-72362.json create mode 100644 .changes/next-release/api-change-sagemaker-69848.json create mode 100644 .changes/next-release/api-change-sagemakerruntime-30650.json create mode 100644 .changes/next-release/api-change-ssooidc-68782.json diff --git a/.changes/next-release/api-change-codedeploy-96880.json b/.changes/next-release/api-change-codedeploy-96880.json new file mode 100644 index 0000000000..112d990505 --- /dev/null +++ b/.changes/next-release/api-change-codedeploy-96880.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codedeploy``", + "description": "[``botocore``] This release allows you to override the alarm configurations when creating a deployment." +} diff --git a/.changes/next-release/api-change-devopsguru-16387.json b/.changes/next-release/api-change-devopsguru-16387.json new file mode 100644 index 0000000000..6d4a241e52 --- /dev/null +++ b/.changes/next-release/api-change-devopsguru-16387.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``devops-guru``", + "description": "[``botocore``] This release adds filter feature on AddNotificationChannel API, enable customer to configure the SNS notification messages by Severity or MessageTypes" +} diff --git a/.changes/next-release/api-change-dlm-72362.json b/.changes/next-release/api-change-dlm-72362.json new file mode 100644 index 0000000000..d345f8344e --- /dev/null +++ b/.changes/next-release/api-change-dlm-72362.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``dlm``", + "description": "[``botocore``] This release adds support for archival of single-volume snapshots created by Amazon Data Lifecycle Manager policies" +} diff --git a/.changes/next-release/api-change-sagemaker-69848.json b/.changes/next-release/api-change-sagemaker-69848.json new file mode 100644 index 0000000000..b9061e97aa --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-69848.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] A new parameter called ExplainerConfig is added to CreateEndpointConfig API to enable SageMaker Clarify online explainability feature." +} diff --git a/.changes/next-release/api-change-sagemakerruntime-30650.json b/.changes/next-release/api-change-sagemakerruntime-30650.json new file mode 100644 index 0000000000..3f6427096c --- /dev/null +++ b/.changes/next-release/api-change-sagemakerruntime-30650.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker-runtime``", + "description": "[``botocore``] Update sagemaker-runtime client to latest version" +} diff --git a/.changes/next-release/api-change-ssooidc-68782.json b/.changes/next-release/api-change-ssooidc-68782.json new file mode 100644 index 0000000000..f3f878f2d3 --- /dev/null +++ b/.changes/next-release/api-change-ssooidc-68782.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sso-oidc``", + "description": "[``botocore``] Documentation updates for the IAM Identity Center OIDC CLI Reference." +} From 1919c9c56e59c2a553b60a4555c72d49642d6382 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 30 Sep 2022 18:06:36 +0000 Subject: [PATCH 2/2] Bumping version to 1.24.84 --- .changes/1.24.84.json | 32 +++++++++++++++++++ .../api-change-codedeploy-96880.json | 5 --- .../api-change-devopsguru-16387.json | 5 --- .../next-release/api-change-dlm-72362.json | 5 --- .../api-change-sagemaker-69848.json | 5 --- .../api-change-sagemakerruntime-30650.json | 5 --- .../api-change-ssooidc-68782.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.24.84.json delete mode 100644 .changes/next-release/api-change-codedeploy-96880.json delete mode 100644 .changes/next-release/api-change-devopsguru-16387.json delete mode 100644 .changes/next-release/api-change-dlm-72362.json delete mode 100644 .changes/next-release/api-change-sagemaker-69848.json delete mode 100644 .changes/next-release/api-change-sagemakerruntime-30650.json delete mode 100644 .changes/next-release/api-change-ssooidc-68782.json diff --git a/.changes/1.24.84.json b/.changes/1.24.84.json new file mode 100644 index 0000000000..f635c5a354 --- /dev/null +++ b/.changes/1.24.84.json @@ -0,0 +1,32 @@ +[ + { + "category": "``codedeploy``", + "description": "[``botocore``] This release allows you to override the alarm configurations when creating a deployment.", + "type": "api-change" + }, + { + "category": "``devops-guru``", + "description": "[``botocore``] This release adds filter feature on AddNotificationChannel API, enable customer to configure the SNS notification messages by Severity or MessageTypes", + "type": "api-change" + }, + { + "category": "``dlm``", + "description": "[``botocore``] This release adds support for archival of single-volume snapshots created by Amazon Data Lifecycle Manager policies", + "type": "api-change" + }, + { + "category": "``sagemaker-runtime``", + "description": "[``botocore``] Update sagemaker-runtime client to latest version", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] A new parameter called ExplainerConfig is added to CreateEndpointConfig API to enable SageMaker Clarify online explainability feature.", + "type": "api-change" + }, + { + "category": "``sso-oidc``", + "description": "[``botocore``] Documentation updates for the IAM Identity Center OIDC CLI Reference.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codedeploy-96880.json b/.changes/next-release/api-change-codedeploy-96880.json deleted file mode 100644 index 112d990505..0000000000 --- a/.changes/next-release/api-change-codedeploy-96880.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codedeploy``", - "description": "[``botocore``] This release allows you to override the alarm configurations when creating a deployment." -} diff --git a/.changes/next-release/api-change-devopsguru-16387.json b/.changes/next-release/api-change-devopsguru-16387.json deleted file mode 100644 index 6d4a241e52..0000000000 --- a/.changes/next-release/api-change-devopsguru-16387.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``devops-guru``", - "description": "[``botocore``] This release adds filter feature on AddNotificationChannel API, enable customer to configure the SNS notification messages by Severity or MessageTypes" -} diff --git a/.changes/next-release/api-change-dlm-72362.json b/.changes/next-release/api-change-dlm-72362.json deleted file mode 100644 index d345f8344e..0000000000 --- a/.changes/next-release/api-change-dlm-72362.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``dlm``", - "description": "[``botocore``] This release adds support for archival of single-volume snapshots created by Amazon Data Lifecycle Manager policies" -} diff --git a/.changes/next-release/api-change-sagemaker-69848.json b/.changes/next-release/api-change-sagemaker-69848.json deleted file mode 100644 index b9061e97aa..0000000000 --- a/.changes/next-release/api-change-sagemaker-69848.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] A new parameter called ExplainerConfig is added to CreateEndpointConfig API to enable SageMaker Clarify online explainability feature." -} diff --git a/.changes/next-release/api-change-sagemakerruntime-30650.json b/.changes/next-release/api-change-sagemakerruntime-30650.json deleted file mode 100644 index 3f6427096c..0000000000 --- a/.changes/next-release/api-change-sagemakerruntime-30650.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker-runtime``", - "description": "[``botocore``] Update sagemaker-runtime client to latest version" -} diff --git a/.changes/next-release/api-change-ssooidc-68782.json b/.changes/next-release/api-change-ssooidc-68782.json deleted file mode 100644 index f3f878f2d3..0000000000 --- a/.changes/next-release/api-change-ssooidc-68782.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sso-oidc``", - "description": "[``botocore``] Documentation updates for the IAM Identity Center OIDC CLI Reference." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 77d1f5b153..d8dc5f067f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.24.84 +======= + +* api-change:``codedeploy``: [``botocore``] This release allows you to override the alarm configurations when creating a deployment. +* api-change:``devops-guru``: [``botocore``] This release adds filter feature on AddNotificationChannel API, enable customer to configure the SNS notification messages by Severity or MessageTypes +* api-change:``dlm``: [``botocore``] This release adds support for archival of single-volume snapshots created by Amazon Data Lifecycle Manager policies +* api-change:``sagemaker-runtime``: [``botocore``] Update sagemaker-runtime client to latest version +* api-change:``sagemaker``: [``botocore``] A new parameter called ExplainerConfig is added to CreateEndpointConfig API to enable SageMaker Clarify online explainability feature. +* api-change:``sso-oidc``: [``botocore``] Documentation updates for the IAM Identity Center OIDC CLI Reference. + + 1.24.83 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index fa5ed020f1..a6524a3c3d 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.24.83' +__version__ = '1.24.84' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index fe20f66f22..3b4c075a65 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.27.83,<1.28.0 + botocore>=1.27.84,<1.28.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index e833f4403b..58fb38347b 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.27.83,<1.28.0', + 'botocore>=1.27.84,<1.28.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]