From 669a5ee1b6cb8603f0c54ca85e8684f076e3eebd Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 25 Jun 2024 18:12:16 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-autoscaling-34116.json | 5 +++++ .changes/next-release/api-change-ec2-17371.json | 5 +++++ .changes/next-release/api-change-networkmanager-42484.json | 5 +++++ .../next-release/api-change-workspacesthinclient-69755.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-autoscaling-34116.json create mode 100644 .changes/next-release/api-change-ec2-17371.json create mode 100644 .changes/next-release/api-change-networkmanager-42484.json create mode 100644 .changes/next-release/api-change-workspacesthinclient-69755.json diff --git a/.changes/next-release/api-change-autoscaling-34116.json b/.changes/next-release/api-change-autoscaling-34116.json new file mode 100644 index 0000000000..d30018d0d4 --- /dev/null +++ b/.changes/next-release/api-change-autoscaling-34116.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``autoscaling``", + "description": "[``botocore``] Doc only update for Auto Scaling's TargetTrackingMetricDataQuery" +} diff --git a/.changes/next-release/api-change-ec2-17371.json b/.changes/next-release/api-change-ec2-17371.json new file mode 100644 index 0000000000..da20a155f4 --- /dev/null +++ b/.changes/next-release/api-change-ec2-17371.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types" +} diff --git a/.changes/next-release/api-change-networkmanager-42484.json b/.changes/next-release/api-change-networkmanager-42484.json new file mode 100644 index 0000000000..105ccfd0f4 --- /dev/null +++ b/.changes/next-release/api-change-networkmanager-42484.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``networkmanager``", + "description": "[``botocore``] This is model changes & documentation update for the Asynchronous Error Reporting feature for AWS Cloud WAN. This feature allows customers to view errors that occur while their resources are being provisioned, enabling customers to fix their resources without needing external support." +} diff --git a/.changes/next-release/api-change-workspacesthinclient-69755.json b/.changes/next-release/api-change-workspacesthinclient-69755.json new file mode 100644 index 0000000000..62dd610987 --- /dev/null +++ b/.changes/next-release/api-change-workspacesthinclient-69755.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``workspaces-thin-client``", + "description": "[``botocore``] This release adds the deviceCreationTags field to CreateEnvironment API input, UpdateEnvironment API input and GetEnvironment API output." +} From 49cd7d5ecfa9e87bb6618a699980e7733d745701 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 25 Jun 2024 18:13:18 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.133 --- .changes/1.34.133.json | 22 +++++++++++++++++++ .../api-change-autoscaling-34116.json | 5 ----- .../next-release/api-change-ec2-17371.json | 5 ----- .../api-change-networkmanager-42484.json | 5 ----- ...api-change-workspacesthinclient-69755.json | 5 ----- CHANGELOG.rst | 9 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 9 files changed, 34 insertions(+), 23 deletions(-) create mode 100644 .changes/1.34.133.json delete mode 100644 .changes/next-release/api-change-autoscaling-34116.json delete mode 100644 .changes/next-release/api-change-ec2-17371.json delete mode 100644 .changes/next-release/api-change-networkmanager-42484.json delete mode 100644 .changes/next-release/api-change-workspacesthinclient-69755.json diff --git a/.changes/1.34.133.json b/.changes/1.34.133.json new file mode 100644 index 0000000000..420f1555e8 --- /dev/null +++ b/.changes/1.34.133.json @@ -0,0 +1,22 @@ +[ + { + "category": "``autoscaling``", + "description": "[``botocore``] Doc only update for Auto Scaling's TargetTrackingMetricDataQuery", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types", + "type": "api-change" + }, + { + "category": "``networkmanager``", + "description": "[``botocore``] This is model changes & documentation update for the Asynchronous Error Reporting feature for AWS Cloud WAN. This feature allows customers to view errors that occur while their resources are being provisioned, enabling customers to fix their resources without needing external support.", + "type": "api-change" + }, + { + "category": "``workspaces-thin-client``", + "description": "[``botocore``] This release adds the deviceCreationTags field to CreateEnvironment API input, UpdateEnvironment API input and GetEnvironment API output.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-autoscaling-34116.json b/.changes/next-release/api-change-autoscaling-34116.json deleted file mode 100644 index d30018d0d4..0000000000 --- a/.changes/next-release/api-change-autoscaling-34116.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``autoscaling``", - "description": "[``botocore``] Doc only update for Auto Scaling's TargetTrackingMetricDataQuery" -} diff --git a/.changes/next-release/api-change-ec2-17371.json b/.changes/next-release/api-change-ec2-17371.json deleted file mode 100644 index da20a155f4..0000000000 --- a/.changes/next-release/api-change-ec2-17371.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types" -} diff --git a/.changes/next-release/api-change-networkmanager-42484.json b/.changes/next-release/api-change-networkmanager-42484.json deleted file mode 100644 index 105ccfd0f4..0000000000 --- a/.changes/next-release/api-change-networkmanager-42484.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``networkmanager``", - "description": "[``botocore``] This is model changes & documentation update for the Asynchronous Error Reporting feature for AWS Cloud WAN. This feature allows customers to view errors that occur while their resources are being provisioned, enabling customers to fix their resources without needing external support." -} diff --git a/.changes/next-release/api-change-workspacesthinclient-69755.json b/.changes/next-release/api-change-workspacesthinclient-69755.json deleted file mode 100644 index 62dd610987..0000000000 --- a/.changes/next-release/api-change-workspacesthinclient-69755.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces-thin-client``", - "description": "[``botocore``] This release adds the deviceCreationTags field to CreateEnvironment API input, UpdateEnvironment API input and GetEnvironment API output." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7f63ce2fca..0f957bd12d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.34.133 +======== + +* api-change:``autoscaling``: [``botocore``] Doc only update for Auto Scaling's TargetTrackingMetricDataQuery +* api-change:``ec2``: [``botocore``] This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types +* api-change:``networkmanager``: [``botocore``] This is model changes & documentation update for the Asynchronous Error Reporting feature for AWS Cloud WAN. This feature allows customers to view errors that occur while their resources are being provisioned, enabling customers to fix their resources without needing external support. +* api-change:``workspaces-thin-client``: [``botocore``] This release adds the deviceCreationTags field to CreateEnvironment API input, UpdateEnvironment API input and GetEnvironment API output. + + 1.34.132 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index ee51f993dd..3e77650925 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.132' +__version__ = '1.34.133' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 7612bfa38e..a774146801 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.132,<1.35.0 + botocore>=1.34.133,<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 9fd91c4037..18fa200c55 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.132,<1.35.0', + 'botocore>=1.34.133,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]