From 1e7579996ca6d29ee5ccb5900d4b92cba3c14735 Mon Sep 17 00:00:00 2001 From: Tim Finnigan Date: Tue, 12 Sep 2023 11:56:23 -0700 Subject: [PATCH 1/3] fix minor grammar issue Fix grammar Co-authored-by: Nate Prewitt fix minor grammar issue# --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0a39d115ae..787615a85c 100644 --- a/README.rst +++ b/README.rst @@ -81,7 +81,7 @@ Then, set up a default region (in e.g. ``~/.aws/config``): [default] region=us-east-1 -Other credentials configuration method can be found `here `__ +Other credential configuration methods can be found `here `__ Then, from a Python interpreter: From c7a44e01722ddebff687240c9a6a1f3c4328542b Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 15 Sep 2023 18:38:28 +0000 Subject: [PATCH 2/3] Add changelog entries from botocore --- .changes/next-release/api-change-appstream-67719.json | 5 +++++ .changes/next-release/api-change-connect-31755.json | 5 +++++ .changes/next-release/api-change-datasync-8472.json | 5 +++++ .changes/next-release/api-change-sagemaker-73375.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-appstream-67719.json create mode 100644 .changes/next-release/api-change-connect-31755.json create mode 100644 .changes/next-release/api-change-datasync-8472.json create mode 100644 .changes/next-release/api-change-sagemaker-73375.json diff --git a/.changes/next-release/api-change-appstream-67719.json b/.changes/next-release/api-change-appstream-67719.json new file mode 100644 index 0000000000..e6f21b19c2 --- /dev/null +++ b/.changes/next-release/api-change-appstream-67719.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``appstream``", + "description": "[``botocore``] This release introduces app block builder, allowing customers to provision a resource to package applications into an app block" +} diff --git a/.changes/next-release/api-change-connect-31755.json b/.changes/next-release/api-change-connect-31755.json new file mode 100644 index 0000000000..fd6c9ce678 --- /dev/null +++ b/.changes/next-release/api-change-connect-31755.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "[``botocore``] New rule type (OnMetricDataUpdate) has been added" +} diff --git a/.changes/next-release/api-change-datasync-8472.json b/.changes/next-release/api-change-datasync-8472.json new file mode 100644 index 0000000000..56e48b687f --- /dev/null +++ b/.changes/next-release/api-change-datasync-8472.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``datasync``", + "description": "[``botocore``] Documentation-only updates for AWS DataSync." +} diff --git a/.changes/next-release/api-change-sagemaker-73375.json b/.changes/next-release/api-change-sagemaker-73375.json new file mode 100644 index 0000000000..4d6eff9202 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-73375.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] This release introduces Skip Model Validation for Model Packages" +} From fda1d1ed76255841ad24dcc58eb454513db15a3d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 15 Sep 2023 18:38:48 +0000 Subject: [PATCH 3/3] Bumping version to 1.28.49 --- .changes/1.28.49.json | 22 +++++++++++++++++++ .../api-change-appstream-67719.json | 5 ----- .../api-change-connect-31755.json | 5 ----- .../api-change-datasync-8472.json | 5 ----- .../api-change-sagemaker-73375.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.28.49.json delete mode 100644 .changes/next-release/api-change-appstream-67719.json delete mode 100644 .changes/next-release/api-change-connect-31755.json delete mode 100644 .changes/next-release/api-change-datasync-8472.json delete mode 100644 .changes/next-release/api-change-sagemaker-73375.json diff --git a/.changes/1.28.49.json b/.changes/1.28.49.json new file mode 100644 index 0000000000..ceba8bf7fb --- /dev/null +++ b/.changes/1.28.49.json @@ -0,0 +1,22 @@ +[ + { + "category": "``appstream``", + "description": "[``botocore``] This release introduces app block builder, allowing customers to provision a resource to package applications into an app block", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] New rule type (OnMetricDataUpdate) has been added", + "type": "api-change" + }, + { + "category": "``datasync``", + "description": "[``botocore``] Documentation-only updates for AWS DataSync.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] This release introduces Skip Model Validation for Model Packages", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-appstream-67719.json b/.changes/next-release/api-change-appstream-67719.json deleted file mode 100644 index e6f21b19c2..0000000000 --- a/.changes/next-release/api-change-appstream-67719.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appstream``", - "description": "[``botocore``] This release introduces app block builder, allowing customers to provision a resource to package applications into an app block" -} diff --git a/.changes/next-release/api-change-connect-31755.json b/.changes/next-release/api-change-connect-31755.json deleted file mode 100644 index fd6c9ce678..0000000000 --- a/.changes/next-release/api-change-connect-31755.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] New rule type (OnMetricDataUpdate) has been added" -} diff --git a/.changes/next-release/api-change-datasync-8472.json b/.changes/next-release/api-change-datasync-8472.json deleted file mode 100644 index 56e48b687f..0000000000 --- a/.changes/next-release/api-change-datasync-8472.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datasync``", - "description": "[``botocore``] Documentation-only updates for AWS DataSync." -} diff --git a/.changes/next-release/api-change-sagemaker-73375.json b/.changes/next-release/api-change-sagemaker-73375.json deleted file mode 100644 index 4d6eff9202..0000000000 --- a/.changes/next-release/api-change-sagemaker-73375.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] This release introduces Skip Model Validation for Model Packages" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e980318687..270d98ba29 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.28.49 +======= + +* api-change:``appstream``: [``botocore``] This release introduces app block builder, allowing customers to provision a resource to package applications into an app block +* api-change:``connect``: [``botocore``] New rule type (OnMetricDataUpdate) has been added +* api-change:``datasync``: [``botocore``] Documentation-only updates for AWS DataSync. +* api-change:``sagemaker``: [``botocore``] This release introduces Skip Model Validation for Model Packages + + 1.28.48 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 07adabe8ce..78eefce42e 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.48' +__version__ = '1.28.49' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 1379aeb50d..072a5f5128 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.31.48,<1.32.0 + botocore>=1.31.49,<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 b25c426b72..1304449575 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.31.48,<1.32.0', + 'botocore>=1.31.49,<1.32.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]