From 2d86a31374d27788a3455efe003f6a6cb6f245f1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 11 Sep 2023 18:12:45 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-ecr-29575.json | 5 +++++ .changes/next-release/api-change-medialive-97131.json | 5 +++++ .changes/next-release/api-change-quicksight-79955.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-ecr-29575.json create mode 100644 .changes/next-release/api-change-medialive-97131.json create mode 100644 .changes/next-release/api-change-quicksight-79955.json diff --git a/.changes/next-release/api-change-ecr-29575.json b/.changes/next-release/api-change-ecr-29575.json new file mode 100644 index 0000000000..03440c9111 --- /dev/null +++ b/.changes/next-release/api-change-ecr-29575.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ecr``", + "description": "[``botocore``] This release will have ValidationException be thrown from ECR LifecyclePolicy APIs in regions LifecyclePolicy is not supported, this includes existing Amazon Dedicated Cloud (ADC) regions. This release will also change Tag: TagValue and Tag: TagKey to required." +} diff --git a/.changes/next-release/api-change-medialive-97131.json b/.changes/next-release/api-change-medialive-97131.json new file mode 100644 index 0000000000..20c5a7fc1e --- /dev/null +++ b/.changes/next-release/api-change-medialive-97131.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``medialive``", + "description": "[``botocore``] AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow." +} diff --git a/.changes/next-release/api-change-quicksight-79955.json b/.changes/next-release/api-change-quicksight-79955.json new file mode 100644 index 0000000000..e4ee3f4a1f --- /dev/null +++ b/.changes/next-release/api-change-quicksight-79955.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``quicksight``", + "description": "[``botocore``] This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules." +} From caa76a2c31569fdc54a92dfb4eba0dab3925a609 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 11 Sep 2023 18:13:07 +0000 Subject: [PATCH 2/2] Bumping version to 1.28.45 --- .changes/1.28.45.json | 17 +++++++++++++++++ .changes/next-release/api-change-ecr-29575.json | 5 ----- .../api-change-medialive-97131.json | 5 ----- .../api-change-quicksight-79955.json | 5 ----- CHANGELOG.rst | 8 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 8 files changed, 28 insertions(+), 18 deletions(-) create mode 100644 .changes/1.28.45.json delete mode 100644 .changes/next-release/api-change-ecr-29575.json delete mode 100644 .changes/next-release/api-change-medialive-97131.json delete mode 100644 .changes/next-release/api-change-quicksight-79955.json diff --git a/.changes/1.28.45.json b/.changes/1.28.45.json new file mode 100644 index 0000000000..09b3a48be0 --- /dev/null +++ b/.changes/1.28.45.json @@ -0,0 +1,17 @@ +[ + { + "category": "``ecr``", + "description": "[``botocore``] This release will have ValidationException be thrown from ECR LifecyclePolicy APIs in regions LifecyclePolicy is not supported, this includes existing Amazon Dedicated Cloud (ADC) regions. This release will also change Tag: TagValue and Tag: TagKey to required.", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "[``botocore``] AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow.", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "[``botocore``] This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ecr-29575.json b/.changes/next-release/api-change-ecr-29575.json deleted file mode 100644 index 03440c9111..0000000000 --- a/.changes/next-release/api-change-ecr-29575.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecr``", - "description": "[``botocore``] This release will have ValidationException be thrown from ECR LifecyclePolicy APIs in regions LifecyclePolicy is not supported, this includes existing Amazon Dedicated Cloud (ADC) regions. This release will also change Tag: TagValue and Tag: TagKey to required." -} diff --git a/.changes/next-release/api-change-medialive-97131.json b/.changes/next-release/api-change-medialive-97131.json deleted file mode 100644 index 20c5a7fc1e..0000000000 --- a/.changes/next-release/api-change-medialive-97131.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medialive``", - "description": "[``botocore``] AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow." -} diff --git a/.changes/next-release/api-change-quicksight-79955.json b/.changes/next-release/api-change-quicksight-79955.json deleted file mode 100644 index e4ee3f4a1f..0000000000 --- a/.changes/next-release/api-change-quicksight-79955.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "[``botocore``] This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3f03cda672..a4f8189ac1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.28.45 +======= + +* api-change:``ecr``: [``botocore``] This release will have ValidationException be thrown from ECR LifecyclePolicy APIs in regions LifecyclePolicy is not supported, this includes existing Amazon Dedicated Cloud (ADC) regions. This release will also change Tag: TagValue and Tag: TagKey to required. +* api-change:``medialive``: [``botocore``] AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow. +* api-change:``quicksight``: [``botocore``] This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules. + + 1.28.44 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 68e98334aa..95aa199ce1 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.28.44' +__version__ = '1.28.45' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index d53e087f81..d0c9f1389b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.31.44,<1.32.0 + botocore>=1.31.45,<1.32.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index eac4b9b2dd..40b610f0dd 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.31.44,<1.32.0', + 'botocore>=1.31.45,<1.32.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]