From a606032a1dea27461a4a100ea93ab8aabdf8dc8d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 4 Nov 2022 19:18:25 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-ec2-87770.json | 5 +++++ .changes/next-release/api-change-emrcontainers-75344.json | 5 +++++ .changes/next-release/api-change-endpointrules-17023.json | 5 +++++ .changes/next-release/api-change-logs-64023.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-ec2-87770.json create mode 100644 .changes/next-release/api-change-emrcontainers-75344.json create mode 100644 .changes/next-release/api-change-endpointrules-17023.json create mode 100644 .changes/next-release/api-change-logs-64023.json diff --git a/.changes/next-release/api-change-ec2-87770.json b/.changes/next-release/api-change-ec2-87770.json new file mode 100644 index 0000000000..1c832cc96a --- /dev/null +++ b/.changes/next-release/api-change-ec2-87770.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] This release adds API support for the recipient of an AMI account share to remove shared AMI launch permissions." +} diff --git a/.changes/next-release/api-change-emrcontainers-75344.json b/.changes/next-release/api-change-emrcontainers-75344.json new file mode 100644 index 0000000000..f3cc2778da --- /dev/null +++ b/.changes/next-release/api-change-emrcontainers-75344.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``emr-containers``", + "description": "[``botocore``] Adding support for Job templates. Job templates allow you to create and store templates to configure Spark applications parameters. This helps you ensure consistent settings across applications by reusing and enforcing configuration overrides in data pipelines." +} diff --git a/.changes/next-release/api-change-endpointrules-17023.json b/.changes/next-release/api-change-endpointrules-17023.json new file mode 100644 index 0000000000..11a6d922e0 --- /dev/null +++ b/.changes/next-release/api-change-endpointrules-17023.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``endpoint-rules``", + "description": "[``botocore``] Update endpoint-rules client to latest version" +} diff --git a/.changes/next-release/api-change-logs-64023.json b/.changes/next-release/api-change-logs-64023.json new file mode 100644 index 0000000000..26cb6cd328 --- /dev/null +++ b/.changes/next-release/api-change-logs-64023.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``logs``", + "description": "[``botocore``] Doc-only update for bug fixes and support of export to buckets encrypted with SSE-KMS" +} From 07e275877686830c8f40856bbd08810d043afeb1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 4 Nov 2022 19:18:46 +0000 Subject: [PATCH 2/2] Bumping version to 1.26.3 --- .changes/1.26.3.json | 22 +++++++++++++++++++ .../next-release/api-change-ec2-87770.json | 5 ----- .../api-change-emrcontainers-75344.json | 5 ----- .../api-change-endpointrules-17023.json | 5 ----- .../next-release/api-change-logs-64023.json | 5 ----- CHANGELOG.rst | 9 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 9 files changed, 34 insertions(+), 23 deletions(-) create mode 100644 .changes/1.26.3.json delete mode 100644 .changes/next-release/api-change-ec2-87770.json delete mode 100644 .changes/next-release/api-change-emrcontainers-75344.json delete mode 100644 .changes/next-release/api-change-endpointrules-17023.json delete mode 100644 .changes/next-release/api-change-logs-64023.json diff --git a/.changes/1.26.3.json b/.changes/1.26.3.json new file mode 100644 index 0000000000..597d2db4ff --- /dev/null +++ b/.changes/1.26.3.json @@ -0,0 +1,22 @@ +[ + { + "category": "``ec2``", + "description": "[``botocore``] This release adds API support for the recipient of an AMI account share to remove shared AMI launch permissions.", + "type": "api-change" + }, + { + "category": "``emr-containers``", + "description": "[``botocore``] Adding support for Job templates. Job templates allow you to create and store templates to configure Spark applications parameters. This helps you ensure consistent settings across applications by reusing and enforcing configuration overrides in data pipelines.", + "type": "api-change" + }, + { + "category": "``logs``", + "description": "[``botocore``] Doc-only update for bug fixes and support of export to buckets encrypted with SSE-KMS", + "type": "api-change" + }, + { + "category": "``endpoint-rules``", + "description": "[``botocore``] Update endpoint-rules client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ec2-87770.json b/.changes/next-release/api-change-ec2-87770.json deleted file mode 100644 index 1c832cc96a..0000000000 --- a/.changes/next-release/api-change-ec2-87770.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] This release adds API support for the recipient of an AMI account share to remove shared AMI launch permissions." -} diff --git a/.changes/next-release/api-change-emrcontainers-75344.json b/.changes/next-release/api-change-emrcontainers-75344.json deleted file mode 100644 index f3cc2778da..0000000000 --- a/.changes/next-release/api-change-emrcontainers-75344.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``emr-containers``", - "description": "[``botocore``] Adding support for Job templates. Job templates allow you to create and store templates to configure Spark applications parameters. This helps you ensure consistent settings across applications by reusing and enforcing configuration overrides in data pipelines." -} diff --git a/.changes/next-release/api-change-endpointrules-17023.json b/.changes/next-release/api-change-endpointrules-17023.json deleted file mode 100644 index 11a6d922e0..0000000000 --- a/.changes/next-release/api-change-endpointrules-17023.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``endpoint-rules``", - "description": "[``botocore``] Update endpoint-rules client to latest version" -} diff --git a/.changes/next-release/api-change-logs-64023.json b/.changes/next-release/api-change-logs-64023.json deleted file mode 100644 index 26cb6cd328..0000000000 --- a/.changes/next-release/api-change-logs-64023.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``logs``", - "description": "[``botocore``] Doc-only update for bug fixes and support of export to buckets encrypted with SSE-KMS" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index beed537c43..c1bb75ca9c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.26.3 +====== + +* api-change:``ec2``: [``botocore``] This release adds API support for the recipient of an AMI account share to remove shared AMI launch permissions. +* api-change:``emr-containers``: [``botocore``] Adding support for Job templates. Job templates allow you to create and store templates to configure Spark applications parameters. This helps you ensure consistent settings across applications by reusing and enforcing configuration overrides in data pipelines. +* api-change:``logs``: [``botocore``] Doc-only update for bug fixes and support of export to buckets encrypted with SSE-KMS +* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version + + 1.26.2 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index dda3e11b64..8f76a03df6 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.26.2' +__version__ = '1.26.3' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 946a2b88b1..74d29ef6db 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.29.2,<1.30.0 + botocore>=1.29.3,<1.30.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 8ada3c4d33..58440c802f 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.29.2,<1.30.0', + 'botocore>=1.29.3,<1.30.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]