From 1ca7b147662430465f7b8eecba720ba87a7c3344 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 19 Jul 2023 18:10:17 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-cloudformation-51716.json | 5 +++++ .changes/next-release/api-change-ec2-10279.json | 5 +++++ .changes/next-release/api-change-grafana-85723.json | 5 +++++ .changes/next-release/api-change-medicalimaging-74819.json | 5 +++++ .changes/next-release/api-change-ram-21170.json | 5 +++++ .changes/next-release/api-change-ssmsap-19321.json | 5 +++++ .changes/next-release/api-change-wafv2-89658.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-cloudformation-51716.json create mode 100644 .changes/next-release/api-change-ec2-10279.json create mode 100644 .changes/next-release/api-change-grafana-85723.json create mode 100644 .changes/next-release/api-change-medicalimaging-74819.json create mode 100644 .changes/next-release/api-change-ram-21170.json create mode 100644 .changes/next-release/api-change-ssmsap-19321.json create mode 100644 .changes/next-release/api-change-wafv2-89658.json diff --git a/.changes/next-release/api-change-cloudformation-51716.json b/.changes/next-release/api-change-cloudformation-51716.json new file mode 100644 index 0000000000..bb231685cc --- /dev/null +++ b/.changes/next-release/api-change-cloudformation-51716.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudformation``", + "description": "[``botocore``] SDK and documentation updates for GetTemplateSummary API (unrecognized resources)" +} diff --git a/.changes/next-release/api-change-ec2-10279.json b/.changes/next-release/api-change-ec2-10279.json new file mode 100644 index 0000000000..8ff7d2e17c --- /dev/null +++ b/.changes/next-release/api-change-ec2-10279.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] Amazon EC2 documentation updates." +} diff --git a/.changes/next-release/api-change-grafana-85723.json b/.changes/next-release/api-change-grafana-85723.json new file mode 100644 index 0000000000..b52143b290 --- /dev/null +++ b/.changes/next-release/api-change-grafana-85723.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``grafana``", + "description": "[``botocore``] Amazon Managed Grafana now supports grafanaVersion update for existing workspaces with UpdateWorkspaceConfiguration API. DescribeWorkspaceConfiguration API additionally returns grafanaVersion. A new ListVersions API lists available versions or, if given a workspaceId, the versions it can upgrade to." +} diff --git a/.changes/next-release/api-change-medicalimaging-74819.json b/.changes/next-release/api-change-medicalimaging-74819.json new file mode 100644 index 0000000000..140e628bd3 --- /dev/null +++ b/.changes/next-release/api-change-medicalimaging-74819.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``medical-imaging``", + "description": "[``botocore``] General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale." +} diff --git a/.changes/next-release/api-change-ram-21170.json b/.changes/next-release/api-change-ram-21170.json new file mode 100644 index 0000000000..a179e3e8be --- /dev/null +++ b/.changes/next-release/api-change-ram-21170.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ram``", + "description": "[``botocore``] This release adds support for securely sharing with AWS service principals." +} diff --git a/.changes/next-release/api-change-ssmsap-19321.json b/.changes/next-release/api-change-ssmsap-19321.json new file mode 100644 index 0000000000..31659712c2 --- /dev/null +++ b/.changes/next-release/api-change-ssmsap-19321.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ssm-sap``", + "description": "[``botocore``] Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP." +} diff --git a/.changes/next-release/api-change-wafv2-89658.json b/.changes/next-release/api-change-wafv2-89658.json new file mode 100644 index 0000000000..7681a08f51 --- /dev/null +++ b/.changes/next-release/api-change-wafv2-89658.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``wafv2``", + "description": "[``botocore``] Added the URI path to the custom aggregation keys that you can specify for a rate-based rule." +} From a8fcb116281200740c83fcd1418851349ac0337d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 19 Jul 2023 18:10:29 +0000 Subject: [PATCH 2/2] Bumping version to 1.28.6 --- .changes/1.28.6.json | 37 +++++++++++++++++++ .../api-change-cloudformation-51716.json | 5 --- .../next-release/api-change-ec2-10279.json | 5 --- .../api-change-grafana-85723.json | 5 --- .../api-change-medicalimaging-74819.json | 5 --- .../next-release/api-change-ram-21170.json | 5 --- .../next-release/api-change-ssmsap-19321.json | 5 --- .../next-release/api-change-wafv2-89658.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.28.6.json delete mode 100644 .changes/next-release/api-change-cloudformation-51716.json delete mode 100644 .changes/next-release/api-change-ec2-10279.json delete mode 100644 .changes/next-release/api-change-grafana-85723.json delete mode 100644 .changes/next-release/api-change-medicalimaging-74819.json delete mode 100644 .changes/next-release/api-change-ram-21170.json delete mode 100644 .changes/next-release/api-change-ssmsap-19321.json delete mode 100644 .changes/next-release/api-change-wafv2-89658.json diff --git a/.changes/1.28.6.json b/.changes/1.28.6.json new file mode 100644 index 0000000000..505dd51e1c --- /dev/null +++ b/.changes/1.28.6.json @@ -0,0 +1,37 @@ +[ + { + "category": "``cloudformation``", + "description": "[``botocore``] SDK and documentation updates for GetTemplateSummary API (unrecognized resources)", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Amazon EC2 documentation updates.", + "type": "api-change" + }, + { + "category": "``grafana``", + "description": "[``botocore``] Amazon Managed Grafana now supports grafanaVersion update for existing workspaces with UpdateWorkspaceConfiguration API. DescribeWorkspaceConfiguration API additionally returns grafanaVersion. A new ListVersions API lists available versions or, if given a workspaceId, the versions it can upgrade to.", + "type": "api-change" + }, + { + "category": "``medical-imaging``", + "description": "[``botocore``] General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale.", + "type": "api-change" + }, + { + "category": "``ram``", + "description": "[``botocore``] This release adds support for securely sharing with AWS service principals.", + "type": "api-change" + }, + { + "category": "``ssm-sap``", + "description": "[``botocore``] Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP.", + "type": "api-change" + }, + { + "category": "``wafv2``", + "description": "[``botocore``] Added the URI path to the custom aggregation keys that you can specify for a rate-based rule.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudformation-51716.json b/.changes/next-release/api-change-cloudformation-51716.json deleted file mode 100644 index bb231685cc..0000000000 --- a/.changes/next-release/api-change-cloudformation-51716.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudformation``", - "description": "[``botocore``] SDK and documentation updates for GetTemplateSummary API (unrecognized resources)" -} diff --git a/.changes/next-release/api-change-ec2-10279.json b/.changes/next-release/api-change-ec2-10279.json deleted file mode 100644 index 8ff7d2e17c..0000000000 --- a/.changes/next-release/api-change-ec2-10279.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Amazon EC2 documentation updates." -} diff --git a/.changes/next-release/api-change-grafana-85723.json b/.changes/next-release/api-change-grafana-85723.json deleted file mode 100644 index b52143b290..0000000000 --- a/.changes/next-release/api-change-grafana-85723.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``grafana``", - "description": "[``botocore``] Amazon Managed Grafana now supports grafanaVersion update for existing workspaces with UpdateWorkspaceConfiguration API. DescribeWorkspaceConfiguration API additionally returns grafanaVersion. A new ListVersions API lists available versions or, if given a workspaceId, the versions it can upgrade to." -} diff --git a/.changes/next-release/api-change-medicalimaging-74819.json b/.changes/next-release/api-change-medicalimaging-74819.json deleted file mode 100644 index 140e628bd3..0000000000 --- a/.changes/next-release/api-change-medicalimaging-74819.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medical-imaging``", - "description": "[``botocore``] General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale." -} diff --git a/.changes/next-release/api-change-ram-21170.json b/.changes/next-release/api-change-ram-21170.json deleted file mode 100644 index a179e3e8be..0000000000 --- a/.changes/next-release/api-change-ram-21170.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ram``", - "description": "[``botocore``] This release adds support for securely sharing with AWS service principals." -} diff --git a/.changes/next-release/api-change-ssmsap-19321.json b/.changes/next-release/api-change-ssmsap-19321.json deleted file mode 100644 index 31659712c2..0000000000 --- a/.changes/next-release/api-change-ssmsap-19321.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm-sap``", - "description": "[``botocore``] Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP." -} diff --git a/.changes/next-release/api-change-wafv2-89658.json b/.changes/next-release/api-change-wafv2-89658.json deleted file mode 100644 index 7681a08f51..0000000000 --- a/.changes/next-release/api-change-wafv2-89658.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``wafv2``", - "description": "[``botocore``] Added the URI path to the custom aggregation keys that you can specify for a rate-based rule." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fe21b3615c..73503975df 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.28.6 +====== + +* api-change:``cloudformation``: [``botocore``] SDK and documentation updates for GetTemplateSummary API (unrecognized resources) +* api-change:``ec2``: [``botocore``] Amazon EC2 documentation updates. +* api-change:``grafana``: [``botocore``] Amazon Managed Grafana now supports grafanaVersion update for existing workspaces with UpdateWorkspaceConfiguration API. DescribeWorkspaceConfiguration API additionally returns grafanaVersion. A new ListVersions API lists available versions or, if given a workspaceId, the versions it can upgrade to. +* api-change:``medical-imaging``: [``botocore``] General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale. +* api-change:``ram``: [``botocore``] This release adds support for securely sharing with AWS service principals. +* api-change:``ssm-sap``: [``botocore``] Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP. +* api-change:``wafv2``: [``botocore``] Added the URI path to the custom aggregation keys that you can specify for a rate-based rule. + + 1.28.5 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index 3411fa076f..2c9123ace4 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.28.5' +__version__ = '1.28.6' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index b2518df5be..7ce3dcb16d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.31.5,<1.32.0 + botocore>=1.31.6,<1.32.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 597ecee77e..21c7def62f 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.31.5,<1.32.0', + 'botocore>=1.31.6,<1.32.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]