From 9ae25c0c0ce6e51a8a99df0af480bbb126267369 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 18 Mar 2021 18:16:40 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-autoscaling-77630.json | 5 +++++ .changes/next-release/api-change-redshift-11072.json | 5 +++++ .changes/next-release/api-change-s3-84225.json | 5 +++++ .changes/next-release/api-change-s3control-48243.json | 5 +++++ .changes/next-release/api-change-securityhub-50758.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-autoscaling-77630.json create mode 100644 .changes/next-release/api-change-redshift-11072.json create mode 100644 .changes/next-release/api-change-s3-84225.json create mode 100644 .changes/next-release/api-change-s3control-48243.json create mode 100644 .changes/next-release/api-change-securityhub-50758.json diff --git a/.changes/next-release/api-change-autoscaling-77630.json b/.changes/next-release/api-change-autoscaling-77630.json new file mode 100644 index 0000000000..d9214dfe0d --- /dev/null +++ b/.changes/next-release/api-change-autoscaling-77630.json @@ -0,0 +1,5 @@ +{ + "category": "``autoscaling``", + "type": "api-change", + "description": "[``botocore``] Amazon EC2 Auto Scaling Instance Refresh now supports phased deployments." +} diff --git a/.changes/next-release/api-change-redshift-11072.json b/.changes/next-release/api-change-redshift-11072.json new file mode 100644 index 0000000000..1ea856df9a --- /dev/null +++ b/.changes/next-release/api-change-redshift-11072.json @@ -0,0 +1,5 @@ +{ + "category": "``redshift``", + "type": "api-change", + "description": "[``botocore``] Add new fields for additional information about VPC endpoint for clusters with reallocation enabled, and a new field for total storage capacity for all clusters." +} diff --git a/.changes/next-release/api-change-s3-84225.json b/.changes/next-release/api-change-s3-84225.json new file mode 100644 index 0000000000..7df5d7cb15 --- /dev/null +++ b/.changes/next-release/api-change-s3-84225.json @@ -0,0 +1,5 @@ +{ + "category": "``s3``", + "type": "api-change", + "description": "[``botocore``] S3 Object Lambda is a new S3 feature that enables users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request" +} diff --git a/.changes/next-release/api-change-s3control-48243.json b/.changes/next-release/api-change-s3control-48243.json new file mode 100644 index 0000000000..262e575989 --- /dev/null +++ b/.changes/next-release/api-change-s3control-48243.json @@ -0,0 +1,5 @@ +{ + "category": "``s3control``", + "type": "api-change", + "description": "[``botocore``] S3 Object Lambda is a new S3 feature that enables users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request" +} diff --git a/.changes/next-release/api-change-securityhub-50758.json b/.changes/next-release/api-change-securityhub-50758.json new file mode 100644 index 0000000000..1754cc6451 --- /dev/null +++ b/.changes/next-release/api-change-securityhub-50758.json @@ -0,0 +1,5 @@ +{ + "category": "``securityhub``", + "type": "api-change", + "description": "[``botocore``] New object for separate provider and customer values. New objects track S3 Public Access Block configuration and identify sensitive data. BatchImportFinding requests are limited to 100 findings." +} From 272741a4479363eafd7bd6a89e053030846fe64f Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 18 Mar 2021 18:16:48 +0000 Subject: [PATCH 2/2] Bumping version to 1.17.31 --- .changes/1.17.31.json | 27 +++++++++++++++++++ .../api-change-autoscaling-77630.json | 5 ---- .../api-change-redshift-11072.json | 5 ---- .../next-release/api-change-s3-84225.json | 5 ---- .../api-change-s3control-48243.json | 5 ---- .../api-change-securityhub-50758.json | 5 ---- CHANGELOG.rst | 10 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 40 insertions(+), 28 deletions(-) create mode 100644 .changes/1.17.31.json delete mode 100644 .changes/next-release/api-change-autoscaling-77630.json delete mode 100644 .changes/next-release/api-change-redshift-11072.json delete mode 100644 .changes/next-release/api-change-s3-84225.json delete mode 100644 .changes/next-release/api-change-s3control-48243.json delete mode 100644 .changes/next-release/api-change-securityhub-50758.json diff --git a/.changes/1.17.31.json b/.changes/1.17.31.json new file mode 100644 index 0000000000..8c2af17f8b --- /dev/null +++ b/.changes/1.17.31.json @@ -0,0 +1,27 @@ +[ + { + "category": "``autoscaling``", + "description": "[``botocore``] Amazon EC2 Auto Scaling Instance Refresh now supports phased deployments.", + "type": "api-change" + }, + { + "category": "``s3``", + "description": "[``botocore``] S3 Object Lambda is a new S3 feature that enables users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request", + "type": "api-change" + }, + { + "category": "``redshift``", + "description": "[``botocore``] Add new fields for additional information about VPC endpoint for clusters with reallocation enabled, and a new field for total storage capacity for all clusters.", + "type": "api-change" + }, + { + "category": "``s3control``", + "description": "[``botocore``] S3 Object Lambda is a new S3 feature that enables users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request", + "type": "api-change" + }, + { + "category": "``securityhub``", + "description": "[``botocore``] New object for separate provider and customer values. New objects track S3 Public Access Block configuration and identify sensitive data. BatchImportFinding requests are limited to 100 findings.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-autoscaling-77630.json b/.changes/next-release/api-change-autoscaling-77630.json deleted file mode 100644 index d9214dfe0d..0000000000 --- a/.changes/next-release/api-change-autoscaling-77630.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``autoscaling``", - "type": "api-change", - "description": "[``botocore``] Amazon EC2 Auto Scaling Instance Refresh now supports phased deployments." -} diff --git a/.changes/next-release/api-change-redshift-11072.json b/.changes/next-release/api-change-redshift-11072.json deleted file mode 100644 index 1ea856df9a..0000000000 --- a/.changes/next-release/api-change-redshift-11072.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``redshift``", - "type": "api-change", - "description": "[``botocore``] Add new fields for additional information about VPC endpoint for clusters with reallocation enabled, and a new field for total storage capacity for all clusters." -} diff --git a/.changes/next-release/api-change-s3-84225.json b/.changes/next-release/api-change-s3-84225.json deleted file mode 100644 index 7df5d7cb15..0000000000 --- a/.changes/next-release/api-change-s3-84225.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``s3``", - "type": "api-change", - "description": "[``botocore``] S3 Object Lambda is a new S3 feature that enables users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request" -} diff --git a/.changes/next-release/api-change-s3control-48243.json b/.changes/next-release/api-change-s3control-48243.json deleted file mode 100644 index 262e575989..0000000000 --- a/.changes/next-release/api-change-s3control-48243.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``s3control``", - "type": "api-change", - "description": "[``botocore``] S3 Object Lambda is a new S3 feature that enables users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request" -} diff --git a/.changes/next-release/api-change-securityhub-50758.json b/.changes/next-release/api-change-securityhub-50758.json deleted file mode 100644 index 1754cc6451..0000000000 --- a/.changes/next-release/api-change-securityhub-50758.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``securityhub``", - "type": "api-change", - "description": "[``botocore``] New object for separate provider and customer values. New objects track S3 Public Access Block configuration and identify sensitive data. BatchImportFinding requests are limited to 100 findings." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9d01335307..e68fb0fd7e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.17.31 +======= + +* api-change:``autoscaling``: [``botocore``] Amazon EC2 Auto Scaling Instance Refresh now supports phased deployments. +* api-change:``s3``: [``botocore``] S3 Object Lambda is a new S3 feature that enables users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request +* api-change:``redshift``: [``botocore``] Add new fields for additional information about VPC endpoint for clusters with reallocation enabled, and a new field for total storage capacity for all clusters. +* api-change:``s3control``: [``botocore``] S3 Object Lambda is a new S3 feature that enables users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request +* api-change:``securityhub``: [``botocore``] New object for separate provider and customer values. New objects track S3 Public Access Block configuration and identify sensitive data. BatchImportFinding requests are limited to 100 findings. + + 1.17.30 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 0552a5383f..d0f97f14a3 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.17.30' +__version__ = '1.17.31' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index feb4d86686..7e353c844b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires_dist = - botocore>=1.20.30,<1.21.0 + botocore>=1.20.31,<1.21.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.3.0,<0.4.0 diff --git a/setup.py b/setup.py index 5842e22043..d7cfe8f079 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.20.30,<1.21.0', + 'botocore>=1.20.31,<1.21.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.3.0,<0.4.0' ]