From 54c7be79578f86631e9dd67d885f957e00b67163 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 27 Nov 2024 19:12:29 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-bedrockagent-57557.json | 5 +++++ .changes/next-release/api-change-config-43765.json | 5 +++++ .changes/next-release/api-change-fsx-53855.json | 5 +++++ .../next-release/api-change-observabilityadmin-84311.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-bedrockagent-57557.json create mode 100644 .changes/next-release/api-change-config-43765.json create mode 100644 .changes/next-release/api-change-fsx-53855.json create mode 100644 .changes/next-release/api-change-observabilityadmin-84311.json diff --git a/.changes/next-release/api-change-bedrockagent-57557.json b/.changes/next-release/api-change-bedrockagent-57557.json new file mode 100644 index 000000000000..16b38d140de8 --- /dev/null +++ b/.changes/next-release/api-change-bedrockagent-57557.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-agent``", + "description": "Add support for specifying embeddingDataType, either FLOAT32 or BINARY" +} diff --git a/.changes/next-release/api-change-config-43765.json b/.changes/next-release/api-change-config-43765.json new file mode 100644 index 000000000000..9e7ba41b25d4 --- /dev/null +++ b/.changes/next-release/api-change-config-43765.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``config``", + "description": "AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders." +} diff --git a/.changes/next-release/api-change-fsx-53855.json b/.changes/next-release/api-change-fsx-53855.json new file mode 100644 index 000000000000..d7dfdb60f50e --- /dev/null +++ b/.changes/next-release/api-change-fsx-53855.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``fsx``", + "description": "This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent_2 file systems." +} diff --git a/.changes/next-release/api-change-observabilityadmin-84311.json b/.changes/next-release/api-change-observabilityadmin-84311.json new file mode 100644 index 000000000000..7bd3e3c5ff2b --- /dev/null +++ b/.changes/next-release/api-change-observabilityadmin-84311.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``observabilityadmin``", + "description": "Amazon CloudWatch Observability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry." +} From 2b8ed8421a09adae8c5dfa15fd4e34d73ffcb7e1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 27 Nov 2024 19:13:35 +0000 Subject: [PATCH 2/2] Bumping version to 1.36.12 --- .changes/1.36.12.json | 22 +++++++++++++++++++ .../api-change-bedrockagent-57557.json | 5 ----- .../next-release/api-change-config-43765.json | 5 ----- .../next-release/api-change-fsx-53855.json | 5 ----- .../api-change-observabilityadmin-84311.json | 5 ----- CHANGELOG.rst | 9 ++++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 35 insertions(+), 24 deletions(-) create mode 100644 .changes/1.36.12.json delete mode 100644 .changes/next-release/api-change-bedrockagent-57557.json delete mode 100644 .changes/next-release/api-change-config-43765.json delete mode 100644 .changes/next-release/api-change-fsx-53855.json delete mode 100644 .changes/next-release/api-change-observabilityadmin-84311.json diff --git a/.changes/1.36.12.json b/.changes/1.36.12.json new file mode 100644 index 000000000000..528a12728534 --- /dev/null +++ b/.changes/1.36.12.json @@ -0,0 +1,22 @@ +[ + { + "category": "``bedrock-agent``", + "description": "Add support for specifying embeddingDataType, either FLOAT32 or BINARY", + "type": "api-change" + }, + { + "category": "``config``", + "description": "AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders.", + "type": "api-change" + }, + { + "category": "``fsx``", + "description": "This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent_2 file systems.", + "type": "api-change" + }, + { + "category": "``observabilityadmin``", + "description": "Amazon CloudWatch Observability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockagent-57557.json b/.changes/next-release/api-change-bedrockagent-57557.json deleted file mode 100644 index 16b38d140de8..000000000000 --- a/.changes/next-release/api-change-bedrockagent-57557.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "Add support for specifying embeddingDataType, either FLOAT32 or BINARY" -} diff --git a/.changes/next-release/api-change-config-43765.json b/.changes/next-release/api-change-config-43765.json deleted file mode 100644 index 9e7ba41b25d4..000000000000 --- a/.changes/next-release/api-change-config-43765.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``config``", - "description": "AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders." -} diff --git a/.changes/next-release/api-change-fsx-53855.json b/.changes/next-release/api-change-fsx-53855.json deleted file mode 100644 index d7dfdb60f50e..000000000000 --- a/.changes/next-release/api-change-fsx-53855.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fsx``", - "description": "This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent_2 file systems." -} diff --git a/.changes/next-release/api-change-observabilityadmin-84311.json b/.changes/next-release/api-change-observabilityadmin-84311.json deleted file mode 100644 index 7bd3e3c5ff2b..000000000000 --- a/.changes/next-release/api-change-observabilityadmin-84311.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``observabilityadmin``", - "description": "Amazon CloudWatch Observability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3abcfbeddc28..9ff263a00784 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.36.12 +======= + +* api-change:``bedrock-agent``: Add support for specifying embeddingDataType, either FLOAT32 or BINARY +* api-change:``config``: AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders. +* api-change:``fsx``: This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent_2 file systems. +* api-change:``observabilityadmin``: Amazon CloudWatch Observability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry. + + 1.36.11 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 1ad369c9e137..28384d3581e7 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -18,7 +18,7 @@ import os -__version__ = '1.36.11' +__version__ = '1.36.12' # # 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 2e9ebcb55283..54ff120960e9 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.11' +release = '1.36.12' # 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 3434d3928402..38183c38c780 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.35.70 + botocore==1.35.71 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 62347b08386e..ff4a4a8906e1 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.35.70', + 'botocore==1.35.71', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',