From 83828b51d485451aef7e00d6924e8319fcf8f817 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 13 Dec 2024 19:17:48 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-cloudhsmv2-50098.json | 5 +++++ .changes/next-release/api-change-ec2-68536.json | 5 +++++ .changes/next-release/api-change-eks-49266.json | 5 +++++ .changes/next-release/api-change-logs-74708.json | 5 +++++ .changes/next-release/api-change-mediaconnect-58572.json | 5 +++++ .changes/next-release/api-change-networkmanager-78932.json | 5 +++++ .changes/next-release/api-change-servicediscovery-21951.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-cloudhsmv2-50098.json create mode 100644 .changes/next-release/api-change-ec2-68536.json create mode 100644 .changes/next-release/api-change-eks-49266.json create mode 100644 .changes/next-release/api-change-logs-74708.json create mode 100644 .changes/next-release/api-change-mediaconnect-58572.json create mode 100644 .changes/next-release/api-change-networkmanager-78932.json create mode 100644 .changes/next-release/api-change-servicediscovery-21951.json diff --git a/.changes/next-release/api-change-cloudhsmv2-50098.json b/.changes/next-release/api-change-cloudhsmv2-50098.json new file mode 100644 index 000000000000..d19277592b3d --- /dev/null +++ b/.changes/next-release/api-change-cloudhsmv2-50098.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudhsmv2``", + "description": "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-68536.json b/.changes/next-release/api-change-ec2-68536.json new file mode 100644 index 000000000000..710fa899441c --- /dev/null +++ b/.changes/next-release/api-change-ec2-68536.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "This release adds GroupId to the response for DeleteSecurityGroup." +} diff --git a/.changes/next-release/api-change-eks-49266.json b/.changes/next-release/api-change-eks-49266.json new file mode 100644 index 000000000000..f9395522eb0f --- /dev/null +++ b/.changes/next-release/api-change-eks-49266.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``eks``", + "description": "Add NodeRepairConfig in CreateNodegroupRequest and UpdateNodegroupConfigRequest" +} diff --git a/.changes/next-release/api-change-logs-74708.json b/.changes/next-release/api-change-logs-74708.json new file mode 100644 index 000000000000..09818c3e9214 --- /dev/null +++ b/.changes/next-release/api-change-logs-74708.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``logs``", + "description": "Limit PutIntegration IntegrationName and ListIntegrations IntegrationNamePrefix parameters to 50 characters" +} diff --git a/.changes/next-release/api-change-mediaconnect-58572.json b/.changes/next-release/api-change-mediaconnect-58572.json new file mode 100644 index 000000000000..7211c2b6ec6c --- /dev/null +++ b/.changes/next-release/api-change-mediaconnect-58572.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediaconnect``", + "description": "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-78932.json b/.changes/next-release/api-change-networkmanager-78932.json new file mode 100644 index 000000000000..7a8098b396c3 --- /dev/null +++ b/.changes/next-release/api-change-networkmanager-78932.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``networkmanager``", + "description": "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-21951.json b/.changes/next-release/api-change-servicediscovery-21951.json new file mode 100644 index 000000000000..ba956013b86e --- /dev/null +++ b/.changes/next-release/api-change-servicediscovery-21951.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``servicediscovery``", + "description": "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 847191bf69adf4db59a7fb3a12752a5f820b77a2 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 13 Dec 2024 19:19:16 +0000 Subject: [PATCH 2/2] Bumping version to 1.36.22 --- .changes/1.36.22.json | 37 +++++++++++++++++++ .../api-change-cloudhsmv2-50098.json | 5 --- .../next-release/api-change-ec2-68536.json | 5 --- .../next-release/api-change-eks-49266.json | 5 --- .../next-release/api-change-logs-74708.json | 5 --- .../api-change-mediaconnect-58572.json | 5 --- .../api-change-networkmanager-78932.json | 5 --- .../api-change-servicediscovery-21951.json | 5 --- CHANGELOG.rst | 12 ++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 13 files changed, 53 insertions(+), 39 deletions(-) create mode 100644 .changes/1.36.22.json delete mode 100644 .changes/next-release/api-change-cloudhsmv2-50098.json delete mode 100644 .changes/next-release/api-change-ec2-68536.json delete mode 100644 .changes/next-release/api-change-eks-49266.json delete mode 100644 .changes/next-release/api-change-logs-74708.json delete mode 100644 .changes/next-release/api-change-mediaconnect-58572.json delete mode 100644 .changes/next-release/api-change-networkmanager-78932.json delete mode 100644 .changes/next-release/api-change-servicediscovery-21951.json diff --git a/.changes/1.36.22.json b/.changes/1.36.22.json new file mode 100644 index 000000000000..1e068976db97 --- /dev/null +++ b/.changes/1.36.22.json @@ -0,0 +1,37 @@ +[ + { + "category": "``cloudhsmv2``", + "description": "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": "This release adds GroupId to the response for DeleteSecurityGroup.", + "type": "api-change" + }, + { + "category": "``eks``", + "description": "Add NodeRepairConfig in CreateNodegroupRequest and UpdateNodegroupConfigRequest", + "type": "api-change" + }, + { + "category": "``logs``", + "description": "Limit PutIntegration IntegrationName and ListIntegrations IntegrationNamePrefix parameters to 50 characters", + "type": "api-change" + }, + { + "category": "``mediaconnect``", + "description": "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": "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": "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-50098.json b/.changes/next-release/api-change-cloudhsmv2-50098.json deleted file mode 100644 index d19277592b3d..000000000000 --- a/.changes/next-release/api-change-cloudhsmv2-50098.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudhsmv2``", - "description": "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-68536.json b/.changes/next-release/api-change-ec2-68536.json deleted file mode 100644 index 710fa899441c..000000000000 --- a/.changes/next-release/api-change-ec2-68536.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "This release adds GroupId to the response for DeleteSecurityGroup." -} diff --git a/.changes/next-release/api-change-eks-49266.json b/.changes/next-release/api-change-eks-49266.json deleted file mode 100644 index f9395522eb0f..000000000000 --- a/.changes/next-release/api-change-eks-49266.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``eks``", - "description": "Add NodeRepairConfig in CreateNodegroupRequest and UpdateNodegroupConfigRequest" -} diff --git a/.changes/next-release/api-change-logs-74708.json b/.changes/next-release/api-change-logs-74708.json deleted file mode 100644 index 09818c3e9214..000000000000 --- a/.changes/next-release/api-change-logs-74708.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``logs``", - "description": "Limit PutIntegration IntegrationName and ListIntegrations IntegrationNamePrefix parameters to 50 characters" -} diff --git a/.changes/next-release/api-change-mediaconnect-58572.json b/.changes/next-release/api-change-mediaconnect-58572.json deleted file mode 100644 index 7211c2b6ec6c..000000000000 --- a/.changes/next-release/api-change-mediaconnect-58572.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconnect``", - "description": "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-78932.json b/.changes/next-release/api-change-networkmanager-78932.json deleted file mode 100644 index 7a8098b396c3..000000000000 --- a/.changes/next-release/api-change-networkmanager-78932.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``networkmanager``", - "description": "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-21951.json b/.changes/next-release/api-change-servicediscovery-21951.json deleted file mode 100644 index ba956013b86e..000000000000 --- a/.changes/next-release/api-change-servicediscovery-21951.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``servicediscovery``", - "description": "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 0b4165d7e387..3d2c9612f450 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.36.22 +======= + +* api-change:``cloudhsmv2``: 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``: This release adds GroupId to the response for DeleteSecurityGroup. +* api-change:``eks``: Add NodeRepairConfig in CreateNodegroupRequest and UpdateNodegroupConfigRequest +* api-change:``logs``: Limit PutIntegration IntegrationName and ListIntegrations IntegrationNamePrefix parameters to 50 characters +* api-change:``mediaconnect``: 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``: 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``: 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.36.21 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 075a94d4f7ff..a61dafc9809e 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -18,7 +18,7 @@ import os -__version__ = '1.36.21' +__version__ = '1.36.22' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index 5d3ffb875eb7..87c77f095d83 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.36.' # The full version, including alpha/beta/rc tags. -release = '1.36.21' +release = '1.36.22' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 333004acd0f2..d71359f4547a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.35.80 + botocore==1.35.81 docutils>=0.10,<0.17 s3transfer>=0.10.0,<0.11.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 557a0c91c5b8..d03966b07f03 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.35.80', + 'botocore==1.35.81', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',