From 1e8c9c23186f63ec256fc34f8ec099f8248eaed6 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 5 Jul 2022 18:12:52 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-config-69168.json | 5 +++++ .changes/next-release/api-change-lexv2models-19152.json | 5 +++++ .changes/next-release/api-change-quicksight-20666.json | 5 +++++ .changes/next-release/api-change-rds-3781.json | 5 +++++ .changes/next-release/api-change-rolesanywhere-70795.json | 5 +++++ .changes/next-release/api-change-ssmincidents-19853.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-config-69168.json create mode 100644 .changes/next-release/api-change-lexv2models-19152.json create mode 100644 .changes/next-release/api-change-quicksight-20666.json create mode 100644 .changes/next-release/api-change-rds-3781.json create mode 100644 .changes/next-release/api-change-rolesanywhere-70795.json create mode 100644 .changes/next-release/api-change-ssmincidents-19853.json diff --git a/.changes/next-release/api-change-config-69168.json b/.changes/next-release/api-change-config-69168.json new file mode 100644 index 0000000000..17f5df8c08 --- /dev/null +++ b/.changes/next-release/api-change-config-69168.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``config``", + "description": "[``botocore``] Updating documentation service limits" +} diff --git a/.changes/next-release/api-change-lexv2models-19152.json b/.changes/next-release/api-change-lexv2models-19152.json new file mode 100644 index 0000000000..7d14fc27a2 --- /dev/null +++ b/.changes/next-release/api-change-lexv2models-19152.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``lexv2-models``", + "description": "[``botocore``] Update lexv2-models client to latest version" +} diff --git a/.changes/next-release/api-change-quicksight-20666.json b/.changes/next-release/api-change-quicksight-20666.json new file mode 100644 index 0000000000..bfa43933c4 --- /dev/null +++ b/.changes/next-release/api-change-quicksight-20666.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``quicksight``", + "description": "[``botocore``] This release allows customers to programmatically create QuickSight accounts with Enterprise and Enterprise + Q editions. It also releases allowlisting domains for embedding QuickSight dashboards at runtime through the embedding APIs." +} diff --git a/.changes/next-release/api-change-rds-3781.json b/.changes/next-release/api-change-rds-3781.json new file mode 100644 index 0000000000..adf3357095 --- /dev/null +++ b/.changes/next-release/api-change-rds-3781.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "[``botocore``] Adds waiters support for DBCluster." +} diff --git a/.changes/next-release/api-change-rolesanywhere-70795.json b/.changes/next-release/api-change-rolesanywhere-70795.json new file mode 100644 index 0000000000..3fe254c9a0 --- /dev/null +++ b/.changes/next-release/api-change-rolesanywhere-70795.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rolesanywhere``", + "description": "[``botocore``] IAM Roles Anywhere allows your workloads such as servers, containers, and applications to obtain temporary AWS credentials and use the same IAM roles and policies that you have configured for your AWS workloads to access AWS resources." +} diff --git a/.changes/next-release/api-change-ssmincidents-19853.json b/.changes/next-release/api-change-ssmincidents-19853.json new file mode 100644 index 0000000000..744659288c --- /dev/null +++ b/.changes/next-release/api-change-ssmincidents-19853.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ssm-incidents``", + "description": "[``botocore``] Adds support for tagging incident-record on creation by providing incident tags in the template within a response-plan." +} From 0a0e707ee562b891d85f1dd5a185cce07a145478 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 5 Jul 2022 18:12:52 +0000 Subject: [PATCH 2/2] Bumping version to 1.24.23 --- .changes/1.24.23.json | 32 +++++++++++++++++++ .../next-release/api-change-config-69168.json | 5 --- .../api-change-lexv2models-19152.json | 5 --- .../api-change-quicksight-20666.json | 5 --- .../next-release/api-change-rds-3781.json | 5 --- .../api-change-rolesanywhere-70795.json | 5 --- .../api-change-ssmincidents-19853.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.23.json delete mode 100644 .changes/next-release/api-change-config-69168.json delete mode 100644 .changes/next-release/api-change-lexv2models-19152.json delete mode 100644 .changes/next-release/api-change-quicksight-20666.json delete mode 100644 .changes/next-release/api-change-rds-3781.json delete mode 100644 .changes/next-release/api-change-rolesanywhere-70795.json delete mode 100644 .changes/next-release/api-change-ssmincidents-19853.json diff --git a/.changes/1.24.23.json b/.changes/1.24.23.json new file mode 100644 index 0000000000..175d952da4 --- /dev/null +++ b/.changes/1.24.23.json @@ -0,0 +1,32 @@ +[ + { + "category": "``config``", + "description": "[``botocore``] Updating documentation service limits", + "type": "api-change" + }, + { + "category": "``lexv2-models``", + "description": "[``botocore``] Update lexv2-models client to latest version", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "[``botocore``] This release allows customers to programmatically create QuickSight accounts with Enterprise and Enterprise + Q editions. It also releases allowlisting domains for embedding QuickSight dashboards at runtime through the embedding APIs.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] Adds waiters support for DBCluster.", + "type": "api-change" + }, + { + "category": "``rolesanywhere``", + "description": "[``botocore``] IAM Roles Anywhere allows your workloads such as servers, containers, and applications to obtain temporary AWS credentials and use the same IAM roles and policies that you have configured for your AWS workloads to access AWS resources.", + "type": "api-change" + }, + { + "category": "``ssm-incidents``", + "description": "[``botocore``] Adds support for tagging incident-record on creation by providing incident tags in the template within a response-plan.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-config-69168.json b/.changes/next-release/api-change-config-69168.json deleted file mode 100644 index 17f5df8c08..0000000000 --- a/.changes/next-release/api-change-config-69168.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``config``", - "description": "[``botocore``] Updating documentation service limits" -} diff --git a/.changes/next-release/api-change-lexv2models-19152.json b/.changes/next-release/api-change-lexv2models-19152.json deleted file mode 100644 index 7d14fc27a2..0000000000 --- a/.changes/next-release/api-change-lexv2models-19152.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lexv2-models``", - "description": "[``botocore``] Update lexv2-models client to latest version" -} diff --git a/.changes/next-release/api-change-quicksight-20666.json b/.changes/next-release/api-change-quicksight-20666.json deleted file mode 100644 index bfa43933c4..0000000000 --- a/.changes/next-release/api-change-quicksight-20666.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "[``botocore``] This release allows customers to programmatically create QuickSight accounts with Enterprise and Enterprise + Q editions. It also releases allowlisting domains for embedding QuickSight dashboards at runtime through the embedding APIs." -} diff --git a/.changes/next-release/api-change-rds-3781.json b/.changes/next-release/api-change-rds-3781.json deleted file mode 100644 index adf3357095..0000000000 --- a/.changes/next-release/api-change-rds-3781.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] Adds waiters support for DBCluster." -} diff --git a/.changes/next-release/api-change-rolesanywhere-70795.json b/.changes/next-release/api-change-rolesanywhere-70795.json deleted file mode 100644 index 3fe254c9a0..0000000000 --- a/.changes/next-release/api-change-rolesanywhere-70795.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rolesanywhere``", - "description": "[``botocore``] IAM Roles Anywhere allows your workloads such as servers, containers, and applications to obtain temporary AWS credentials and use the same IAM roles and policies that you have configured for your AWS workloads to access AWS resources." -} diff --git a/.changes/next-release/api-change-ssmincidents-19853.json b/.changes/next-release/api-change-ssmincidents-19853.json deleted file mode 100644 index 744659288c..0000000000 --- a/.changes/next-release/api-change-ssmincidents-19853.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm-incidents``", - "description": "[``botocore``] Adds support for tagging incident-record on creation by providing incident tags in the template within a response-plan." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ee412b580c..2fe584f45a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.24.23 +======= + +* api-change:``config``: [``botocore``] Updating documentation service limits +* api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version +* api-change:``quicksight``: [``botocore``] This release allows customers to programmatically create QuickSight accounts with Enterprise and Enterprise + Q editions. It also releases allowlisting domains for embedding QuickSight dashboards at runtime through the embedding APIs. +* api-change:``rds``: [``botocore``] Adds waiters support for DBCluster. +* api-change:``rolesanywhere``: [``botocore``] IAM Roles Anywhere allows your workloads such as servers, containers, and applications to obtain temporary AWS credentials and use the same IAM roles and policies that you have configured for your AWS workloads to access AWS resources. +* api-change:``ssm-incidents``: [``botocore``] Adds support for tagging incident-record on creation by providing incident tags in the template within a response-plan. + + 1.24.22 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 47a64609b2..647c4da574 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.22' +__version__ = '1.24.23' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 02fce59062..39eb23f9f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.27.22,<1.28.0 + botocore>=1.27.23,<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 a2dac3632b..4e3e6cf45c 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.27.22,<1.28.0', + 'botocore>=1.27.23,<1.28.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]