From ce0446258cd1f1a46f03bfc99137dc2c2a6252e0 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 13 Dec 2024 19:18:46 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-cloudhsmv2-90981.json | 5 +++++ .changes/next-release/api-change-ec2-66466.json | 5 +++++ .changes/next-release/api-change-eks-42910.json | 5 +++++ .changes/next-release/api-change-logs-91140.json | 5 +++++ .changes/next-release/api-change-mediaconnect-92309.json | 5 +++++ .changes/next-release/api-change-networkmanager-71337.json | 5 +++++ .changes/next-release/api-change-servicediscovery-99181.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-cloudhsmv2-90981.json create mode 100644 .changes/next-release/api-change-ec2-66466.json create mode 100644 .changes/next-release/api-change-eks-42910.json create mode 100644 .changes/next-release/api-change-logs-91140.json create mode 100644 .changes/next-release/api-change-mediaconnect-92309.json create mode 100644 .changes/next-release/api-change-networkmanager-71337.json create mode 100644 .changes/next-release/api-change-servicediscovery-99181.json diff --git a/.changes/next-release/api-change-cloudhsmv2-90981.json b/.changes/next-release/api-change-cloudhsmv2-90981.json new file mode 100644 index 0000000000..5ce65edb9d --- /dev/null +++ b/.changes/next-release/api-change-cloudhsmv2-90981.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudhsmv2``", + "description": "[``botocore``] Add support for Dual-Stack hsm2m.medium clusters. The customers will now be able to create hsm2m.medium clusters having both IPv4 and IPv6 connection capabilities by specifying a new param called NetworkType=DUALSTACK during cluster creation." +} diff --git a/.changes/next-release/api-change-ec2-66466.json b/.changes/next-release/api-change-ec2-66466.json new file mode 100644 index 0000000000..297dc214e9 --- /dev/null +++ b/.changes/next-release/api-change-ec2-66466.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] This release adds GroupId to the response for DeleteSecurityGroup." +} diff --git a/.changes/next-release/api-change-eks-42910.json b/.changes/next-release/api-change-eks-42910.json new file mode 100644 index 0000000000..24a13fb94b --- /dev/null +++ b/.changes/next-release/api-change-eks-42910.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``eks``", + "description": "[``botocore``] Add NodeRepairConfig in CreateNodegroupRequest and UpdateNodegroupConfigRequest" +} diff --git a/.changes/next-release/api-change-logs-91140.json b/.changes/next-release/api-change-logs-91140.json new file mode 100644 index 0000000000..cf0bcc1c20 --- /dev/null +++ b/.changes/next-release/api-change-logs-91140.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``logs``", + "description": "[``botocore``] Limit PutIntegration IntegrationName and ListIntegrations IntegrationNamePrefix parameters to 50 characters" +} diff --git a/.changes/next-release/api-change-mediaconnect-92309.json b/.changes/next-release/api-change-mediaconnect-92309.json new file mode 100644 index 0000000000..7d9cf5cf2a --- /dev/null +++ b/.changes/next-release/api-change-mediaconnect-92309.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediaconnect``", + "description": "[``botocore``] AWS Elemental MediaConnect Gateway now supports Source Specific Multicast (SSM) for ingress bridges. This enables you to specify a source IP address in addition to a multicast IP when creating or updating an ingress bridge source." +} diff --git a/.changes/next-release/api-change-networkmanager-71337.json b/.changes/next-release/api-change-networkmanager-71337.json new file mode 100644 index 0000000000..2c3350cc5c --- /dev/null +++ b/.changes/next-release/api-change-networkmanager-71337.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``networkmanager``", + "description": "[``botocore``] There was a sentence fragment in UpdateDirectConnectGatewayAttachment that was causing customer confusion as to whether it's an incomplete sentence or if it was a typo. Removed the fragment." +} diff --git a/.changes/next-release/api-change-servicediscovery-99181.json b/.changes/next-release/api-change-servicediscovery-99181.json new file mode 100644 index 0000000000..5fccd70189 --- /dev/null +++ b/.changes/next-release/api-change-servicediscovery-99181.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``servicediscovery``", + "description": "[``botocore``] AWS Cloud Map now supports service-level attributes, allowing you to associate custom metadata directly with services. These attributes can be retrieved, updated, and deleted using the new GetServiceAttributes, UpdateServiceAttributes, and DeleteServiceAttributes API calls." +} From abf1b3b088a336d3e95af754a81d5188eedce790 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 13 Dec 2024 19:19:13 +0000 Subject: [PATCH 2/2] Bumping version to 1.35.81 --- .changes/1.35.81.json | 37 +++++++++++++++++++ .../api-change-cloudhsmv2-90981.json | 5 --- .../next-release/api-change-ec2-66466.json | 5 --- .../next-release/api-change-eks-42910.json | 5 --- .../next-release/api-change-logs-91140.json | 5 --- .../api-change-mediaconnect-92309.json | 5 --- .../api-change-networkmanager-71337.json | 5 --- .../api-change-servicediscovery-99181.json | 5 --- CHANGELOG.rst | 12 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 52 insertions(+), 38 deletions(-) create mode 100644 .changes/1.35.81.json delete mode 100644 .changes/next-release/api-change-cloudhsmv2-90981.json delete mode 100644 .changes/next-release/api-change-ec2-66466.json delete mode 100644 .changes/next-release/api-change-eks-42910.json delete mode 100644 .changes/next-release/api-change-logs-91140.json delete mode 100644 .changes/next-release/api-change-mediaconnect-92309.json delete mode 100644 .changes/next-release/api-change-networkmanager-71337.json delete mode 100644 .changes/next-release/api-change-servicediscovery-99181.json diff --git a/.changes/1.35.81.json b/.changes/1.35.81.json new file mode 100644 index 0000000000..2e7a9ed5f0 --- /dev/null +++ b/.changes/1.35.81.json @@ -0,0 +1,37 @@ +[ + { + "category": "``cloudhsmv2``", + "description": "[``botocore``] Add support for Dual-Stack hsm2m.medium clusters. The customers will now be able to create hsm2m.medium clusters having both IPv4 and IPv6 connection capabilities by specifying a new param called NetworkType=DUALSTACK during cluster creation.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] This release adds GroupId to the response for DeleteSecurityGroup.", + "type": "api-change" + }, + { + "category": "``eks``", + "description": "[``botocore``] Add NodeRepairConfig in CreateNodegroupRequest and UpdateNodegroupConfigRequest", + "type": "api-change" + }, + { + "category": "``logs``", + "description": "[``botocore``] Limit PutIntegration IntegrationName and ListIntegrations IntegrationNamePrefix parameters to 50 characters", + "type": "api-change" + }, + { + "category": "``mediaconnect``", + "description": "[``botocore``] AWS Elemental MediaConnect Gateway now supports Source Specific Multicast (SSM) for ingress bridges. This enables you to specify a source IP address in addition to a multicast IP when creating or updating an ingress bridge source.", + "type": "api-change" + }, + { + "category": "``networkmanager``", + "description": "[``botocore``] There was a sentence fragment in UpdateDirectConnectGatewayAttachment that was causing customer confusion as to whether it's an incomplete sentence or if it was a typo. Removed the fragment.", + "type": "api-change" + }, + { + "category": "``servicediscovery``", + "description": "[``botocore``] AWS Cloud Map now supports service-level attributes, allowing you to associate custom metadata directly with services. These attributes can be retrieved, updated, and deleted using the new GetServiceAttributes, UpdateServiceAttributes, and DeleteServiceAttributes API calls.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudhsmv2-90981.json b/.changes/next-release/api-change-cloudhsmv2-90981.json deleted file mode 100644 index 5ce65edb9d..0000000000 --- a/.changes/next-release/api-change-cloudhsmv2-90981.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudhsmv2``", - "description": "[``botocore``] Add support for Dual-Stack hsm2m.medium clusters. The customers will now be able to create hsm2m.medium clusters having both IPv4 and IPv6 connection capabilities by specifying a new param called NetworkType=DUALSTACK during cluster creation." -} diff --git a/.changes/next-release/api-change-ec2-66466.json b/.changes/next-release/api-change-ec2-66466.json deleted file mode 100644 index 297dc214e9..0000000000 --- a/.changes/next-release/api-change-ec2-66466.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] This release adds GroupId to the response for DeleteSecurityGroup." -} diff --git a/.changes/next-release/api-change-eks-42910.json b/.changes/next-release/api-change-eks-42910.json deleted file mode 100644 index 24a13fb94b..0000000000 --- a/.changes/next-release/api-change-eks-42910.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``eks``", - "description": "[``botocore``] Add NodeRepairConfig in CreateNodegroupRequest and UpdateNodegroupConfigRequest" -} diff --git a/.changes/next-release/api-change-logs-91140.json b/.changes/next-release/api-change-logs-91140.json deleted file mode 100644 index cf0bcc1c20..0000000000 --- a/.changes/next-release/api-change-logs-91140.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``logs``", - "description": "[``botocore``] Limit PutIntegration IntegrationName and ListIntegrations IntegrationNamePrefix parameters to 50 characters" -} diff --git a/.changes/next-release/api-change-mediaconnect-92309.json b/.changes/next-release/api-change-mediaconnect-92309.json deleted file mode 100644 index 7d9cf5cf2a..0000000000 --- a/.changes/next-release/api-change-mediaconnect-92309.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconnect``", - "description": "[``botocore``] AWS Elemental MediaConnect Gateway now supports Source Specific Multicast (SSM) for ingress bridges. This enables you to specify a source IP address in addition to a multicast IP when creating or updating an ingress bridge source." -} diff --git a/.changes/next-release/api-change-networkmanager-71337.json b/.changes/next-release/api-change-networkmanager-71337.json deleted file mode 100644 index 2c3350cc5c..0000000000 --- a/.changes/next-release/api-change-networkmanager-71337.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``networkmanager``", - "description": "[``botocore``] There was a sentence fragment in UpdateDirectConnectGatewayAttachment that was causing customer confusion as to whether it's an incomplete sentence or if it was a typo. Removed the fragment." -} diff --git a/.changes/next-release/api-change-servicediscovery-99181.json b/.changes/next-release/api-change-servicediscovery-99181.json deleted file mode 100644 index 5fccd70189..0000000000 --- a/.changes/next-release/api-change-servicediscovery-99181.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``servicediscovery``", - "description": "[``botocore``] AWS Cloud Map now supports service-level attributes, allowing you to associate custom metadata directly with services. These attributes can be retrieved, updated, and deleted using the new GetServiceAttributes, UpdateServiceAttributes, and DeleteServiceAttributes API calls." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index da5bc4ebdd..75e9d0bede 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.35.81 +======= + +* api-change:``cloudhsmv2``: [``botocore``] Add support for Dual-Stack hsm2m.medium clusters. The customers will now be able to create hsm2m.medium clusters having both IPv4 and IPv6 connection capabilities by specifying a new param called NetworkType=DUALSTACK during cluster creation. +* api-change:``ec2``: [``botocore``] This release adds GroupId to the response for DeleteSecurityGroup. +* api-change:``eks``: [``botocore``] Add NodeRepairConfig in CreateNodegroupRequest and UpdateNodegroupConfigRequest +* api-change:``logs``: [``botocore``] Limit PutIntegration IntegrationName and ListIntegrations IntegrationNamePrefix parameters to 50 characters +* api-change:``mediaconnect``: [``botocore``] AWS Elemental MediaConnect Gateway now supports Source Specific Multicast (SSM) for ingress bridges. This enables you to specify a source IP address in addition to a multicast IP when creating or updating an ingress bridge source. +* api-change:``networkmanager``: [``botocore``] There was a sentence fragment in UpdateDirectConnectGatewayAttachment that was causing customer confusion as to whether it's an incomplete sentence or if it was a typo. Removed the fragment. +* api-change:``servicediscovery``: [``botocore``] AWS Cloud Map now supports service-level attributes, allowing you to associate custom metadata directly with services. These attributes can be retrieved, updated, and deleted using the new GetServiceAttributes, UpdateServiceAttributes, and DeleteServiceAttributes API calls. + + 1.35.80 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 9a2a47b1a3..0752916e37 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.80' +__version__ = '1.35.81' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index feb9e456d3..2fd25688df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.80,<1.36.0 + botocore>=1.35.81,<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 2193d52568..d1ac743d11 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.80,<1.36.0', + 'botocore>=1.35.81,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]