From 4886a6e20b1800f425c57f3360ba1428a087336d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 16 Jun 2021 18:24:06 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-ec2-51660.json | 5 +++++ .changes/next-release/api-change-kms-2648.json | 5 +++++ .changes/next-release/api-change-mediatailor-25156.json | 5 +++++ .changes/next-release/api-change-rds-31588.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-ec2-51660.json create mode 100644 .changes/next-release/api-change-kms-2648.json create mode 100644 .changes/next-release/api-change-mediatailor-25156.json create mode 100644 .changes/next-release/api-change-rds-31588.json diff --git a/.changes/next-release/api-change-ec2-51660.json b/.changes/next-release/api-change-ec2-51660.json new file mode 100644 index 0000000000..0957851b75 --- /dev/null +++ b/.changes/next-release/api-change-ec2-51660.json @@ -0,0 +1,5 @@ +{ + "category": "``ec2``", + "type": "api-change", + "description": "[``botocore``] This release adds support for VLAN-tagged network traffic over an Elastic Network Interface (ENI). This feature is in limited Preview for this release. Contact your account manager if you are interested in this feature." +} diff --git a/.changes/next-release/api-change-kms-2648.json b/.changes/next-release/api-change-kms-2648.json new file mode 100644 index 0000000000..62ceb70281 --- /dev/null +++ b/.changes/next-release/api-change-kms-2648.json @@ -0,0 +1,5 @@ +{ + "category": "``kms``", + "type": "api-change", + "description": "[``botocore``] Adds support for multi-Region keys" +} diff --git a/.changes/next-release/api-change-mediatailor-25156.json b/.changes/next-release/api-change-mediatailor-25156.json new file mode 100644 index 0000000000..3122b10638 --- /dev/null +++ b/.changes/next-release/api-change-mediatailor-25156.json @@ -0,0 +1,5 @@ +{ + "category": "``mediatailor``", + "type": "api-change", + "description": "[``botocore``] Adds AWS Secrets Manager Access Token Authentication for Source Locations" +} diff --git a/.changes/next-release/api-change-rds-31588.json b/.changes/next-release/api-change-rds-31588.json new file mode 100644 index 0000000000..1cbcd0ff63 --- /dev/null +++ b/.changes/next-release/api-change-rds-31588.json @@ -0,0 +1,5 @@ +{ + "category": "``rds``", + "type": "api-change", + "description": "[``botocore``] This release enables fast cloning in Aurora Serverless. You can now clone between Aurora Serverless clusters and Aurora Provisioned clusters." +} From 348a322500edc6e13db431de9cd43bfea9d04507 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 16 Jun 2021 18:24:14 +0000 Subject: [PATCH 2/2] Bumping version to 1.17.96 --- .changes/1.17.96.json | 22 +++++++++++++++++++ .../next-release/api-change-ec2-51660.json | 5 ----- .../next-release/api-change-kms-2648.json | 5 ----- .../api-change-mediatailor-25156.json | 5 ----- .../next-release/api-change-rds-31588.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.17.96.json delete mode 100644 .changes/next-release/api-change-ec2-51660.json delete mode 100644 .changes/next-release/api-change-kms-2648.json delete mode 100644 .changes/next-release/api-change-mediatailor-25156.json delete mode 100644 .changes/next-release/api-change-rds-31588.json diff --git a/.changes/1.17.96.json b/.changes/1.17.96.json new file mode 100644 index 0000000000..d5d552ae69 --- /dev/null +++ b/.changes/1.17.96.json @@ -0,0 +1,22 @@ +[ + { + "category": "``kms``", + "description": "[``botocore``] Adds support for multi-Region keys", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] This release adds support for VLAN-tagged network traffic over an Elastic Network Interface (ENI). This feature is in limited Preview for this release. Contact your account manager if you are interested in this feature.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] This release enables fast cloning in Aurora Serverless. You can now clone between Aurora Serverless clusters and Aurora Provisioned clusters.", + "type": "api-change" + }, + { + "category": "``mediatailor``", + "description": "[``botocore``] Adds AWS Secrets Manager Access Token Authentication for Source Locations", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ec2-51660.json b/.changes/next-release/api-change-ec2-51660.json deleted file mode 100644 index 0957851b75..0000000000 --- a/.changes/next-release/api-change-ec2-51660.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``ec2``", - "type": "api-change", - "description": "[``botocore``] This release adds support for VLAN-tagged network traffic over an Elastic Network Interface (ENI). This feature is in limited Preview for this release. Contact your account manager if you are interested in this feature." -} diff --git a/.changes/next-release/api-change-kms-2648.json b/.changes/next-release/api-change-kms-2648.json deleted file mode 100644 index 62ceb70281..0000000000 --- a/.changes/next-release/api-change-kms-2648.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``kms``", - "type": "api-change", - "description": "[``botocore``] Adds support for multi-Region keys" -} diff --git a/.changes/next-release/api-change-mediatailor-25156.json b/.changes/next-release/api-change-mediatailor-25156.json deleted file mode 100644 index 3122b10638..0000000000 --- a/.changes/next-release/api-change-mediatailor-25156.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``mediatailor``", - "type": "api-change", - "description": "[``botocore``] Adds AWS Secrets Manager Access Token Authentication for Source Locations" -} diff --git a/.changes/next-release/api-change-rds-31588.json b/.changes/next-release/api-change-rds-31588.json deleted file mode 100644 index 1cbcd0ff63..0000000000 --- a/.changes/next-release/api-change-rds-31588.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``rds``", - "type": "api-change", - "description": "[``botocore``] This release enables fast cloning in Aurora Serverless. You can now clone between Aurora Serverless clusters and Aurora Provisioned clusters." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4c2d4fd3cb..fc78f81505 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.17.96 +======= + +* api-change:``kms``: [``botocore``] Adds support for multi-Region keys +* api-change:``ec2``: [``botocore``] This release adds support for VLAN-tagged network traffic over an Elastic Network Interface (ENI). This feature is in limited Preview for this release. Contact your account manager if you are interested in this feature. +* api-change:``rds``: [``botocore``] This release enables fast cloning in Aurora Serverless. You can now clone between Aurora Serverless clusters and Aurora Provisioned clusters. +* api-change:``mediatailor``: [``botocore``] Adds AWS Secrets Manager Access Token Authentication for Source Locations + + 1.17.95 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 5d0371b931..1e148f81d3 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.17.95' +__version__ = '1.17.96' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index fc83926f92..fa6af92f17 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires_dist = - botocore>=1.20.95,<1.21.0 + botocore>=1.20.96,<1.21.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.4.0,<0.5.0 diff --git a/setup.py b/setup.py index 0e82bebdc0..9f43a6b209 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.20.95,<1.21.0', + 'botocore>=1.20.96,<1.21.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.4.0,<0.5.0' ]