From ceeffffe00c86acffe8a5095823450bbf781f890 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 8 Sep 2022 18:41:56 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-ec2-59997.json | 5 +++++ .changes/next-release/api-change-emrcontainers-46908.json | 5 +++++ .changes/next-release/api-change-lookoutmetrics-13071.json | 5 +++++ .changes/next-release/api-change-medialive-84315.json | 5 +++++ .changes/next-release/api-change-route53-56335.json | 5 +++++ .changes/next-release/api-change-sagemaker-90085.json | 5 +++++ .changes/next-release/api-change-ssm-98437.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-ec2-59997.json create mode 100644 .changes/next-release/api-change-emrcontainers-46908.json create mode 100644 .changes/next-release/api-change-lookoutmetrics-13071.json create mode 100644 .changes/next-release/api-change-medialive-84315.json create mode 100644 .changes/next-release/api-change-route53-56335.json create mode 100644 .changes/next-release/api-change-sagemaker-90085.json create mode 100644 .changes/next-release/api-change-ssm-98437.json diff --git a/.changes/next-release/api-change-ec2-59997.json b/.changes/next-release/api-change-ec2-59997.json new file mode 100644 index 0000000000..b2451adcd9 --- /dev/null +++ b/.changes/next-release/api-change-ec2-59997.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] This release adds support to send VPC Flow Logs to kinesis-data-firehose as new destination type" +} diff --git a/.changes/next-release/api-change-emrcontainers-46908.json b/.changes/next-release/api-change-emrcontainers-46908.json new file mode 100644 index 0000000000..148f73aa65 --- /dev/null +++ b/.changes/next-release/api-change-emrcontainers-46908.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``emr-containers``", + "description": "[``botocore``] EMR on EKS now allows running Spark SQL using the newly introduced Spark SQL Job Driver in the Start Job Run API" +} diff --git a/.changes/next-release/api-change-lookoutmetrics-13071.json b/.changes/next-release/api-change-lookoutmetrics-13071.json new file mode 100644 index 0000000000..c9370f8047 --- /dev/null +++ b/.changes/next-release/api-change-lookoutmetrics-13071.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``lookoutmetrics``", + "description": "[``botocore``] Release dimension value filtering feature to allow customers to define dimension filters for including only a subset of their dataset to be used by LookoutMetrics." +} diff --git a/.changes/next-release/api-change-medialive-84315.json b/.changes/next-release/api-change-medialive-84315.json new file mode 100644 index 0000000000..d864efd0b9 --- /dev/null +++ b/.changes/next-release/api-change-medialive-84315.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``medialive``", + "description": "[``botocore``] This change exposes API settings which allow Dolby Atmos and Dolby Vision to be used when running a channel using Elemental Media Live" +} diff --git a/.changes/next-release/api-change-route53-56335.json b/.changes/next-release/api-change-route53-56335.json new file mode 100644 index 0000000000..2328baa7c7 --- /dev/null +++ b/.changes/next-release/api-change-route53-56335.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``route53``", + "description": "[``botocore``] Amazon Route 53 now supports the Middle East (UAE) Region (me-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region." +} diff --git a/.changes/next-release/api-change-sagemaker-90085.json b/.changes/next-release/api-change-sagemaker-90085.json new file mode 100644 index 0000000000..0c7cae7b7b --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-90085.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] This release adds Mode to AutoMLJobConfig." +} diff --git a/.changes/next-release/api-change-ssm-98437.json b/.changes/next-release/api-change-ssm-98437.json new file mode 100644 index 0000000000..7127abee1d --- /dev/null +++ b/.changes/next-release/api-change-ssm-98437.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ssm``", + "description": "[``botocore``] This release adds support for Systems Manager State Manager Association tagging." +} From 328e0dada6ab67ac5369314af9b45ee42e949363 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 8 Sep 2022 18:42:15 +0000 Subject: [PATCH 2/2] Bumping version to 1.24.69 --- .changes/1.24.69.json | 37 +++++++++++++++++++ .../next-release/api-change-ec2-59997.json | 5 --- .../api-change-emrcontainers-46908.json | 5 --- .../api-change-lookoutmetrics-13071.json | 5 --- .../api-change-medialive-84315.json | 5 --- .../api-change-route53-56335.json | 5 --- .../api-change-sagemaker-90085.json | 5 --- .../next-release/api-change-ssm-98437.json | 5 --- CHANGELOG.rst | 12 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 52 insertions(+), 38 deletions(-) create mode 100644 .changes/1.24.69.json delete mode 100644 .changes/next-release/api-change-ec2-59997.json delete mode 100644 .changes/next-release/api-change-emrcontainers-46908.json delete mode 100644 .changes/next-release/api-change-lookoutmetrics-13071.json delete mode 100644 .changes/next-release/api-change-medialive-84315.json delete mode 100644 .changes/next-release/api-change-route53-56335.json delete mode 100644 .changes/next-release/api-change-sagemaker-90085.json delete mode 100644 .changes/next-release/api-change-ssm-98437.json diff --git a/.changes/1.24.69.json b/.changes/1.24.69.json new file mode 100644 index 0000000000..6e9ed97624 --- /dev/null +++ b/.changes/1.24.69.json @@ -0,0 +1,37 @@ +[ + { + "category": "``ec2``", + "description": "[``botocore``] This release adds support to send VPC Flow Logs to kinesis-data-firehose as new destination type", + "type": "api-change" + }, + { + "category": "``emr-containers``", + "description": "[``botocore``] EMR on EKS now allows running Spark SQL using the newly introduced Spark SQL Job Driver in the Start Job Run API", + "type": "api-change" + }, + { + "category": "``lookoutmetrics``", + "description": "[``botocore``] Release dimension value filtering feature to allow customers to define dimension filters for including only a subset of their dataset to be used by LookoutMetrics.", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "[``botocore``] This change exposes API settings which allow Dolby Atmos and Dolby Vision to be used when running a channel using Elemental Media Live", + "type": "api-change" + }, + { + "category": "``route53``", + "description": "[``botocore``] Amazon Route 53 now supports the Middle East (UAE) Region (me-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] This release adds Mode to AutoMLJobConfig.", + "type": "api-change" + }, + { + "category": "``ssm``", + "description": "[``botocore``] This release adds support for Systems Manager State Manager Association tagging.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ec2-59997.json b/.changes/next-release/api-change-ec2-59997.json deleted file mode 100644 index b2451adcd9..0000000000 --- a/.changes/next-release/api-change-ec2-59997.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] This release adds support to send VPC Flow Logs to kinesis-data-firehose as new destination type" -} diff --git a/.changes/next-release/api-change-emrcontainers-46908.json b/.changes/next-release/api-change-emrcontainers-46908.json deleted file mode 100644 index 148f73aa65..0000000000 --- a/.changes/next-release/api-change-emrcontainers-46908.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``emr-containers``", - "description": "[``botocore``] EMR on EKS now allows running Spark SQL using the newly introduced Spark SQL Job Driver in the Start Job Run API" -} diff --git a/.changes/next-release/api-change-lookoutmetrics-13071.json b/.changes/next-release/api-change-lookoutmetrics-13071.json deleted file mode 100644 index c9370f8047..0000000000 --- a/.changes/next-release/api-change-lookoutmetrics-13071.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lookoutmetrics``", - "description": "[``botocore``] Release dimension value filtering feature to allow customers to define dimension filters for including only a subset of their dataset to be used by LookoutMetrics." -} diff --git a/.changes/next-release/api-change-medialive-84315.json b/.changes/next-release/api-change-medialive-84315.json deleted file mode 100644 index d864efd0b9..0000000000 --- a/.changes/next-release/api-change-medialive-84315.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medialive``", - "description": "[``botocore``] This change exposes API settings which allow Dolby Atmos and Dolby Vision to be used when running a channel using Elemental Media Live" -} diff --git a/.changes/next-release/api-change-route53-56335.json b/.changes/next-release/api-change-route53-56335.json deleted file mode 100644 index 2328baa7c7..0000000000 --- a/.changes/next-release/api-change-route53-56335.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``route53``", - "description": "[``botocore``] Amazon Route 53 now supports the Middle East (UAE) Region (me-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region." -} diff --git a/.changes/next-release/api-change-sagemaker-90085.json b/.changes/next-release/api-change-sagemaker-90085.json deleted file mode 100644 index 0c7cae7b7b..0000000000 --- a/.changes/next-release/api-change-sagemaker-90085.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] This release adds Mode to AutoMLJobConfig." -} diff --git a/.changes/next-release/api-change-ssm-98437.json b/.changes/next-release/api-change-ssm-98437.json deleted file mode 100644 index 7127abee1d..0000000000 --- a/.changes/next-release/api-change-ssm-98437.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm``", - "description": "[``botocore``] This release adds support for Systems Manager State Manager Association tagging." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ead9098ee2..5c28aa0ec1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.24.69 +======= + +* api-change:``ec2``: [``botocore``] This release adds support to send VPC Flow Logs to kinesis-data-firehose as new destination type +* api-change:``emr-containers``: [``botocore``] EMR on EKS now allows running Spark SQL using the newly introduced Spark SQL Job Driver in the Start Job Run API +* api-change:``lookoutmetrics``: [``botocore``] Release dimension value filtering feature to allow customers to define dimension filters for including only a subset of their dataset to be used by LookoutMetrics. +* api-change:``medialive``: [``botocore``] This change exposes API settings which allow Dolby Atmos and Dolby Vision to be used when running a channel using Elemental Media Live +* api-change:``route53``: [``botocore``] Amazon Route 53 now supports the Middle East (UAE) Region (me-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. +* api-change:``sagemaker``: [``botocore``] This release adds Mode to AutoMLJobConfig. +* api-change:``ssm``: [``botocore``] This release adds support for Systems Manager State Manager Association tagging. + + 1.24.68 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 7f4b487120..f17ea9fb7d 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.24.68' +__version__ = '1.24.69' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 81f1db20b1..2492eda523 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.27.68,<1.28.0 + botocore>=1.27.69,<1.28.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 9865a7deb9..127f77aae6 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.27.68,<1.28.0', + 'botocore>=1.27.69,<1.28.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]