From 43a80764bfdd038a1babbe6cbeeb2a8d9403f2ea Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 28 Oct 2021 18:12:50 +0000 Subject: [PATCH] Bumping version to 1.19.6 --- .changes/1.19.6.json | 32 +++++++++++++++++++ .../api-change-connectparticipant-23832.json | 5 --- .../next-release/api-change-ec2-8568.json | 5 --- .../next-release/api-change-ecs-62106.json | 5 --- .../api-change-gamelift-8806.json | 5 --- .../api-change-sagemaker-54729.json | 5 --- .../api-change-ssmincidents-87349.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.19.6.json delete mode 100644 .changes/next-release/api-change-connectparticipant-23832.json delete mode 100644 .changes/next-release/api-change-ec2-8568.json delete mode 100644 .changes/next-release/api-change-ecs-62106.json delete mode 100644 .changes/next-release/api-change-gamelift-8806.json delete mode 100644 .changes/next-release/api-change-sagemaker-54729.json delete mode 100644 .changes/next-release/api-change-ssmincidents-87349.json diff --git a/.changes/1.19.6.json b/.changes/1.19.6.json new file mode 100644 index 0000000000..2d06de8af6 --- /dev/null +++ b/.changes/1.19.6.json @@ -0,0 +1,32 @@ +[ + { + "category": "``gamelift``", + "description": "[``botocore``] Added support for Arm-based AWS Graviton2 instances, such as M6g, C6g, and R6g.", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "[``botocore``] Amazon ECS now supports running Fargate tasks on Windows Operating Systems Families which includes Windows Server 2019 Core and Windows Server 2019 Full.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] This release adds support for RStudio on SageMaker.", + "type": "api-change" + }, + { + "category": "``connectparticipant``", + "description": "[``botocore``] This release adds a new boolean attribute - Connect Participant - to the CreateParticipantConnection API, which can be used to mark the participant as connected.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Added new read-only DenyAllIGWTraffic network interface attribute. Added support for DL1 24xlarge instances powered by Habana Gaudi Accelerators for deep learning model training workloads", + "type": "api-change" + }, + { + "category": "``ssm-incidents``", + "description": "[``botocore``] Updating documentation, adding new field to ConflictException to indicate earliest retry timestamp for some operations, increase maximum length of nextToken fields", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-connectparticipant-23832.json b/.changes/next-release/api-change-connectparticipant-23832.json deleted file mode 100644 index 22395d682d..0000000000 --- a/.changes/next-release/api-change-connectparticipant-23832.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connectparticipant``", - "description": "[``botocore``] This release adds a new boolean attribute - Connect Participant - to the CreateParticipantConnection API, which can be used to mark the participant as connected." -} diff --git a/.changes/next-release/api-change-ec2-8568.json b/.changes/next-release/api-change-ec2-8568.json deleted file mode 100644 index 6c5ff8c8c2..0000000000 --- a/.changes/next-release/api-change-ec2-8568.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Added new read-only DenyAllIGWTraffic network interface attribute. Added support for DL1 24xlarge instances powered by Habana Gaudi Accelerators for deep learning model training workloads" -} diff --git a/.changes/next-release/api-change-ecs-62106.json b/.changes/next-release/api-change-ecs-62106.json deleted file mode 100644 index cacecddb18..0000000000 --- a/.changes/next-release/api-change-ecs-62106.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "[``botocore``] Amazon ECS now supports running Fargate tasks on Windows Operating Systems Families which includes Windows Server 2019 Core and Windows Server 2019 Full." -} diff --git a/.changes/next-release/api-change-gamelift-8806.json b/.changes/next-release/api-change-gamelift-8806.json deleted file mode 100644 index e09f71bcf2..0000000000 --- a/.changes/next-release/api-change-gamelift-8806.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``gamelift``", - "description": "[``botocore``] Added support for Arm-based AWS Graviton2 instances, such as M6g, C6g, and R6g." -} diff --git a/.changes/next-release/api-change-sagemaker-54729.json b/.changes/next-release/api-change-sagemaker-54729.json deleted file mode 100644 index ef264942f7..0000000000 --- a/.changes/next-release/api-change-sagemaker-54729.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] This release adds support for RStudio on SageMaker." -} diff --git a/.changes/next-release/api-change-ssmincidents-87349.json b/.changes/next-release/api-change-ssmincidents-87349.json deleted file mode 100644 index 817d493183..0000000000 --- a/.changes/next-release/api-change-ssmincidents-87349.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm-incidents``", - "description": "[``botocore``] Updating documentation, adding new field to ConflictException to indicate earliest retry timestamp for some operations, increase maximum length of nextToken fields" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 64a0836289..f6cdbd72b9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.19.6 +====== + +* api-change:``gamelift``: [``botocore``] Added support for Arm-based AWS Graviton2 instances, such as M6g, C6g, and R6g. +* api-change:``ecs``: [``botocore``] Amazon ECS now supports running Fargate tasks on Windows Operating Systems Families which includes Windows Server 2019 Core and Windows Server 2019 Full. +* api-change:``sagemaker``: [``botocore``] This release adds support for RStudio on SageMaker. +* api-change:``connectparticipant``: [``botocore``] This release adds a new boolean attribute - Connect Participant - to the CreateParticipantConnection API, which can be used to mark the participant as connected. +* api-change:``ec2``: [``botocore``] Added new read-only DenyAllIGWTraffic network interface attribute. Added support for DL1 24xlarge instances powered by Habana Gaudi Accelerators for deep learning model training workloads +* api-change:``ssm-incidents``: [``botocore``] Updating documentation, adding new field to ConflictException to indicate earliest retry timestamp for some operations, increase maximum length of nextToken fields + + 1.19.5 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index 5caa257886..ea1fe745be 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.19.5' +__version__ = '1.19.6' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 464e16170a..549cc93cb9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.22.5,<1.23.0 + botocore>=1.22.6,<1.23.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.5.0,<0.6.0 diff --git a/setup.py b/setup.py index 3c3c27aa3a..255770af88 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.22.5,<1.23.0', + 'botocore>=1.22.6,<1.23.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.5.0,<0.6.0' ]