diff --git a/.changes/1.17.106.json b/.changes/1.17.106.json new file mode 100644 index 0000000000..c851b959e6 --- /dev/null +++ b/.changes/1.17.106.json @@ -0,0 +1,32 @@ +[ + { + "category": "``lambda``", + "description": "[``botocore``] Added support for AmazonMQRabbitMQ as an event source. Added support for VIRTUAL_HOST as SourceAccessType for streams event source mappings.", + "type": "api-change" + }, + { + "category": "``imagebuilder``", + "description": "[``botocore``] Adds support for specifying parameters to customize components for recipes. Expands configuration of the Amazon EC2 instances that are used for building and testing images, including the ability to specify commands to run on launch, and more control over installation and removal of the SSM agent.", + "type": "api-change" + }, + { + "category": "``mgn``", + "description": "[``botocore``] Bug fix: Remove not supported EBS encryption type \"NONE\"", + "type": "api-change" + }, + { + "category": "``eks``", + "description": "[``botocore``] Adding new error code UnsupportedAddonModification for Addons in EKS", + "type": "api-change" + }, + { + "category": "``macie2``", + "description": "[``botocore``] Sensitive data findings in Amazon Macie now include enhanced location data for JSON and JSON Lines files", + "type": "api-change" + }, + { + "category": "``sns``", + "description": "[``botocore``] Documentation updates for Amazon SNS.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-eks-72439.json b/.changes/next-release/api-change-eks-72439.json deleted file mode 100644 index b845f1a63b..0000000000 --- a/.changes/next-release/api-change-eks-72439.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``eks``", - "type": "api-change", - "description": "[``botocore``] Adding new error code UnsupportedAddonModification for Addons in EKS" -} diff --git a/.changes/next-release/api-change-imagebuilder-76200.json b/.changes/next-release/api-change-imagebuilder-76200.json deleted file mode 100644 index 3680e15c0c..0000000000 --- a/.changes/next-release/api-change-imagebuilder-76200.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``imagebuilder``", - "type": "api-change", - "description": "[``botocore``] Adds support for specifying parameters to customize components for recipes. Expands configuration of the Amazon EC2 instances that are used for building and testing images, including the ability to specify commands to run on launch, and more control over installation and removal of the SSM agent." -} diff --git a/.changes/next-release/api-change-lambda-12099.json b/.changes/next-release/api-change-lambda-12099.json deleted file mode 100644 index f4e6ad2717..0000000000 --- a/.changes/next-release/api-change-lambda-12099.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``lambda``", - "type": "api-change", - "description": "[``botocore``] Added support for AmazonMQRabbitMQ as an event source. Added support for VIRTUAL_HOST as SourceAccessType for streams event source mappings." -} diff --git a/.changes/next-release/api-change-macie2-27622.json b/.changes/next-release/api-change-macie2-27622.json deleted file mode 100644 index 0121afccf3..0000000000 --- a/.changes/next-release/api-change-macie2-27622.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``macie2``", - "type": "api-change", - "description": "[``botocore``] Sensitive data findings in Amazon Macie now include enhanced location data for JSON and JSON Lines files" -} diff --git a/.changes/next-release/api-change-mgn-56522.json b/.changes/next-release/api-change-mgn-56522.json deleted file mode 100644 index 15f43de270..0000000000 --- a/.changes/next-release/api-change-mgn-56522.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``mgn``", - "type": "api-change", - "description": "[``botocore``] Bug fix: Remove not supported EBS encryption type \"NONE\"" -} diff --git a/.changes/next-release/api-change-sns-76478.json b/.changes/next-release/api-change-sns-76478.json deleted file mode 100644 index 6329a61ddb..0000000000 --- a/.changes/next-release/api-change-sns-76478.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``sns``", - "type": "api-change", - "description": "[``botocore``] Documentation updates for Amazon SNS." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f5dd0b2226..06159adade 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.17.106 +======== + +* api-change:``lambda``: [``botocore``] Added support for AmazonMQRabbitMQ as an event source. Added support for VIRTUAL_HOST as SourceAccessType for streams event source mappings. +* api-change:``imagebuilder``: [``botocore``] Adds support for specifying parameters to customize components for recipes. Expands configuration of the Amazon EC2 instances that are used for building and testing images, including the ability to specify commands to run on launch, and more control over installation and removal of the SSM agent. +* api-change:``mgn``: [``botocore``] Bug fix: Remove not supported EBS encryption type "NONE" +* api-change:``eks``: [``botocore``] Adding new error code UnsupportedAddonModification for Addons in EKS +* api-change:``macie2``: [``botocore``] Sensitive data findings in Amazon Macie now include enhanced location data for JSON and JSON Lines files +* api-change:``sns``: [``botocore``] Documentation updates for Amazon SNS. + + 1.17.105 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 98abde5124..676ca1c79a 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.17.105' +__version__ = '1.17.106' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 835061d1a5..7734d717e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires_dist = - botocore>=1.20.105,<1.21.0 + botocore>=1.20.106,<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 60fdb02f97..1758ac34c5 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.20.105,<1.21.0', + 'botocore>=1.20.106,<1.21.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.4.0,<0.5.0' ]