Skip to content

Commit

Permalink
Merge branch 'release-1.34.70'
Browse files Browse the repository at this point in the history
* release-1.34.70:
  Bumping version to 1.34.70
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Mar 25, 2024
2 parents 4f1c6c0 + fcdec55 commit 88d27c1
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
37 changes: 37 additions & 0 deletions .changes/1.34.70.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``codebuild``",
"description": "[``botocore``] Supporting GitLab and GitLab Self Managed as source types in AWS CodeBuild.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] Added support for ModifyInstanceMetadataDefaults and GetInstanceMetadataDefaults to set Instance Metadata Service account defaults",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "[``botocore``] Documentation only update for Amazon ECS.",
"type": "api-change"
},
{
"category": "``emr-containers``",
"description": "[``botocore``] This release increases the number of supported job template parameters from 20 to 100.",
"type": "api-change"
},
{
"category": "``globalaccelerator``",
"description": "[``botocore``] AWS Global Accelerator now supports cross-account sharing for bring your own IP addresses.",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "[``botocore``] Exposing TileMedia H265 options",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] Introduced support for the following new instance types on SageMaker Studio for JupyterLab and CodeEditor applications: m6i, m6id, m7i, c6i, c6id, c7i, r6i, r6id, r7i, and p5",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.34.70
=======

* api-change:``codebuild``: [``botocore``] Supporting GitLab and GitLab Self Managed as source types in AWS CodeBuild.
* api-change:``ec2``: [``botocore``] Added support for ModifyInstanceMetadataDefaults and GetInstanceMetadataDefaults to set Instance Metadata Service account defaults
* api-change:``ecs``: [``botocore``] Documentation only update for Amazon ECS.
* api-change:``emr-containers``: [``botocore``] This release increases the number of supported job template parameters from 20 to 100.
* api-change:``globalaccelerator``: [``botocore``] AWS Global Accelerator now supports cross-account sharing for bring your own IP addresses.
* api-change:``medialive``: [``botocore``] Exposing TileMedia H265 options
* api-change:``sagemaker``: [``botocore``] Introduced support for the following new instance types on SageMaker Studio for JupyterLab and CodeEditor applications: m6i, m6id, m7i, c6i, c6id, c7i, r6i, r6id, r7i, and p5


1.34.69
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.34.69'
__version__ = '1.34.70'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.34.69,<1.35.0
botocore>=1.34.70,<1.35.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.34.69,<1.35.0',
'botocore>=1.34.70,<1.35.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit 88d27c1

Please sign in to comment.