From 900526b6775ebb5cead8f2b761ba833362a3b2d5 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 11 Jun 2024 18:19:53 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-accessanalyzer-10550.json | 5 +++++ .changes/next-release/api-change-guardduty-98316.json | 5 +++++ .changes/next-release/api-change-networkmanager-42012.json | 5 +++++ .changes/next-release/api-change-pcaconnectorscep-96976.json | 5 +++++ .changes/next-release/api-change-sagemaker-7589.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-accessanalyzer-10550.json create mode 100644 .changes/next-release/api-change-guardduty-98316.json create mode 100644 .changes/next-release/api-change-networkmanager-42012.json create mode 100644 .changes/next-release/api-change-pcaconnectorscep-96976.json create mode 100644 .changes/next-release/api-change-sagemaker-7589.json diff --git a/.changes/next-release/api-change-accessanalyzer-10550.json b/.changes/next-release/api-change-accessanalyzer-10550.json new file mode 100644 index 0000000000..6ce9412f6c --- /dev/null +++ b/.changes/next-release/api-change-accessanalyzer-10550.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``accessanalyzer``", + "description": "[``botocore``] IAM Access Analyzer now provides policy recommendations to help resolve unused permissions for IAM roles and users. Additionally, IAM Access Analyzer now extends its custom policy checks to detect when IAM policies grant public access or access to critical resources ahead of deployments." +} diff --git a/.changes/next-release/api-change-guardduty-98316.json b/.changes/next-release/api-change-guardduty-98316.json new file mode 100644 index 0000000000..dd52f58c39 --- /dev/null +++ b/.changes/next-release/api-change-guardduty-98316.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``guardduty``", + "description": "[``botocore``] Added API support for GuardDuty Malware Protection for S3." +} diff --git a/.changes/next-release/api-change-networkmanager-42012.json b/.changes/next-release/api-change-networkmanager-42012.json new file mode 100644 index 0000000000..0fc7848e00 --- /dev/null +++ b/.changes/next-release/api-change-networkmanager-42012.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``networkmanager``", + "description": "[``botocore``] This is model changes & documentation update for Service Insertion feature for AWS Cloud WAN. This feature allows insertion of AWS/3rd party security services on Cloud WAN. This allows to steer inter/intra segment traffic via security appliances and provide visibility to the route updates." +} diff --git a/.changes/next-release/api-change-pcaconnectorscep-96976.json b/.changes/next-release/api-change-pcaconnectorscep-96976.json new file mode 100644 index 0000000000..a494604d4a --- /dev/null +++ b/.changes/next-release/api-change-pcaconnectorscep-96976.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``pca-connector-scep``", + "description": "[``botocore``] Connector for SCEP allows you to use a managed, cloud CA to enroll mobile devices and networking gear. SCEP is a widely-adopted protocol used by mobile device management (MDM) solutions for enrolling mobile devices. With the connector, you can use AWS Private CA with popular MDM solutions." +} diff --git a/.changes/next-release/api-change-sagemaker-7589.json b/.changes/next-release/api-change-sagemaker-7589.json new file mode 100644 index 0000000000..0a58963e30 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-7589.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] Introduced Scope and AuthenticationRequestExtraParams to SageMaker Workforce OIDC configuration; this allows customers to modify these options for their private Workforce IdP integration. Model Registry Cross-account model package groups are discoverable." +} From dad7ebdb90a71a91261e6298e449e00cf0b866cc Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 11 Jun 2024 18:20:56 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.124 --- .changes/1.34.124.json | 27 +++++++++++++++++++ .../api-change-accessanalyzer-10550.json | 5 ---- .../api-change-guardduty-98316.json | 5 ---- .../api-change-networkmanager-42012.json | 5 ---- .../api-change-pcaconnectorscep-96976.json | 5 ---- .../api-change-sagemaker-7589.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.34.124.json delete mode 100644 .changes/next-release/api-change-accessanalyzer-10550.json delete mode 100644 .changes/next-release/api-change-guardduty-98316.json delete mode 100644 .changes/next-release/api-change-networkmanager-42012.json delete mode 100644 .changes/next-release/api-change-pcaconnectorscep-96976.json delete mode 100644 .changes/next-release/api-change-sagemaker-7589.json diff --git a/.changes/1.34.124.json b/.changes/1.34.124.json new file mode 100644 index 0000000000..e9ba30976b --- /dev/null +++ b/.changes/1.34.124.json @@ -0,0 +1,27 @@ +[ + { + "category": "``accessanalyzer``", + "description": "[``botocore``] IAM Access Analyzer now provides policy recommendations to help resolve unused permissions for IAM roles and users. Additionally, IAM Access Analyzer now extends its custom policy checks to detect when IAM policies grant public access or access to critical resources ahead of deployments.", + "type": "api-change" + }, + { + "category": "``guardduty``", + "description": "[``botocore``] Added API support for GuardDuty Malware Protection for S3.", + "type": "api-change" + }, + { + "category": "``networkmanager``", + "description": "[``botocore``] This is model changes & documentation update for Service Insertion feature for AWS Cloud WAN. This feature allows insertion of AWS/3rd party security services on Cloud WAN. This allows to steer inter/intra segment traffic via security appliances and provide visibility to the route updates.", + "type": "api-change" + }, + { + "category": "``pca-connector-scep``", + "description": "[``botocore``] Connector for SCEP allows you to use a managed, cloud CA to enroll mobile devices and networking gear. SCEP is a widely-adopted protocol used by mobile device management (MDM) solutions for enrolling mobile devices. With the connector, you can use AWS Private CA with popular MDM solutions.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Introduced Scope and AuthenticationRequestExtraParams to SageMaker Workforce OIDC configuration; this allows customers to modify these options for their private Workforce IdP integration. Model Registry Cross-account model package groups are discoverable.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-accessanalyzer-10550.json b/.changes/next-release/api-change-accessanalyzer-10550.json deleted file mode 100644 index 6ce9412f6c..0000000000 --- a/.changes/next-release/api-change-accessanalyzer-10550.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``accessanalyzer``", - "description": "[``botocore``] IAM Access Analyzer now provides policy recommendations to help resolve unused permissions for IAM roles and users. Additionally, IAM Access Analyzer now extends its custom policy checks to detect when IAM policies grant public access or access to critical resources ahead of deployments." -} diff --git a/.changes/next-release/api-change-guardduty-98316.json b/.changes/next-release/api-change-guardduty-98316.json deleted file mode 100644 index dd52f58c39..0000000000 --- a/.changes/next-release/api-change-guardduty-98316.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``guardduty``", - "description": "[``botocore``] Added API support for GuardDuty Malware Protection for S3." -} diff --git a/.changes/next-release/api-change-networkmanager-42012.json b/.changes/next-release/api-change-networkmanager-42012.json deleted file mode 100644 index 0fc7848e00..0000000000 --- a/.changes/next-release/api-change-networkmanager-42012.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``networkmanager``", - "description": "[``botocore``] This is model changes & documentation update for Service Insertion feature for AWS Cloud WAN. This feature allows insertion of AWS/3rd party security services on Cloud WAN. This allows to steer inter/intra segment traffic via security appliances and provide visibility to the route updates." -} diff --git a/.changes/next-release/api-change-pcaconnectorscep-96976.json b/.changes/next-release/api-change-pcaconnectorscep-96976.json deleted file mode 100644 index a494604d4a..0000000000 --- a/.changes/next-release/api-change-pcaconnectorscep-96976.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pca-connector-scep``", - "description": "[``botocore``] Connector for SCEP allows you to use a managed, cloud CA to enroll mobile devices and networking gear. SCEP is a widely-adopted protocol used by mobile device management (MDM) solutions for enrolling mobile devices. With the connector, you can use AWS Private CA with popular MDM solutions." -} diff --git a/.changes/next-release/api-change-sagemaker-7589.json b/.changes/next-release/api-change-sagemaker-7589.json deleted file mode 100644 index 0a58963e30..0000000000 --- a/.changes/next-release/api-change-sagemaker-7589.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] Introduced Scope and AuthenticationRequestExtraParams to SageMaker Workforce OIDC configuration; this allows customers to modify these options for their private Workforce IdP integration. Model Registry Cross-account model package groups are discoverable." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ea32b68b0e..8b71f5895e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.34.124 +======== + +* api-change:``accessanalyzer``: [``botocore``] IAM Access Analyzer now provides policy recommendations to help resolve unused permissions for IAM roles and users. Additionally, IAM Access Analyzer now extends its custom policy checks to detect when IAM policies grant public access or access to critical resources ahead of deployments. +* api-change:``guardduty``: [``botocore``] Added API support for GuardDuty Malware Protection for S3. +* api-change:``networkmanager``: [``botocore``] This is model changes & documentation update for Service Insertion feature for AWS Cloud WAN. This feature allows insertion of AWS/3rd party security services on Cloud WAN. This allows to steer inter/intra segment traffic via security appliances and provide visibility to the route updates. +* api-change:``pca-connector-scep``: [``botocore``] Connector for SCEP allows you to use a managed, cloud CA to enroll mobile devices and networking gear. SCEP is a widely-adopted protocol used by mobile device management (MDM) solutions for enrolling mobile devices. With the connector, you can use AWS Private CA with popular MDM solutions. +* api-change:``sagemaker``: [``botocore``] Introduced Scope and AuthenticationRequestExtraParams to SageMaker Workforce OIDC configuration; this allows customers to modify these options for their private Workforce IdP integration. Model Registry Cross-account model package groups are discoverable. + + 1.34.123 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index f66bd73f77..57cb722830 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.34.123' +__version__ = '1.34.124' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 2945ce7c6b..195cbb3747 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.123,<1.35.0 + botocore>=1.34.124,<1.35.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index 9cb33a43e6..5b9e57d223 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.123,<1.35.0', + 'botocore>=1.34.124,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]