From 4bb4f496912dc97ae7fadc76dec9bbe8316bfcc1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 5 Jun 2024 18:07:08 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-globalaccelerator-4409.json | 5 +++++ .changes/next-release/api-change-glue-18347.json | 5 +++++ .changes/next-release/api-change-s3-64809.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-globalaccelerator-4409.json create mode 100644 .changes/next-release/api-change-glue-18347.json create mode 100644 .changes/next-release/api-change-s3-64809.json diff --git a/.changes/next-release/api-change-globalaccelerator-4409.json b/.changes/next-release/api-change-globalaccelerator-4409.json new file mode 100644 index 000000000000..e417aee19663 --- /dev/null +++ b/.changes/next-release/api-change-globalaccelerator-4409.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``globalaccelerator``", + "description": "This release contains a new optional ip-addresses input field for the update accelerator and update custom routing accelerator apis. This input enables consumers to replace IPv4 addresses on existing accelerators with addresses provided in the input." +} diff --git a/.changes/next-release/api-change-glue-18347.json b/.changes/next-release/api-change-glue-18347.json new file mode 100644 index 000000000000..8ed6af82426f --- /dev/null +++ b/.changes/next-release/api-change-glue-18347.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``glue``", + "description": "AWS Glue now supports native SaaS connectivity: Salesforce connector available now" +} diff --git a/.changes/next-release/api-change-s3-64809.json b/.changes/next-release/api-change-s3-64809.json new file mode 100644 index 000000000000..0f4b5f4716bf --- /dev/null +++ b/.changes/next-release/api-change-s3-64809.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``s3``", + "description": "Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality." +} From 323dc8bdbafbb66f38d9165f507b8c3426fcd5e9 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 5 Jun 2024 18:08:16 +0000 Subject: [PATCH 2/2] Bumping version to 1.33.2 --- .changes/1.33.2.json | 22 +++++++++++++++++++ .../api-change-globalaccelerator-4409.json | 5 ----- .../next-release/api-change-glue-18347.json | 5 ----- .../next-release/api-change-s3-64809.json | 5 ----- .../bugfix-emrcustomization-87155.json | 5 ----- CHANGELOG.rst | 9 ++++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 35 insertions(+), 24 deletions(-) create mode 100644 .changes/1.33.2.json delete mode 100644 .changes/next-release/api-change-globalaccelerator-4409.json delete mode 100644 .changes/next-release/api-change-glue-18347.json delete mode 100644 .changes/next-release/api-change-s3-64809.json delete mode 100644 .changes/next-release/bugfix-emrcustomization-87155.json diff --git a/.changes/1.33.2.json b/.changes/1.33.2.json new file mode 100644 index 000000000000..37f6a1e3f974 --- /dev/null +++ b/.changes/1.33.2.json @@ -0,0 +1,22 @@ +[ + { + "category": "``globalaccelerator``", + "description": "This release contains a new optional ip-addresses input field for the update accelerator and update custom routing accelerator apis. This input enables consumers to replace IPv4 addresses on existing accelerators with addresses provided in the input.", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "AWS Glue now supports native SaaS connectivity: Salesforce connector available now", + "type": "api-change" + }, + { + "category": "``s3``", + "description": "Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality.", + "type": "api-change" + }, + { + "category": "emr customization", + "description": "Update the EC2 service principal when creating the trust policy for EMR default roles to always be ec2.amazonaws.com.", + "type": "bugfix" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-globalaccelerator-4409.json b/.changes/next-release/api-change-globalaccelerator-4409.json deleted file mode 100644 index e417aee19663..000000000000 --- a/.changes/next-release/api-change-globalaccelerator-4409.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``globalaccelerator``", - "description": "This release contains a new optional ip-addresses input field for the update accelerator and update custom routing accelerator apis. This input enables consumers to replace IPv4 addresses on existing accelerators with addresses provided in the input." -} diff --git a/.changes/next-release/api-change-glue-18347.json b/.changes/next-release/api-change-glue-18347.json deleted file mode 100644 index 8ed6af82426f..000000000000 --- a/.changes/next-release/api-change-glue-18347.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "AWS Glue now supports native SaaS connectivity: Salesforce connector available now" -} diff --git a/.changes/next-release/api-change-s3-64809.json b/.changes/next-release/api-change-s3-64809.json deleted file mode 100644 index 0f4b5f4716bf..000000000000 --- a/.changes/next-release/api-change-s3-64809.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3``", - "description": "Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality." -} diff --git a/.changes/next-release/bugfix-emrcustomization-87155.json b/.changes/next-release/bugfix-emrcustomization-87155.json deleted file mode 100644 index 8b5a6eb07314..000000000000 --- a/.changes/next-release/bugfix-emrcustomization-87155.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "bugfix", - "category": "emr customization", - "description": "Update the EC2 service principal when creating the trust policy for EMR default roles to always be ec2.amazonaws.com." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9e749cdc40cf..cf6ca5adc7f4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.33.2 +====== + +* api-change:``globalaccelerator``: This release contains a new optional ip-addresses input field for the update accelerator and update custom routing accelerator apis. This input enables consumers to replace IPv4 addresses on existing accelerators with addresses provided in the input. +* api-change:``glue``: AWS Glue now supports native SaaS connectivity: Salesforce connector available now +* api-change:``s3``: Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality. +* bugfix:emr customization: Update the EC2 service principal when creating the trust policy for EMR default roles to always be ec2.amazonaws.com. + + 1.33.1 ====== diff --git a/awscli/__init__.py b/awscli/__init__.py index 7e22bfed924e..b67f5dccc474 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.33.1' +__version__ = '1.33.2' # # 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 3da39e4aabd4..d52747b6065f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.33' # The full version, including alpha/beta/rc tags. -release = '1.33.1' +release = '1.33.2' # 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 61033535e3fb..baf0c0065855 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.34.119 + botocore==1.34.120 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 bf8694025f8a..0a7ecde8d800 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.34.119', + 'botocore==1.34.120', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',