From bac6441b956264f63bdd1e5c2029430eb165442e Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 6 May 2022 18:08:17 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-ec2-78513.json | 5 +++++ .changes/next-release/api-change-location-72166.json | 5 +++++ .changes/next-release/api-change-mediapackage-72262.json | 5 +++++ .changes/next-release/api-change-rds-14473.json | 5 +++++ .changes/next-release/api-change-redshift-28980.json | 5 +++++ .changes/next-release/api-change-securityhub-10520.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-ec2-78513.json create mode 100644 .changes/next-release/api-change-location-72166.json create mode 100644 .changes/next-release/api-change-mediapackage-72262.json create mode 100644 .changes/next-release/api-change-rds-14473.json create mode 100644 .changes/next-release/api-change-redshift-28980.json create mode 100644 .changes/next-release/api-change-securityhub-10520.json diff --git a/.changes/next-release/api-change-ec2-78513.json b/.changes/next-release/api-change-ec2-78513.json new file mode 100644 index 0000000000..3424c43d02 --- /dev/null +++ b/.changes/next-release/api-change-ec2-78513.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] Add new state values for IPAMs, IPAM Scopes, and IPAM Pools." +} diff --git a/.changes/next-release/api-change-location-72166.json b/.changes/next-release/api-change-location-72166.json new file mode 100644 index 0000000000..53bc1e9f7c --- /dev/null +++ b/.changes/next-release/api-change-location-72166.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``location``", + "description": "[``botocore``] Amazon Location Service now includes a MaxResults parameter for ListGeofences requests." +} diff --git a/.changes/next-release/api-change-mediapackage-72262.json b/.changes/next-release/api-change-mediapackage-72262.json new file mode 100644 index 0000000000..31eaa5c8e0 --- /dev/null +++ b/.changes/next-release/api-change-mediapackage-72262.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediapackage``", + "description": "[``botocore``] This release adds Dvb Dash 2014 as an available profile option for Dash Origin Endpoints." +} diff --git a/.changes/next-release/api-change-rds-14473.json b/.changes/next-release/api-change-rds-14473.json new file mode 100644 index 0000000000..fa73369b92 --- /dev/null +++ b/.changes/next-release/api-change-rds-14473.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "[``botocore``] Various documentation improvements." +} diff --git a/.changes/next-release/api-change-redshift-28980.json b/.changes/next-release/api-change-redshift-28980.json new file mode 100644 index 0000000000..0c26022941 --- /dev/null +++ b/.changes/next-release/api-change-redshift-28980.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``redshift``", + "description": "[``botocore``] Introduces new field 'LoadSampleData' in CreateCluster operation. Customers can now specify 'LoadSampleData' option during creation of a cluster, which results in loading of sample data in the cluster that is created." +} diff --git a/.changes/next-release/api-change-securityhub-10520.json b/.changes/next-release/api-change-securityhub-10520.json new file mode 100644 index 0000000000..70fd8c7a52 --- /dev/null +++ b/.changes/next-release/api-change-securityhub-10520.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``securityhub``", + "description": "[``botocore``] Documentation updates for Security Hub API reference" +} From e208447dc8416ce8a45f3a1f24b2f3520ce50707 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 6 May 2022 18:08:36 +0000 Subject: [PATCH 2/2] Bumping version to 1.22.9 --- .changes/1.22.9.json | 32 +++++++++++++++++++ .../next-release/api-change-ec2-78513.json | 5 --- .../api-change-location-72166.json | 5 --- .../api-change-mediapackage-72262.json | 5 --- .../next-release/api-change-rds-14473.json | 5 --- .../api-change-redshift-28980.json | 5 --- .../api-change-securityhub-10520.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.22.9.json delete mode 100644 .changes/next-release/api-change-ec2-78513.json delete mode 100644 .changes/next-release/api-change-location-72166.json delete mode 100644 .changes/next-release/api-change-mediapackage-72262.json delete mode 100644 .changes/next-release/api-change-rds-14473.json delete mode 100644 .changes/next-release/api-change-redshift-28980.json delete mode 100644 .changes/next-release/api-change-securityhub-10520.json diff --git a/.changes/1.22.9.json b/.changes/1.22.9.json new file mode 100644 index 0000000000..865722703b --- /dev/null +++ b/.changes/1.22.9.json @@ -0,0 +1,32 @@ +[ + { + "category": "``rds``", + "description": "[``botocore``] Various documentation improvements.", + "type": "api-change" + }, + { + "category": "``redshift``", + "description": "[``botocore``] Introduces new field 'LoadSampleData' in CreateCluster operation. Customers can now specify 'LoadSampleData' option during creation of a cluster, which results in loading of sample data in the cluster that is created.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Add new state values for IPAMs, IPAM Scopes, and IPAM Pools.", + "type": "api-change" + }, + { + "category": "``mediapackage``", + "description": "[``botocore``] This release adds Dvb Dash 2014 as an available profile option for Dash Origin Endpoints.", + "type": "api-change" + }, + { + "category": "``securityhub``", + "description": "[``botocore``] Documentation updates for Security Hub API reference", + "type": "api-change" + }, + { + "category": "``location``", + "description": "[``botocore``] Amazon Location Service now includes a MaxResults parameter for ListGeofences requests.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ec2-78513.json b/.changes/next-release/api-change-ec2-78513.json deleted file mode 100644 index 3424c43d02..0000000000 --- a/.changes/next-release/api-change-ec2-78513.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Add new state values for IPAMs, IPAM Scopes, and IPAM Pools." -} diff --git a/.changes/next-release/api-change-location-72166.json b/.changes/next-release/api-change-location-72166.json deleted file mode 100644 index 53bc1e9f7c..0000000000 --- a/.changes/next-release/api-change-location-72166.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``location``", - "description": "[``botocore``] Amazon Location Service now includes a MaxResults parameter for ListGeofences requests." -} diff --git a/.changes/next-release/api-change-mediapackage-72262.json b/.changes/next-release/api-change-mediapackage-72262.json deleted file mode 100644 index 31eaa5c8e0..0000000000 --- a/.changes/next-release/api-change-mediapackage-72262.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediapackage``", - "description": "[``botocore``] This release adds Dvb Dash 2014 as an available profile option for Dash Origin Endpoints." -} diff --git a/.changes/next-release/api-change-rds-14473.json b/.changes/next-release/api-change-rds-14473.json deleted file mode 100644 index fa73369b92..0000000000 --- a/.changes/next-release/api-change-rds-14473.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] Various documentation improvements." -} diff --git a/.changes/next-release/api-change-redshift-28980.json b/.changes/next-release/api-change-redshift-28980.json deleted file mode 100644 index 0c26022941..0000000000 --- a/.changes/next-release/api-change-redshift-28980.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``redshift``", - "description": "[``botocore``] Introduces new field 'LoadSampleData' in CreateCluster operation. Customers can now specify 'LoadSampleData' option during creation of a cluster, which results in loading of sample data in the cluster that is created." -} diff --git a/.changes/next-release/api-change-securityhub-10520.json b/.changes/next-release/api-change-securityhub-10520.json deleted file mode 100644 index 70fd8c7a52..0000000000 --- a/.changes/next-release/api-change-securityhub-10520.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``securityhub``", - "description": "[``botocore``] Documentation updates for Security Hub API reference" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 43242c4c81..10215cb513 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.22.9 +====== + +* api-change:``rds``: [``botocore``] Various documentation improvements. +* api-change:``redshift``: [``botocore``] Introduces new field 'LoadSampleData' in CreateCluster operation. Customers can now specify 'LoadSampleData' option during creation of a cluster, which results in loading of sample data in the cluster that is created. +* api-change:``ec2``: [``botocore``] Add new state values for IPAMs, IPAM Scopes, and IPAM Pools. +* api-change:``mediapackage``: [``botocore``] This release adds Dvb Dash 2014 as an available profile option for Dash Origin Endpoints. +* api-change:``securityhub``: [``botocore``] Documentation updates for Security Hub API reference +* api-change:``location``: [``botocore``] Amazon Location Service now includes a MaxResults parameter for ListGeofences requests. + + 1.22.8 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index 75f9a1b9cf..7fd00fa07c 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.22.8' +__version__ = '1.22.9' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index ee7be6dc5f..1ce72a4db4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.25.8,<1.26.0 + botocore>=1.25.9,<1.26.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.5.0,<0.6.0 diff --git a/setup.py b/setup.py index 6485c7a601..60ddbc6795 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.25.8,<1.26.0', + 'botocore>=1.25.9,<1.26.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.5.0,<0.6.0', ]