From 7adfbfabcf01e4aba7380e5f095da164851d2ae2 Mon Sep 17 00:00:00 2001 From: "Ryan F." <77812147+RyanFitzSimmonsAK@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:53:37 -0800 Subject: [PATCH 1/5] Updated credentials precedence documentation --- docs/source/guide/credentials.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/guide/credentials.rst b/docs/source/guide/credentials.rst index 9fa24c9125..f0ce6f0b6f 100644 --- a/docs/source/guide/credentials.rst +++ b/docs/source/guide/credentials.rst @@ -37,6 +37,7 @@ Boto3 will look in several locations when searching for credentials. The mechani #. Shared credential file (``~/.aws/credentials``) #. AWS config file (``~/.aws/config``) #. Boto2 config file (``/etc/boto.cfg`` and ``~/.boto``) +#. Container credential provider #. Instance metadata service on an Amazon EC2 instance that has an IAM role configured. Each of those locations is discussed in more detail below. @@ -287,6 +288,11 @@ Boto3 will attempt to load credentials from the Boto2 config file. It first chec This credential provider is primarily for backwards compatibility purposes with Boto2. +Container credential provider +--------- +You can associate an IAM role with each of your Amazon Elastic Container Service (Amazon ECS) task definitions. Temporary credentials for that role are then available to that task's containers. For more information, see `IAM Roles for Tasks `_ in the Amazon Elastic Container Service Developer Guide. + + IAM roles --------- From c87e4b0ba34b30218f9e1c3475a747a819207c2f Mon Sep 17 00:00:00 2001 From: "Ryan F." <77812147+RyanFitzSimmonsAK@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:56:52 -0800 Subject: [PATCH 2/5] updated description of container credential provider --- docs/source/guide/credentials.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/guide/credentials.rst b/docs/source/guide/credentials.rst index f0ce6f0b6f..4e2fd134e1 100644 --- a/docs/source/guide/credentials.rst +++ b/docs/source/guide/credentials.rst @@ -290,7 +290,7 @@ Boto3 will attempt to load credentials from the Boto2 config file. It first chec Container credential provider --------- -You can associate an IAM role with each of your Amazon Elastic Container Service (Amazon ECS) task definitions. Temporary credentials for that role are then available to that task's containers. For more information, see `IAM Roles for Tasks `_ in the Amazon Elastic Container Service Developer Guide. +If you are using Amazon Elastic Container Service (Amazon ECS) or Amazon Elastic Kubernetes Service (Amazon EKS), you can obtain credentials by specifying an HTTP endpoint as an environment variable. The SDK will request credentials from the specified endpoint. For more information, see `Container credential provider `_ in the Amazon SDKs and Tools Reference Guide. IAM roles From c95aca1da3b8882f0cd151030d1af17457ca85e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:22:48 +0000 Subject: [PATCH 3/5] Bump aws-actions/closed-issue-message Bumps [aws-actions/closed-issue-message](https://github.com/aws-actions/closed-issue-message) from 80edfc24bdf1283400eb04d20a8a605ae8bf7d48 to 37548691e7cc75ba58f85c9f873f9eee43590449. - [Commits](https://github.com/aws-actions/closed-issue-message/compare/80edfc24bdf1283400eb04d20a8a605ae8bf7d48...37548691e7cc75ba58f85c9f873f9eee43590449) --- updated-dependencies: - dependency-name: aws-actions/closed-issue-message dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/closed-issue-message.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/closed-issue-message.yml b/.github/workflows/closed-issue-message.yml index a9623e8feb..9ddae83db3 100644 --- a/.github/workflows/closed-issue-message.yml +++ b/.github/workflows/closed-issue-message.yml @@ -12,7 +12,7 @@ jobs: permissions: issues: write steps: - - uses: aws-actions/closed-issue-message@80edfc24bdf1283400eb04d20a8a605ae8bf7d48 + - uses: aws-actions/closed-issue-message@37548691e7cc75ba58f85c9f873f9eee43590449 with: # These inputs are both required repo-token: "${{ secrets.GITHUB_TOKEN }}" From 782b9f4640e5926c7ba5e8987b246de4824164c7 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 25 Nov 2024 19:20:10 +0000 Subject: [PATCH 4/5] Add changelog entries from botocore --- .changes/next-release/api-change-directconnect-94847.json | 5 +++++ .changes/next-release/api-change-networkmanager-97846.json | 5 +++++ .changes/next-release/api-change-s3-18448.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-directconnect-94847.json create mode 100644 .changes/next-release/api-change-networkmanager-97846.json create mode 100644 .changes/next-release/api-change-s3-18448.json diff --git a/.changes/next-release/api-change-directconnect-94847.json b/.changes/next-release/api-change-directconnect-94847.json new file mode 100644 index 0000000000..0695e81617 --- /dev/null +++ b/.changes/next-release/api-change-directconnect-94847.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``directconnect``", + "description": "[``botocore``] Update DescribeDirectConnectGatewayAssociations API to return associated core network information if a Direct Connect gateway is attached to a Cloud WAN core network." +} diff --git a/.changes/next-release/api-change-networkmanager-97846.json b/.changes/next-release/api-change-networkmanager-97846.json new file mode 100644 index 0000000000..455d6c7bf1 --- /dev/null +++ b/.changes/next-release/api-change-networkmanager-97846.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``networkmanager``", + "description": "[``botocore``] This release adds native Direct Connect integration on Cloud WAN enabling customers to directly attach their Direct Connect gateways to Cloud WAN without the need for an intermediate Transit Gateway." +} diff --git a/.changes/next-release/api-change-s3-18448.json b/.changes/next-release/api-change-s3-18448.json new file mode 100644 index 0000000000..1436a30138 --- /dev/null +++ b/.changes/next-release/api-change-s3-18448.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``s3``", + "description": "[``botocore``] Amazon Simple Storage Service / Features: Add support for ETag based conditional writes in PutObject and CompleteMultiPartUpload APIs to prevent unintended object modifications." +} From 92b7380eb9caab25c7930a03abc413639171b669 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 25 Nov 2024 19:20:34 +0000 Subject: [PATCH 5/5] Bumping version to 1.35.69 --- .changes/1.35.69.json | 17 +++++++++++++++++ .../api-change-directconnect-94847.json | 5 ----- .../api-change-networkmanager-97846.json | 5 ----- .changes/next-release/api-change-s3-18448.json | 5 ----- CHANGELOG.rst | 8 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 8 files changed, 28 insertions(+), 18 deletions(-) create mode 100644 .changes/1.35.69.json delete mode 100644 .changes/next-release/api-change-directconnect-94847.json delete mode 100644 .changes/next-release/api-change-networkmanager-97846.json delete mode 100644 .changes/next-release/api-change-s3-18448.json diff --git a/.changes/1.35.69.json b/.changes/1.35.69.json new file mode 100644 index 0000000000..b55e07fbd3 --- /dev/null +++ b/.changes/1.35.69.json @@ -0,0 +1,17 @@ +[ + { + "category": "``directconnect``", + "description": "[``botocore``] Update DescribeDirectConnectGatewayAssociations API to return associated core network information if a Direct Connect gateway is attached to a Cloud WAN core network.", + "type": "api-change" + }, + { + "category": "``networkmanager``", + "description": "[``botocore``] This release adds native Direct Connect integration on Cloud WAN enabling customers to directly attach their Direct Connect gateways to Cloud WAN without the need for an intermediate Transit Gateway.", + "type": "api-change" + }, + { + "category": "``s3``", + "description": "[``botocore``] Amazon Simple Storage Service / Features: Add support for ETag based conditional writes in PutObject and CompleteMultiPartUpload APIs to prevent unintended object modifications.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-directconnect-94847.json b/.changes/next-release/api-change-directconnect-94847.json deleted file mode 100644 index 0695e81617..0000000000 --- a/.changes/next-release/api-change-directconnect-94847.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``directconnect``", - "description": "[``botocore``] Update DescribeDirectConnectGatewayAssociations API to return associated core network information if a Direct Connect gateway is attached to a Cloud WAN core network." -} diff --git a/.changes/next-release/api-change-networkmanager-97846.json b/.changes/next-release/api-change-networkmanager-97846.json deleted file mode 100644 index 455d6c7bf1..0000000000 --- a/.changes/next-release/api-change-networkmanager-97846.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``networkmanager``", - "description": "[``botocore``] This release adds native Direct Connect integration on Cloud WAN enabling customers to directly attach their Direct Connect gateways to Cloud WAN without the need for an intermediate Transit Gateway." -} diff --git a/.changes/next-release/api-change-s3-18448.json b/.changes/next-release/api-change-s3-18448.json deleted file mode 100644 index 1436a30138..0000000000 --- a/.changes/next-release/api-change-s3-18448.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3``", - "description": "[``botocore``] Amazon Simple Storage Service / Features: Add support for ETag based conditional writes in PutObject and CompleteMultiPartUpload APIs to prevent unintended object modifications." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 53fcfc1e2d..b1337bb934 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.35.69 +======= + +* api-change:``directconnect``: [``botocore``] Update DescribeDirectConnectGatewayAssociations API to return associated core network information if a Direct Connect gateway is attached to a Cloud WAN core network. +* api-change:``networkmanager``: [``botocore``] This release adds native Direct Connect integration on Cloud WAN enabling customers to directly attach their Direct Connect gateways to Cloud WAN without the need for an intermediate Transit Gateway. +* api-change:``s3``: [``botocore``] Amazon Simple Storage Service / Features: Add support for ETag based conditional writes in PutObject and CompleteMultiPartUpload APIs to prevent unintended object modifications. + + 1.35.68 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 264b86a2a4..589e71a3a0 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.35.68' +__version__ = '1.35.69' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 46846b3301..0bae8258d6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.68,<1.36.0 + botocore>=1.35.69,<1.36.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index 445c2db290..a0a8a5fd28 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.68,<1.36.0', + 'botocore>=1.35.69,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]