From 6a8a01fa8f8f5ff71c1e223c72315c2cb4063b23 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 25 Oct 2021 18:10:43 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-auditmanager-71777.json | 5 +++++ .changes/next-release/api-change-ec2-74249.json | 5 +++++ .changes/next-release/api-change-rds-24399.json | 5 +++++ .changes/next-release/api-change-route53resolver-76841.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-auditmanager-71777.json create mode 100644 .changes/next-release/api-change-ec2-74249.json create mode 100644 .changes/next-release/api-change-rds-24399.json create mode 100644 .changes/next-release/api-change-route53resolver-76841.json diff --git a/.changes/next-release/api-change-auditmanager-71777.json b/.changes/next-release/api-change-auditmanager-71777.json new file mode 100644 index 0000000000..ffdd1b8230 --- /dev/null +++ b/.changes/next-release/api-change-auditmanager-71777.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``auditmanager``", + "description": "[``botocore``] This release introduces a new feature for Audit Manager: Custom framework sharing. You can now share your custom frameworks with another AWS account, or replicate them into another AWS Region under your own account." +} diff --git a/.changes/next-release/api-change-ec2-74249.json b/.changes/next-release/api-change-ec2-74249.json new file mode 100644 index 0000000000..d2984cff65 --- /dev/null +++ b/.changes/next-release/api-change-ec2-74249.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] This release adds support to create a VPN Connection that is not attached to a Gateway at the time of creation. Use this to create VPNs associated with Core Networks, or modify your VPN and attach a gateway using the modify API after creation." +} diff --git a/.changes/next-release/api-change-rds-24399.json b/.changes/next-release/api-change-rds-24399.json new file mode 100644 index 0000000000..9aba939081 --- /dev/null +++ b/.changes/next-release/api-change-rds-24399.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "[``botocore``] This release adds support for Amazon RDS Custom, which is a new RDS management type that gives you full access to your database and operating system. For more information, see https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-custom.html" +} diff --git a/.changes/next-release/api-change-route53resolver-76841.json b/.changes/next-release/api-change-route53resolver-76841.json new file mode 100644 index 0000000000..e35e8aef66 --- /dev/null +++ b/.changes/next-release/api-change-route53resolver-76841.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``route53resolver``", + "description": "[``botocore``] New API for ResolverConfig, which allows autodefined rules for reverse DNS resolution to be disabled for a VPC" +} From 6c6be17ac229cb9576d80e2aab6ec1c3edd86718 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 25 Oct 2021 18:10:59 +0000 Subject: [PATCH 2/2] Bumping version to 1.19.3 --- .changes/1.19.3.json | 22 +++++++++++++++++++ .../api-change-auditmanager-71777.json | 5 ----- .../next-release/api-change-ec2-74249.json | 5 ----- .../next-release/api-change-rds-24399.json | 5 ----- .../api-change-route53resolver-76841.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.19.3.json delete mode 100644 .changes/next-release/api-change-auditmanager-71777.json delete mode 100644 .changes/next-release/api-change-ec2-74249.json delete mode 100644 .changes/next-release/api-change-rds-24399.json delete mode 100644 .changes/next-release/api-change-route53resolver-76841.json diff --git a/.changes/1.19.3.json b/.changes/1.19.3.json new file mode 100644 index 0000000000..9b8135175f --- /dev/null +++ b/.changes/1.19.3.json @@ -0,0 +1,22 @@ +[ + { + "category": "``rds``", + "description": "[``botocore``] This release adds support for Amazon RDS Custom, which is a new RDS management type that gives you full access to your database and operating system. For more information, see https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-custom.html", + "type": "api-change" + }, + { + "category": "``auditmanager``", + "description": "[``botocore``] This release introduces a new feature for Audit Manager: Custom framework sharing. You can now share your custom frameworks with another AWS account, or replicate them into another AWS Region under your own account.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] This release adds support to create a VPN Connection that is not attached to a Gateway at the time of creation. Use this to create VPNs associated with Core Networks, or modify your VPN and attach a gateway using the modify API after creation.", + "type": "api-change" + }, + { + "category": "``route53resolver``", + "description": "[``botocore``] New API for ResolverConfig, which allows autodefined rules for reverse DNS resolution to be disabled for a VPC", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-auditmanager-71777.json b/.changes/next-release/api-change-auditmanager-71777.json deleted file mode 100644 index ffdd1b8230..0000000000 --- a/.changes/next-release/api-change-auditmanager-71777.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``auditmanager``", - "description": "[``botocore``] This release introduces a new feature for Audit Manager: Custom framework sharing. You can now share your custom frameworks with another AWS account, or replicate them into another AWS Region under your own account." -} diff --git a/.changes/next-release/api-change-ec2-74249.json b/.changes/next-release/api-change-ec2-74249.json deleted file mode 100644 index d2984cff65..0000000000 --- a/.changes/next-release/api-change-ec2-74249.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] This release adds support to create a VPN Connection that is not attached to a Gateway at the time of creation. Use this to create VPNs associated with Core Networks, or modify your VPN and attach a gateway using the modify API after creation." -} diff --git a/.changes/next-release/api-change-rds-24399.json b/.changes/next-release/api-change-rds-24399.json deleted file mode 100644 index 9aba939081..0000000000 --- a/.changes/next-release/api-change-rds-24399.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] This release adds support for Amazon RDS Custom, which is a new RDS management type that gives you full access to your database and operating system. For more information, see https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-custom.html" -} diff --git a/.changes/next-release/api-change-route53resolver-76841.json b/.changes/next-release/api-change-route53resolver-76841.json deleted file mode 100644 index e35e8aef66..0000000000 --- a/.changes/next-release/api-change-route53resolver-76841.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``route53resolver``", - "description": "[``botocore``] New API for ResolverConfig, which allows autodefined rules for reverse DNS resolution to be disabled for a VPC" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0be73f21a1..f3f9b5cc9e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.19.3 +====== + +* api-change:``rds``: [``botocore``] This release adds support for Amazon RDS Custom, which is a new RDS management type that gives you full access to your database and operating system. For more information, see https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-custom.html +* api-change:``auditmanager``: [``botocore``] This release introduces a new feature for Audit Manager: Custom framework sharing. You can now share your custom frameworks with another AWS account, or replicate them into another AWS Region under your own account. +* api-change:``ec2``: [``botocore``] This release adds support to create a VPN Connection that is not attached to a Gateway at the time of creation. Use this to create VPNs associated with Core Networks, or modify your VPN and attach a gateway using the modify API after creation. +* api-change:``route53resolver``: [``botocore``] New API for ResolverConfig, which allows autodefined rules for reverse DNS resolution to be disabled for a VPC + + 1.19.2 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index 34b7bed86d..0b64df4744 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.19.2' +__version__ = '1.19.3' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 1bef2b540d..213585eb31 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.22.2,<1.23.0 + botocore>=1.22.3,<1.23.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.5.0,<0.6.0 diff --git a/setup.py b/setup.py index 3ce11d8f01..da2a5d8d44 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.22.2,<1.23.0', + 'botocore>=1.22.3,<1.23.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.5.0,<0.6.0' ]