From 30058172d50280eeead183128972e7390d6ba545 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 30 Mar 2023 18:09:32 +0000 Subject: [PATCH] Bumping version to 1.26.103 --- .changes/1.26.103.json | 82 +++++++++++++++++++ .../next-release/api-change-athena-32979.json | 5 -- .../api-change-autoscaling-55120.json | 5 -- .../next-release/api-change-batch-30831.json | 5 -- .../api-change-computeoptimizer-71589.json | 5 -- .../next-release/api-change-drs-79578.json | 5 -- .../next-release/api-change-ec2-36971.json | 5 -- .../next-release/api-change-emr-14326.json | 5 -- .../next-release/api-change-glue-19931.json | 5 -- .../api-change-guardduty-34081.json | 5 -- .../api-change-imagebuilder-1015.json | 5 -- .../next-release/api-change-ivs-29576.json | 5 -- .../next-release/api-change-kendra-92556.json | 5 -- .../api-change-networkfirewall-49853.json | 5 -- .../api-change-sagemakergeospatial-26705.json | 5 -- .../api-change-vpclattice-19174.json | 5 -- .../api-change-wellarchitected-98692.json | 5 -- CHANGELOG.rst | 21 +++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 21 files changed, 106 insertions(+), 83 deletions(-) create mode 100644 .changes/1.26.103.json delete mode 100644 .changes/next-release/api-change-athena-32979.json delete mode 100644 .changes/next-release/api-change-autoscaling-55120.json delete mode 100644 .changes/next-release/api-change-batch-30831.json delete mode 100644 .changes/next-release/api-change-computeoptimizer-71589.json delete mode 100644 .changes/next-release/api-change-drs-79578.json delete mode 100644 .changes/next-release/api-change-ec2-36971.json delete mode 100644 .changes/next-release/api-change-emr-14326.json delete mode 100644 .changes/next-release/api-change-glue-19931.json delete mode 100644 .changes/next-release/api-change-guardduty-34081.json delete mode 100644 .changes/next-release/api-change-imagebuilder-1015.json delete mode 100644 .changes/next-release/api-change-ivs-29576.json delete mode 100644 .changes/next-release/api-change-kendra-92556.json delete mode 100644 .changes/next-release/api-change-networkfirewall-49853.json delete mode 100644 .changes/next-release/api-change-sagemakergeospatial-26705.json delete mode 100644 .changes/next-release/api-change-vpclattice-19174.json delete mode 100644 .changes/next-release/api-change-wellarchitected-98692.json diff --git a/.changes/1.26.103.json b/.changes/1.26.103.json new file mode 100644 index 0000000000..8739740a7b --- /dev/null +++ b/.changes/1.26.103.json @@ -0,0 +1,82 @@ +[ + { + "category": "``athena``", + "description": "[``botocore``] Make DefaultExecutorDpuSize and CoordinatorDpuSize fields optional in StartSession", + "type": "api-change" + }, + { + "category": "``autoscaling``", + "description": "[``botocore``] Amazon EC2 Auto Scaling now supports Elastic Load Balancing traffic sources with the AttachTrafficSources, DetachTrafficSources, and DescribeTrafficSources APIs. This release also introduces a new activity status, \"WaitingForConnectionDraining\", for VPC Lattice to the DescribeScalingActivities API.", + "type": "api-change" + }, + { + "category": "``batch``", + "description": "[``botocore``] This feature allows Batch on EKS to support configuration of Pod Labels through Metadata for Batch on EKS Jobs.", + "type": "api-change" + }, + { + "category": "``compute-optimizer``", + "description": "[``botocore``] This release adds support for HDD EBS volume types and io2 Block Express. We are also adding support for 61 new instance types and instances that have non consecutive runtime.", + "type": "api-change" + }, + { + "category": "``drs``", + "description": "[``botocore``] Adding a field to the replication configuration APIs to support the auto replicate new disks feature. We also deprecated RetryDataReplication.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] This release adds support for Tunnel Endpoint Lifecycle control, a new feature that provides Site-to-Site VPN customers with better visibility and control of their VPN tunnel maintenance updates.", + "type": "api-change" + }, + { + "category": "``emr``", + "description": "[``botocore``] Update emr client to latest version", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "[``botocore``] This release adds support for AWS Glue Data Quality, which helps you evaluate and monitor the quality of your data and includes the API for creating, deleting, or updating data quality rulesets, runs and evaluations.", + "type": "api-change" + }, + { + "category": "``guardduty``", + "description": "[``botocore``] Added EKS Runtime Monitoring feature support to existing detector, finding APIs and introducing new Coverage APIs", + "type": "api-change" + }, + { + "category": "``imagebuilder``", + "description": "[``botocore``] Adds support for new image workflow details and image vulnerability detection.", + "type": "api-change" + }, + { + "category": "``ivs``", + "description": "[``botocore``] Amazon Interactive Video Service (IVS) now offers customers the ability to configure IVS channels to allow insecure RTMP ingest.", + "type": "api-change" + }, + { + "category": "``kendra``", + "description": "[``botocore``] AWS Kendra now supports featured results for a query.", + "type": "api-change" + }, + { + "category": "``network-firewall``", + "description": "[``botocore``] AWS Network Firewall added TLS inspection configurations to allow TLS traffic inspection.", + "type": "api-change" + }, + { + "category": "``sagemaker-geospatial``", + "description": "[``botocore``] Amazon SageMaker geospatial capabilities now supports server-side encryption with customer managed KMS key and SageMaker notebooks with a SageMaker geospatial image in a Amazon SageMaker Domain with VPC only mode.", + "type": "api-change" + }, + { + "category": "``vpc-lattice``", + "description": "[``botocore``] General Availability (GA) release of Amazon VPC Lattice", + "type": "api-change" + }, + { + "category": "``wellarchitected``", + "description": "[``botocore``] AWS Well-Architected SDK now supports getting consolidated report metrics and generating a consolidated report PDF.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-athena-32979.json b/.changes/next-release/api-change-athena-32979.json deleted file mode 100644 index 9706583c96..0000000000 --- a/.changes/next-release/api-change-athena-32979.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``athena``", - "description": "[``botocore``] Make DefaultExecutorDpuSize and CoordinatorDpuSize fields optional in StartSession" -} diff --git a/.changes/next-release/api-change-autoscaling-55120.json b/.changes/next-release/api-change-autoscaling-55120.json deleted file mode 100644 index c1faec2116..0000000000 --- a/.changes/next-release/api-change-autoscaling-55120.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``autoscaling``", - "description": "[``botocore``] Amazon EC2 Auto Scaling now supports Elastic Load Balancing traffic sources with the AttachTrafficSources, DetachTrafficSources, and DescribeTrafficSources APIs. This release also introduces a new activity status, \"WaitingForConnectionDraining\", for VPC Lattice to the DescribeScalingActivities API." -} diff --git a/.changes/next-release/api-change-batch-30831.json b/.changes/next-release/api-change-batch-30831.json deleted file mode 100644 index 202f963041..0000000000 --- a/.changes/next-release/api-change-batch-30831.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``batch``", - "description": "[``botocore``] This feature allows Batch on EKS to support configuration of Pod Labels through Metadata for Batch on EKS Jobs." -} diff --git a/.changes/next-release/api-change-computeoptimizer-71589.json b/.changes/next-release/api-change-computeoptimizer-71589.json deleted file mode 100644 index db4154a68f..0000000000 --- a/.changes/next-release/api-change-computeoptimizer-71589.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``compute-optimizer``", - "description": "[``botocore``] This release adds support for HDD EBS volume types and io2 Block Express. We are also adding support for 61 new instance types and instances that have non consecutive runtime." -} diff --git a/.changes/next-release/api-change-drs-79578.json b/.changes/next-release/api-change-drs-79578.json deleted file mode 100644 index 8123511f6e..0000000000 --- a/.changes/next-release/api-change-drs-79578.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``drs``", - "description": "[``botocore``] Adding a field to the replication configuration APIs to support the auto replicate new disks feature. We also deprecated RetryDataReplication." -} diff --git a/.changes/next-release/api-change-ec2-36971.json b/.changes/next-release/api-change-ec2-36971.json deleted file mode 100644 index bdf6331a5f..0000000000 --- a/.changes/next-release/api-change-ec2-36971.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] This release adds support for Tunnel Endpoint Lifecycle control, a new feature that provides Site-to-Site VPN customers with better visibility and control of their VPN tunnel maintenance updates." -} diff --git a/.changes/next-release/api-change-emr-14326.json b/.changes/next-release/api-change-emr-14326.json deleted file mode 100644 index c2b46785ae..0000000000 --- a/.changes/next-release/api-change-emr-14326.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``emr``", - "description": "[``botocore``] Update emr client to latest version" -} diff --git a/.changes/next-release/api-change-glue-19931.json b/.changes/next-release/api-change-glue-19931.json deleted file mode 100644 index c594f694ef..0000000000 --- a/.changes/next-release/api-change-glue-19931.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "[``botocore``] This release adds support for AWS Glue Data Quality, which helps you evaluate and monitor the quality of your data and includes the API for creating, deleting, or updating data quality rulesets, runs and evaluations." -} diff --git a/.changes/next-release/api-change-guardduty-34081.json b/.changes/next-release/api-change-guardduty-34081.json deleted file mode 100644 index c5b09211d3..0000000000 --- a/.changes/next-release/api-change-guardduty-34081.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``guardduty``", - "description": "[``botocore``] Added EKS Runtime Monitoring feature support to existing detector, finding APIs and introducing new Coverage APIs" -} diff --git a/.changes/next-release/api-change-imagebuilder-1015.json b/.changes/next-release/api-change-imagebuilder-1015.json deleted file mode 100644 index c69242265a..0000000000 --- a/.changes/next-release/api-change-imagebuilder-1015.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``imagebuilder``", - "description": "[``botocore``] Adds support for new image workflow details and image vulnerability detection." -} diff --git a/.changes/next-release/api-change-ivs-29576.json b/.changes/next-release/api-change-ivs-29576.json deleted file mode 100644 index 2c16abcc04..0000000000 --- a/.changes/next-release/api-change-ivs-29576.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ivs``", - "description": "[``botocore``] Amazon Interactive Video Service (IVS) now offers customers the ability to configure IVS channels to allow insecure RTMP ingest." -} diff --git a/.changes/next-release/api-change-kendra-92556.json b/.changes/next-release/api-change-kendra-92556.json deleted file mode 100644 index 65605089f3..0000000000 --- a/.changes/next-release/api-change-kendra-92556.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kendra``", - "description": "[``botocore``] AWS Kendra now supports featured results for a query." -} diff --git a/.changes/next-release/api-change-networkfirewall-49853.json b/.changes/next-release/api-change-networkfirewall-49853.json deleted file mode 100644 index 6dc1c5b4ee..0000000000 --- a/.changes/next-release/api-change-networkfirewall-49853.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``network-firewall``", - "description": "[``botocore``] AWS Network Firewall added TLS inspection configurations to allow TLS traffic inspection." -} diff --git a/.changes/next-release/api-change-sagemakergeospatial-26705.json b/.changes/next-release/api-change-sagemakergeospatial-26705.json deleted file mode 100644 index e178c58ebb..0000000000 --- a/.changes/next-release/api-change-sagemakergeospatial-26705.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker-geospatial``", - "description": "[``botocore``] Amazon SageMaker geospatial capabilities now supports server-side encryption with customer managed KMS key and SageMaker notebooks with a SageMaker geospatial image in a Amazon SageMaker Domain with VPC only mode." -} diff --git a/.changes/next-release/api-change-vpclattice-19174.json b/.changes/next-release/api-change-vpclattice-19174.json deleted file mode 100644 index fa87f6cb31..0000000000 --- a/.changes/next-release/api-change-vpclattice-19174.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``vpc-lattice``", - "description": "[``botocore``] General Availability (GA) release of Amazon VPC Lattice" -} diff --git a/.changes/next-release/api-change-wellarchitected-98692.json b/.changes/next-release/api-change-wellarchitected-98692.json deleted file mode 100644 index fb0898586d..0000000000 --- a/.changes/next-release/api-change-wellarchitected-98692.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``wellarchitected``", - "description": "[``botocore``] AWS Well-Architected SDK now supports getting consolidated report metrics and generating a consolidated report PDF." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 143efae300..9ff20d0b50 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,27 @@ CHANGELOG ========= +1.26.103 +======== + +* api-change:``athena``: [``botocore``] Make DefaultExecutorDpuSize and CoordinatorDpuSize fields optional in StartSession +* api-change:``autoscaling``: [``botocore``] Amazon EC2 Auto Scaling now supports Elastic Load Balancing traffic sources with the AttachTrafficSources, DetachTrafficSources, and DescribeTrafficSources APIs. This release also introduces a new activity status, "WaitingForConnectionDraining", for VPC Lattice to the DescribeScalingActivities API. +* api-change:``batch``: [``botocore``] This feature allows Batch on EKS to support configuration of Pod Labels through Metadata for Batch on EKS Jobs. +* api-change:``compute-optimizer``: [``botocore``] This release adds support for HDD EBS volume types and io2 Block Express. We are also adding support for 61 new instance types and instances that have non consecutive runtime. +* api-change:``drs``: [``botocore``] Adding a field to the replication configuration APIs to support the auto replicate new disks feature. We also deprecated RetryDataReplication. +* api-change:``ec2``: [``botocore``] This release adds support for Tunnel Endpoint Lifecycle control, a new feature that provides Site-to-Site VPN customers with better visibility and control of their VPN tunnel maintenance updates. +* api-change:``emr``: [``botocore``] Update emr client to latest version +* api-change:``glue``: [``botocore``] This release adds support for AWS Glue Data Quality, which helps you evaluate and monitor the quality of your data and includes the API for creating, deleting, or updating data quality rulesets, runs and evaluations. +* api-change:``guardduty``: [``botocore``] Added EKS Runtime Monitoring feature support to existing detector, finding APIs and introducing new Coverage APIs +* api-change:``imagebuilder``: [``botocore``] Adds support for new image workflow details and image vulnerability detection. +* api-change:``ivs``: [``botocore``] Amazon Interactive Video Service (IVS) now offers customers the ability to configure IVS channels to allow insecure RTMP ingest. +* api-change:``kendra``: [``botocore``] AWS Kendra now supports featured results for a query. +* api-change:``network-firewall``: [``botocore``] AWS Network Firewall added TLS inspection configurations to allow TLS traffic inspection. +* api-change:``sagemaker-geospatial``: [``botocore``] Amazon SageMaker geospatial capabilities now supports server-side encryption with customer managed KMS key and SageMaker notebooks with a SageMaker geospatial image in a Amazon SageMaker Domain with VPC only mode. +* api-change:``vpc-lattice``: [``botocore``] General Availability (GA) release of Amazon VPC Lattice +* api-change:``wellarchitected``: [``botocore``] AWS Well-Architected SDK now supports getting consolidated report metrics and generating a consolidated report PDF. + + 1.26.102 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index c1c3e8e834..6ea93dbc4f 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.26.102' +__version__ = '1.26.103' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 1be8683f45..4d8449383b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.29.102,<1.30.0 + botocore>=1.29.103,<1.30.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 3fda4795e1..fbe1cac443 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.29.102,<1.30.0', + 'botocore>=1.29.103,<1.30.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]