From 5af71454313bf06409d6a4306da06ba5ca30ab71 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 16 Sep 2024 18:14:56 +0000 Subject: [PATCH] Bumping version to 1.35.20 --- .changes/1.35.20.json | 32 +++++++++++++++++++ .../api-change-bedrock-74082.json | 5 --- .../next-release/api-change-iot-36634.json | 5 --- .../api-change-medialive-37228.json | 5 --- .../api-change-organizations-45473.json | 5 --- .../api-change-pcaconnectorscep-27388.json | 5 --- .../next-release/api-change-rds-47066.json | 5 --- CHANGELOG.rst | 11 +++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 10 files changed, 45 insertions(+), 32 deletions(-) create mode 100644 .changes/1.35.20.json delete mode 100644 .changes/next-release/api-change-bedrock-74082.json delete mode 100644 .changes/next-release/api-change-iot-36634.json delete mode 100644 .changes/next-release/api-change-medialive-37228.json delete mode 100644 .changes/next-release/api-change-organizations-45473.json delete mode 100644 .changes/next-release/api-change-pcaconnectorscep-27388.json delete mode 100644 .changes/next-release/api-change-rds-47066.json diff --git a/.changes/1.35.20.json b/.changes/1.35.20.json new file mode 100644 index 0000000000..ad11cc51f9 --- /dev/null +++ b/.changes/1.35.20.json @@ -0,0 +1,32 @@ +[ + { + "category": "``bedrock``", + "description": "This feature adds cross account s3 bucket and VPC support to ModelInvocation jobs. To use a cross account bucket, pass in the accountId of the bucket to s3BucketOwner in the ModelInvocationJobInputDataConfig or ModelInvocationJobOutputDataConfig.", + "type": "api-change" + }, + { + "category": "``iot``", + "description": "This release adds additional enhancements to AWS IoT Device Management Software Package Catalog and Jobs. It also adds SBOM support in Software Package Version.", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "Removing the ON_PREMISE enum from the input settings field.", + "type": "api-change" + }, + { + "category": "``organizations``", + "description": "Doc only update for AWS Organizations that fixes several customer-reported issues", + "type": "api-change" + }, + { + "category": "``pca-connector-scep``", + "description": "This is a general availability (GA) release of Connector for SCEP, a feature of AWS Private CA. Connector for SCEP links your SCEP-enabled and mobile device management systems to AWS Private CA for digital signature installation and certificate management.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "Launching Global Cluster tagging.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrock-74082.json b/.changes/next-release/api-change-bedrock-74082.json deleted file mode 100644 index 909d07c8a9..0000000000 --- a/.changes/next-release/api-change-bedrock-74082.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock``", - "description": "This feature adds cross account s3 bucket and VPC support to ModelInvocation jobs. To use a cross account bucket, pass in the accountId of the bucket to s3BucketOwner in the ModelInvocationJobInputDataConfig or ModelInvocationJobOutputDataConfig." -} diff --git a/.changes/next-release/api-change-iot-36634.json b/.changes/next-release/api-change-iot-36634.json deleted file mode 100644 index cad8985c95..0000000000 --- a/.changes/next-release/api-change-iot-36634.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iot``", - "description": "This release adds additional enhancements to AWS IoT Device Management Software Package Catalog and Jobs. It also adds SBOM support in Software Package Version." -} diff --git a/.changes/next-release/api-change-medialive-37228.json b/.changes/next-release/api-change-medialive-37228.json deleted file mode 100644 index 86d58dba69..0000000000 --- a/.changes/next-release/api-change-medialive-37228.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medialive``", - "description": "Removing the ON_PREMISE enum from the input settings field." -} diff --git a/.changes/next-release/api-change-organizations-45473.json b/.changes/next-release/api-change-organizations-45473.json deleted file mode 100644 index 2ed55a0d12..0000000000 --- a/.changes/next-release/api-change-organizations-45473.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``organizations``", - "description": "Doc only update for AWS Organizations that fixes several customer-reported issues" -} diff --git a/.changes/next-release/api-change-pcaconnectorscep-27388.json b/.changes/next-release/api-change-pcaconnectorscep-27388.json deleted file mode 100644 index 8e1a1c4baf..0000000000 --- a/.changes/next-release/api-change-pcaconnectorscep-27388.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pca-connector-scep``", - "description": "This is a general availability (GA) release of Connector for SCEP, a feature of AWS Private CA. Connector for SCEP links your SCEP-enabled and mobile device management systems to AWS Private CA for digital signature installation and certificate management." -} diff --git a/.changes/next-release/api-change-rds-47066.json b/.changes/next-release/api-change-rds-47066.json deleted file mode 100644 index 41172f4c46..0000000000 --- a/.changes/next-release/api-change-rds-47066.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "Launching Global Cluster tagging." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9a75a3ca0c..c9d9527004 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.35.20 +======= + +* api-change:``bedrock``: This feature adds cross account s3 bucket and VPC support to ModelInvocation jobs. To use a cross account bucket, pass in the accountId of the bucket to s3BucketOwner in the ModelInvocationJobInputDataConfig or ModelInvocationJobOutputDataConfig. +* api-change:``iot``: This release adds additional enhancements to AWS IoT Device Management Software Package Catalog and Jobs. It also adds SBOM support in Software Package Version. +* api-change:``medialive``: Removing the ON_PREMISE enum from the input settings field. +* api-change:``organizations``: Doc only update for AWS Organizations that fixes several customer-reported issues +* api-change:``pca-connector-scep``: This is a general availability (GA) release of Connector for SCEP, a feature of AWS Private CA. Connector for SCEP links your SCEP-enabled and mobile device management systems to AWS Private CA for digital signature installation and certificate management. +* api-change:``rds``: Launching Global Cluster tagging. + + 1.35.19 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index ac776c92a0..d053516c27 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.19' +__version__ = '1.35.20' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index ad80b6d950..245870f5e8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.35.' # The full version, including alpha/beta/rc tags. -release = '1.35.19' +release = '1.35.20' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.