From 5259df20c52e0344fca7cc26f555a6c43107bb26 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 10 May 2024 01:23:53 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .../next-release/api-change-bedrockagentruntime-13600.json | 5 +++++ .changes/next-release/api-change-pinpoint-70616.json | 5 +++++ .changes/next-release/api-change-route53resolver-30470.json | 5 +++++ .changes/next-release/api-change-ssmsap-40589.json | 5 +++++ .../next-release/api-change-verifiedpermissions-37436.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-bedrockagentruntime-13600.json create mode 100644 .changes/next-release/api-change-pinpoint-70616.json create mode 100644 .changes/next-release/api-change-route53resolver-30470.json create mode 100644 .changes/next-release/api-change-ssmsap-40589.json create mode 100644 .changes/next-release/api-change-verifiedpermissions-37436.json diff --git a/.changes/next-release/api-change-bedrockagentruntime-13600.json b/.changes/next-release/api-change-bedrockagentruntime-13600.json new file mode 100644 index 000000000000..350929f8163c --- /dev/null +++ b/.changes/next-release/api-change-bedrockagentruntime-13600.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-agent-runtime``", + "description": "This release adds support to provide guardrail configuration and modify inference parameters that are then used in RetrieveAndGenerate API in Agents for Amazon Bedrock." +} diff --git a/.changes/next-release/api-change-pinpoint-70616.json b/.changes/next-release/api-change-pinpoint-70616.json new file mode 100644 index 000000000000..1204f1883ccf --- /dev/null +++ b/.changes/next-release/api-change-pinpoint-70616.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``pinpoint``", + "description": "This release adds support for specifying email message headers for Email Templates, Campaigns, Journeys and Send Messages." +} diff --git a/.changes/next-release/api-change-route53resolver-30470.json b/.changes/next-release/api-change-route53resolver-30470.json new file mode 100644 index 000000000000..b2cde662995f --- /dev/null +++ b/.changes/next-release/api-change-route53resolver-30470.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``route53resolver``", + "description": "Update the DNS Firewall settings to correct a spelling issue." +} diff --git a/.changes/next-release/api-change-ssmsap-40589.json b/.changes/next-release/api-change-ssmsap-40589.json new file mode 100644 index 000000000000..6edf99ac96cb --- /dev/null +++ b/.changes/next-release/api-change-ssmsap-40589.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ssm-sap``", + "description": "Added support for application-aware start/stop of SAP applications running on EC2 instances, with SSM for SAP" +} diff --git a/.changes/next-release/api-change-verifiedpermissions-37436.json b/.changes/next-release/api-change-verifiedpermissions-37436.json new file mode 100644 index 000000000000..24a95ea857ac --- /dev/null +++ b/.changes/next-release/api-change-verifiedpermissions-37436.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``verifiedpermissions``", + "description": "Adds policy effect and actions fields to Policy API's." +} From 72561f48df97ca28f019df44a2c569f141711f5b Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 10 May 2024 01:25:13 +0000 Subject: [PATCH 2/2] Bumping version to 1.32.102 --- .changes/1.32.102.json | 27 +++++++++++++++++++ .../api-change-bedrockagentruntime-13600.json | 5 ---- .../api-change-pinpoint-70616.json | 5 ---- .../api-change-route53resolver-30470.json | 5 ---- .../next-release/api-change-ssmsap-40589.json | 5 ---- .../api-change-verifiedpermissions-37436.json | 5 ---- CHANGELOG.rst | 10 +++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 41 insertions(+), 29 deletions(-) create mode 100644 .changes/1.32.102.json delete mode 100644 .changes/next-release/api-change-bedrockagentruntime-13600.json delete mode 100644 .changes/next-release/api-change-pinpoint-70616.json delete mode 100644 .changes/next-release/api-change-route53resolver-30470.json delete mode 100644 .changes/next-release/api-change-ssmsap-40589.json delete mode 100644 .changes/next-release/api-change-verifiedpermissions-37436.json diff --git a/.changes/1.32.102.json b/.changes/1.32.102.json new file mode 100644 index 000000000000..497a767fdae3 --- /dev/null +++ b/.changes/1.32.102.json @@ -0,0 +1,27 @@ +[ + { + "category": "``bedrock-agent-runtime``", + "description": "This release adds support to provide guardrail configuration and modify inference parameters that are then used in RetrieveAndGenerate API in Agents for Amazon Bedrock.", + "type": "api-change" + }, + { + "category": "``pinpoint``", + "description": "This release adds support for specifying email message headers for Email Templates, Campaigns, Journeys and Send Messages.", + "type": "api-change" + }, + { + "category": "``route53resolver``", + "description": "Update the DNS Firewall settings to correct a spelling issue.", + "type": "api-change" + }, + { + "category": "``ssm-sap``", + "description": "Added support for application-aware start/stop of SAP applications running on EC2 instances, with SSM for SAP", + "type": "api-change" + }, + { + "category": "``verifiedpermissions``", + "description": "Adds policy effect and actions fields to Policy API's.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockagentruntime-13600.json b/.changes/next-release/api-change-bedrockagentruntime-13600.json deleted file mode 100644 index 350929f8163c..000000000000 --- a/.changes/next-release/api-change-bedrockagentruntime-13600.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent-runtime``", - "description": "This release adds support to provide guardrail configuration and modify inference parameters that are then used in RetrieveAndGenerate API in Agents for Amazon Bedrock." -} diff --git a/.changes/next-release/api-change-pinpoint-70616.json b/.changes/next-release/api-change-pinpoint-70616.json deleted file mode 100644 index 1204f1883ccf..000000000000 --- a/.changes/next-release/api-change-pinpoint-70616.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pinpoint``", - "description": "This release adds support for specifying email message headers for Email Templates, Campaigns, Journeys and Send Messages." -} diff --git a/.changes/next-release/api-change-route53resolver-30470.json b/.changes/next-release/api-change-route53resolver-30470.json deleted file mode 100644 index b2cde662995f..000000000000 --- a/.changes/next-release/api-change-route53resolver-30470.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``route53resolver``", - "description": "Update the DNS Firewall settings to correct a spelling issue." -} diff --git a/.changes/next-release/api-change-ssmsap-40589.json b/.changes/next-release/api-change-ssmsap-40589.json deleted file mode 100644 index 6edf99ac96cb..000000000000 --- a/.changes/next-release/api-change-ssmsap-40589.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm-sap``", - "description": "Added support for application-aware start/stop of SAP applications running on EC2 instances, with SSM for SAP" -} diff --git a/.changes/next-release/api-change-verifiedpermissions-37436.json b/.changes/next-release/api-change-verifiedpermissions-37436.json deleted file mode 100644 index 24a95ea857ac..000000000000 --- a/.changes/next-release/api-change-verifiedpermissions-37436.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``verifiedpermissions``", - "description": "Adds policy effect and actions fields to Policy API's." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7506fa3cdfd7..b17f8494d663 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.32.102 +======== + +* api-change:``bedrock-agent-runtime``: This release adds support to provide guardrail configuration and modify inference parameters that are then used in RetrieveAndGenerate API in Agents for Amazon Bedrock. +* api-change:``pinpoint``: This release adds support for specifying email message headers for Email Templates, Campaigns, Journeys and Send Messages. +* api-change:``route53resolver``: Update the DNS Firewall settings to correct a spelling issue. +* api-change:``ssm-sap``: Added support for application-aware start/stop of SAP applications running on EC2 instances, with SSM for SAP +* api-change:``verifiedpermissions``: Adds policy effect and actions fields to Policy API's. + + 1.32.101 ======== diff --git a/awscli/__init__.py b/awscli/__init__.py index f0568f727860..998d8ddc5cc9 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.32.101' +__version__ = '1.32.102' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index 6bcdab10732d..3476cda4c4b4 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.32.1' # The full version, including alpha/beta/rc tags. -release = '1.32.101' +release = '1.32.102' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 87ca062e6cda..f7c47e240394 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.34.101 + botocore==1.34.102 docutils>=0.10,<0.17 s3transfer>=0.10.0,<0.11.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 8deb47ea061a..f9e28657a2de 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.34.101', + 'botocore==1.34.102', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',