From 0f2d636747b8bd9df611b5c1b2b98bad1929e659 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 24 Aug 2022 18:11:27 +0000 Subject: [PATCH] Bumping version to 1.24.59 --- .changes/1.24.59.json | 32 +++++++++++++++++++ .../api-change-cloudfront-59087.json | 5 --- .../next-release/api-change-config-27798.json | 5 --- .../next-release/api-change-iam-16753.json | 5 --- .../next-release/api-change-ivs-26104.json | 5 --- .../api-change-quicksight-30849.json | 5 --- .../api-change-transfer-50487.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.24.59.json delete mode 100644 .changes/next-release/api-change-cloudfront-59087.json delete mode 100644 .changes/next-release/api-change-config-27798.json delete mode 100644 .changes/next-release/api-change-iam-16753.json delete mode 100644 .changes/next-release/api-change-ivs-26104.json delete mode 100644 .changes/next-release/api-change-quicksight-30849.json delete mode 100644 .changes/next-release/api-change-transfer-50487.json diff --git a/.changes/1.24.59.json b/.changes/1.24.59.json new file mode 100644 index 0000000000..d161c3aa07 --- /dev/null +++ b/.changes/1.24.59.json @@ -0,0 +1,32 @@ +[ + { + "category": "``cloudfront``", + "description": "[``botocore``] Adds support for CloudFront origin access control (OAC), making it possible to restrict public access to S3 bucket origins in all AWS Regions, those with SSE-KMS, and more.", + "type": "api-change" + }, + { + "category": "``config``", + "description": "[``botocore``] AWS Config now supports ConformancePackTemplate documents in SSM Docs for the deployment and update of conformance packs.", + "type": "api-change" + }, + { + "category": "``iam``", + "description": "[``botocore``] Documentation updates for AWS Identity and Access Management (IAM).", + "type": "api-change" + }, + { + "category": "``ivs``", + "description": "[``botocore``] Documentation Change for IVS API Reference - Doc-only update to type field description for CreateChannel and UpdateChannel actions and for Channel data type. Also added Amazon Resource Names (ARNs) paragraph to Welcome section.", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "[``botocore``] Added a new optional property DashboardVisual under ExperienceConfiguration parameter of GenerateEmbedUrlForAnonymousUser and GenerateEmbedUrlForRegisteredUser API operations. This supports embedding of specific visuals in QuickSight dashboards.", + "type": "api-change" + }, + { + "category": "``transfer``", + "description": "[``botocore``] Documentation updates for AWS Transfer Family", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudfront-59087.json b/.changes/next-release/api-change-cloudfront-59087.json deleted file mode 100644 index 1550d6348f..0000000000 --- a/.changes/next-release/api-change-cloudfront-59087.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudfront``", - "description": "[``botocore``] Adds support for CloudFront origin access control (OAC), making it possible to restrict public access to S3 bucket origins in all AWS Regions, those with SSE-KMS, and more." -} diff --git a/.changes/next-release/api-change-config-27798.json b/.changes/next-release/api-change-config-27798.json deleted file mode 100644 index 01d0f392dc..0000000000 --- a/.changes/next-release/api-change-config-27798.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``config``", - "description": "[``botocore``] AWS Config now supports ConformancePackTemplate documents in SSM Docs for the deployment and update of conformance packs." -} diff --git a/.changes/next-release/api-change-iam-16753.json b/.changes/next-release/api-change-iam-16753.json deleted file mode 100644 index f35d45236d..0000000000 --- a/.changes/next-release/api-change-iam-16753.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iam``", - "description": "[``botocore``] Documentation updates for AWS Identity and Access Management (IAM)." -} diff --git a/.changes/next-release/api-change-ivs-26104.json b/.changes/next-release/api-change-ivs-26104.json deleted file mode 100644 index 9075c416ee..0000000000 --- a/.changes/next-release/api-change-ivs-26104.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ivs``", - "description": "[``botocore``] Documentation Change for IVS API Reference - Doc-only update to type field description for CreateChannel and UpdateChannel actions and for Channel data type. Also added Amazon Resource Names (ARNs) paragraph to Welcome section." -} diff --git a/.changes/next-release/api-change-quicksight-30849.json b/.changes/next-release/api-change-quicksight-30849.json deleted file mode 100644 index d481987ce5..0000000000 --- a/.changes/next-release/api-change-quicksight-30849.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "[``botocore``] Added a new optional property DashboardVisual under ExperienceConfiguration parameter of GenerateEmbedUrlForAnonymousUser and GenerateEmbedUrlForRegisteredUser API operations. This supports embedding of specific visuals in QuickSight dashboards." -} diff --git a/.changes/next-release/api-change-transfer-50487.json b/.changes/next-release/api-change-transfer-50487.json deleted file mode 100644 index 6737ee63a7..0000000000 --- a/.changes/next-release/api-change-transfer-50487.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``transfer``", - "description": "[``botocore``] Documentation updates for AWS Transfer Family" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c9db585f1a..3dc87512d7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.24.59 +======= + +* api-change:``cloudfront``: [``botocore``] Adds support for CloudFront origin access control (OAC), making it possible to restrict public access to S3 bucket origins in all AWS Regions, those with SSE-KMS, and more. +* api-change:``config``: [``botocore``] AWS Config now supports ConformancePackTemplate documents in SSM Docs for the deployment and update of conformance packs. +* api-change:``iam``: [``botocore``] Documentation updates for AWS Identity and Access Management (IAM). +* api-change:``ivs``: [``botocore``] Documentation Change for IVS API Reference - Doc-only update to type field description for CreateChannel and UpdateChannel actions and for Channel data type. Also added Amazon Resource Names (ARNs) paragraph to Welcome section. +* api-change:``quicksight``: [``botocore``] Added a new optional property DashboardVisual under ExperienceConfiguration parameter of GenerateEmbedUrlForAnonymousUser and GenerateEmbedUrlForRegisteredUser API operations. This supports embedding of specific visuals in QuickSight dashboards. +* api-change:``transfer``: [``botocore``] Documentation updates for AWS Transfer Family + + 1.24.58 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index c478b83b3c..d64172caa0 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.24.58' +__version__ = '1.24.59' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index e37b6de154..ff3d49cd78 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.27.58,<1.28.0 + botocore>=1.27.59,<1.28.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 71cae84cac..23033f6a0b 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.27.58,<1.28.0', + 'botocore>=1.27.59,<1.28.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]