From 45903da940e6612c12da3247d11ce98105734cee Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 9 Dec 2024 19:29:59 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-appsync-83993.json | 5 +++++ .changes/next-release/api-change-cognitoidp-45877.json | 5 +++++ .changes/next-release/api-change-ec2-66916.json | 5 +++++ .changes/next-release/api-change-ecs-24538.json | 5 +++++ .changes/next-release/api-change-keyspaces-96479.json | 5 +++++ .changes/next-release/api-change-medialive-92782.json | 5 +++++ .changes/next-release/api-change-workspaces-93420.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-appsync-83993.json create mode 100644 .changes/next-release/api-change-cognitoidp-45877.json create mode 100644 .changes/next-release/api-change-ec2-66916.json create mode 100644 .changes/next-release/api-change-ecs-24538.json create mode 100644 .changes/next-release/api-change-keyspaces-96479.json create mode 100644 .changes/next-release/api-change-medialive-92782.json create mode 100644 .changes/next-release/api-change-workspaces-93420.json diff --git a/.changes/next-release/api-change-appsync-83993.json b/.changes/next-release/api-change-appsync-83993.json new file mode 100644 index 000000000000..8f0951983034 --- /dev/null +++ b/.changes/next-release/api-change-appsync-83993.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``appsync``", + "description": "Provides description of new Amazon Bedrock runtime datasource." +} diff --git a/.changes/next-release/api-change-cognitoidp-45877.json b/.changes/next-release/api-change-cognitoidp-45877.json new file mode 100644 index 000000000000..caa42f43c34b --- /dev/null +++ b/.changes/next-release/api-change-cognitoidp-45877.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cognito-idp``", + "description": "Change `CustomDomainConfig` from a required to an optional parameter for the `UpdateUserPoolDomain` operation." +} diff --git a/.changes/next-release/api-change-ec2-66916.json b/.changes/next-release/api-change-ec2-66916.json new file mode 100644 index 000000000000..c9c28ab5e455 --- /dev/null +++ b/.changes/next-release/api-change-ec2-66916.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "This release includes a new API for modifying instance network-performance-options after launch." +} diff --git a/.changes/next-release/api-change-ecs-24538.json b/.changes/next-release/api-change-ecs-24538.json new file mode 100644 index 000000000000..709219af5a8c --- /dev/null +++ b/.changes/next-release/api-change-ecs-24538.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ecs``", + "description": "This is a documentation only update to address various tickets for Amazon ECS." +} diff --git a/.changes/next-release/api-change-keyspaces-96479.json b/.changes/next-release/api-change-keyspaces-96479.json new file mode 100644 index 000000000000..77e331fffdb0 --- /dev/null +++ b/.changes/next-release/api-change-keyspaces-96479.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``keyspaces``", + "description": "Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API." +} diff --git a/.changes/next-release/api-change-medialive-92782.json b/.changes/next-release/api-change-medialive-92782.json new file mode 100644 index 000000000000..6d0d0b3975bb --- /dev/null +++ b/.changes/next-release/api-change-medialive-92782.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``medialive``", + "description": "H265 outputs now support disabling the deblocking filter." +} diff --git a/.changes/next-release/api-change-workspaces-93420.json b/.changes/next-release/api-change-workspaces-93420.json new file mode 100644 index 000000000000..f1529fc633d7 --- /dev/null +++ b/.changes/next-release/api-change-workspaces-93420.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``workspaces``", + "description": "Added text to clarify case-sensitivity" +} From 83e03826674a7cc5559347c98dc8d360bc64aedb Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 9 Dec 2024 19:31:21 +0000 Subject: [PATCH 2/2] Bumping version to 1.36.18 --- .changes/1.36.18.json | 37 +++++++++++++++++++ .../api-change-appsync-83993.json | 5 --- .../api-change-cognitoidp-45877.json | 5 --- .../next-release/api-change-ec2-66916.json | 5 --- .../next-release/api-change-ecs-24538.json | 5 --- .../api-change-keyspaces-96479.json | 5 --- .../api-change-medialive-92782.json | 5 --- .../api-change-workspaces-93420.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.18.json delete mode 100644 .changes/next-release/api-change-appsync-83993.json delete mode 100644 .changes/next-release/api-change-cognitoidp-45877.json delete mode 100644 .changes/next-release/api-change-ec2-66916.json delete mode 100644 .changes/next-release/api-change-ecs-24538.json delete mode 100644 .changes/next-release/api-change-keyspaces-96479.json delete mode 100644 .changes/next-release/api-change-medialive-92782.json delete mode 100644 .changes/next-release/api-change-workspaces-93420.json diff --git a/.changes/1.36.18.json b/.changes/1.36.18.json new file mode 100644 index 000000000000..364f8c259c66 --- /dev/null +++ b/.changes/1.36.18.json @@ -0,0 +1,37 @@ +[ + { + "category": "``appsync``", + "description": "Provides description of new Amazon Bedrock runtime datasource.", + "type": "api-change" + }, + { + "category": "``cognito-idp``", + "description": "Change `CustomDomainConfig` from a required to an optional parameter for the `UpdateUserPoolDomain` operation.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "This release includes a new API for modifying instance network-performance-options after launch.", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "This is a documentation only update to address various tickets for Amazon ECS.", + "type": "api-change" + }, + { + "category": "``keyspaces``", + "description": "Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API.", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "H265 outputs now support disabling the deblocking filter.", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "Added text to clarify case-sensitivity", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-appsync-83993.json b/.changes/next-release/api-change-appsync-83993.json deleted file mode 100644 index 8f0951983034..000000000000 --- a/.changes/next-release/api-change-appsync-83993.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appsync``", - "description": "Provides description of new Amazon Bedrock runtime datasource." -} diff --git a/.changes/next-release/api-change-cognitoidp-45877.json b/.changes/next-release/api-change-cognitoidp-45877.json deleted file mode 100644 index caa42f43c34b..000000000000 --- a/.changes/next-release/api-change-cognitoidp-45877.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cognito-idp``", - "description": "Change `CustomDomainConfig` from a required to an optional parameter for the `UpdateUserPoolDomain` operation." -} diff --git a/.changes/next-release/api-change-ec2-66916.json b/.changes/next-release/api-change-ec2-66916.json deleted file mode 100644 index c9c28ab5e455..000000000000 --- a/.changes/next-release/api-change-ec2-66916.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "This release includes a new API for modifying instance network-performance-options after launch." -} diff --git a/.changes/next-release/api-change-ecs-24538.json b/.changes/next-release/api-change-ecs-24538.json deleted file mode 100644 index 709219af5a8c..000000000000 --- a/.changes/next-release/api-change-ecs-24538.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "This is a documentation only update to address various tickets for Amazon ECS." -} diff --git a/.changes/next-release/api-change-keyspaces-96479.json b/.changes/next-release/api-change-keyspaces-96479.json deleted file mode 100644 index 77e331fffdb0..000000000000 --- a/.changes/next-release/api-change-keyspaces-96479.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``keyspaces``", - "description": "Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API." -} diff --git a/.changes/next-release/api-change-medialive-92782.json b/.changes/next-release/api-change-medialive-92782.json deleted file mode 100644 index 6d0d0b3975bb..000000000000 --- a/.changes/next-release/api-change-medialive-92782.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medialive``", - "description": "H265 outputs now support disabling the deblocking filter." -} diff --git a/.changes/next-release/api-change-workspaces-93420.json b/.changes/next-release/api-change-workspaces-93420.json deleted file mode 100644 index f1529fc633d7..000000000000 --- a/.changes/next-release/api-change-workspaces-93420.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "Added text to clarify case-sensitivity" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b0755adefeaa..0779c5e91cbc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.36.18 +======= + +* api-change:``appsync``: Provides description of new Amazon Bedrock runtime datasource. +* api-change:``cognito-idp``: Change `CustomDomainConfig` from a required to an optional parameter for the `UpdateUserPoolDomain` operation. +* api-change:``ec2``: This release includes a new API for modifying instance network-performance-options after launch. +* api-change:``ecs``: This is a documentation only update to address various tickets for Amazon ECS. +* api-change:``keyspaces``: Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API. +* api-change:``medialive``: H265 outputs now support disabling the deblocking filter. +* api-change:``workspaces``: Added text to clarify case-sensitivity + + 1.36.17 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index c6776effe3a2..63f469ae8a95 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -18,7 +18,7 @@ import os -__version__ = '1.36.17' +__version__ = '1.36.18' # # 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 036b17c4519e..0a10a82ab32a 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.17' +release = '1.36.18' # 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 2bde7fddcd9f..d57157e66e94 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.35.76 + botocore==1.35.77 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 9e31e1819773..69008c0615b3 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.35.76', + 'botocore==1.35.77', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',