From bb61ca458350d560481c3b083f5737016a83a100 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 23 Dec 2024 19:13:46 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-ecr-95956.json | 5 +++++ .changes/next-release/api-change-ecrpublic-32669.json | 5 +++++ .changes/next-release/api-change-eks-28462.json | 5 +++++ .changes/next-release/api-change-glue-41136.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-ecr-95956.json create mode 100644 .changes/next-release/api-change-ecrpublic-32669.json create mode 100644 .changes/next-release/api-change-eks-28462.json create mode 100644 .changes/next-release/api-change-glue-41136.json diff --git a/.changes/next-release/api-change-ecr-95956.json b/.changes/next-release/api-change-ecr-95956.json new file mode 100644 index 0000000000..db39397b8f --- /dev/null +++ b/.changes/next-release/api-change-ecr-95956.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ecr``", + "description": "[``botocore``] Documentation update for ECR GetAccountSetting and PutAccountSetting APIs." +} diff --git a/.changes/next-release/api-change-ecrpublic-32669.json b/.changes/next-release/api-change-ecrpublic-32669.json new file mode 100644 index 0000000000..795aeae88d --- /dev/null +++ b/.changes/next-release/api-change-ecrpublic-32669.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ecr-public``", + "description": "[``botocore``] Add support for Dualstack endpoints" +} diff --git a/.changes/next-release/api-change-eks-28462.json b/.changes/next-release/api-change-eks-28462.json new file mode 100644 index 0000000000..dd02cc5f06 --- /dev/null +++ b/.changes/next-release/api-change-eks-28462.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``eks``", + "description": "[``botocore``] This release adds support for DescribeClusterVersions API that provides important information about Kubernetes versions along with end of support dates" +} diff --git a/.changes/next-release/api-change-glue-41136.json b/.changes/next-release/api-change-glue-41136.json new file mode 100644 index 0000000000..233949b031 --- /dev/null +++ b/.changes/next-release/api-change-glue-41136.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``glue``", + "description": "[``botocore``] Add IncludeRoot parameters to GetCatalogs API to return root catalog." +} From 6c0a1bcdedda240e0f6c6132f708bb9aa9fe6601 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 23 Dec 2024 19:14:11 +0000 Subject: [PATCH 2/2] Bumping version to 1.35.87 --- .changes/1.35.87.json | 22 +++++++++++++++++++ .../next-release/api-change-ecr-95956.json | 5 ----- .../api-change-ecrpublic-32669.json | 5 ----- .../next-release/api-change-eks-28462.json | 5 ----- .../next-release/api-change-glue-41136.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.35.87.json delete mode 100644 .changes/next-release/api-change-ecr-95956.json delete mode 100644 .changes/next-release/api-change-ecrpublic-32669.json delete mode 100644 .changes/next-release/api-change-eks-28462.json delete mode 100644 .changes/next-release/api-change-glue-41136.json diff --git a/.changes/1.35.87.json b/.changes/1.35.87.json new file mode 100644 index 0000000000..e89d2ed93e --- /dev/null +++ b/.changes/1.35.87.json @@ -0,0 +1,22 @@ +[ + { + "category": "``ecr``", + "description": "[``botocore``] Documentation update for ECR GetAccountSetting and PutAccountSetting APIs.", + "type": "api-change" + }, + { + "category": "``ecr-public``", + "description": "[``botocore``] Add support for Dualstack endpoints", + "type": "api-change" + }, + { + "category": "``eks``", + "description": "[``botocore``] This release adds support for DescribeClusterVersions API that provides important information about Kubernetes versions along with end of support dates", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "[``botocore``] Add IncludeRoot parameters to GetCatalogs API to return root catalog.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ecr-95956.json b/.changes/next-release/api-change-ecr-95956.json deleted file mode 100644 index db39397b8f..0000000000 --- a/.changes/next-release/api-change-ecr-95956.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecr``", - "description": "[``botocore``] Documentation update for ECR GetAccountSetting and PutAccountSetting APIs." -} diff --git a/.changes/next-release/api-change-ecrpublic-32669.json b/.changes/next-release/api-change-ecrpublic-32669.json deleted file mode 100644 index 795aeae88d..0000000000 --- a/.changes/next-release/api-change-ecrpublic-32669.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecr-public``", - "description": "[``botocore``] Add support for Dualstack endpoints" -} diff --git a/.changes/next-release/api-change-eks-28462.json b/.changes/next-release/api-change-eks-28462.json deleted file mode 100644 index dd02cc5f06..0000000000 --- a/.changes/next-release/api-change-eks-28462.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``eks``", - "description": "[``botocore``] This release adds support for DescribeClusterVersions API that provides important information about Kubernetes versions along with end of support dates" -} diff --git a/.changes/next-release/api-change-glue-41136.json b/.changes/next-release/api-change-glue-41136.json deleted file mode 100644 index 233949b031..0000000000 --- a/.changes/next-release/api-change-glue-41136.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "[``botocore``] Add IncludeRoot parameters to GetCatalogs API to return root catalog." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3840280661..9487774fd5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.35.87 +======= + +* api-change:``ecr``: [``botocore``] Documentation update for ECR GetAccountSetting and PutAccountSetting APIs. +* api-change:``ecr-public``: [``botocore``] Add support for Dualstack endpoints +* api-change:``eks``: [``botocore``] This release adds support for DescribeClusterVersions API that provides important information about Kubernetes versions along with end of support dates +* api-change:``glue``: [``botocore``] Add IncludeRoot parameters to GetCatalogs API to return root catalog. + + 1.35.86 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 7ada801d49..b6000d41e9 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.35.86' +__version__ = '1.35.87' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index ded2ed9bac..aafd3d9c01 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.86,<1.36.0 + botocore>=1.35.87,<1.36.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index ae22b57f2c..57fce98e1b 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.86,<1.36.0', + 'botocore>=1.35.87,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]