From a995ca1791c37b599a91837516c059c97f71b236 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 11 Aug 2021 18:09:50 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-codebuild-78512.json | 5 +++++ .changes/next-release/api-change-ebs-32285.json | 5 +++++ .changes/next-release/api-change-ecs-44944.json | 5 +++++ .changes/next-release/api-change-nimble-20994.json | 5 +++++ .changes/next-release/api-change-route53-50046.json | 5 +++++ .../next-release/api-change-snowdevicemanagement-72658.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-codebuild-78512.json create mode 100644 .changes/next-release/api-change-ebs-32285.json create mode 100644 .changes/next-release/api-change-ecs-44944.json create mode 100644 .changes/next-release/api-change-nimble-20994.json create mode 100644 .changes/next-release/api-change-route53-50046.json create mode 100644 .changes/next-release/api-change-snowdevicemanagement-72658.json diff --git a/.changes/next-release/api-change-codebuild-78512.json b/.changes/next-release/api-change-codebuild-78512.json new file mode 100644 index 0000000000..8996c834c7 --- /dev/null +++ b/.changes/next-release/api-change-codebuild-78512.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codebuild``", + "description": "[``botocore``] CodeBuild now allows you to make the build results for your build projects available to the public without requiring access to an AWS account." +} diff --git a/.changes/next-release/api-change-ebs-32285.json b/.changes/next-release/api-change-ebs-32285.json new file mode 100644 index 0000000000..ea68d21510 --- /dev/null +++ b/.changes/next-release/api-change-ebs-32285.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ebs``", + "description": "[``botocore``] Documentation updates for Amazon EBS direct APIs." +} diff --git a/.changes/next-release/api-change-ecs-44944.json b/.changes/next-release/api-change-ecs-44944.json new file mode 100644 index 0000000000..d004f74827 --- /dev/null +++ b/.changes/next-release/api-change-ecs-44944.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ecs``", + "description": "[``botocore``] Documentation updates for ECS." +} diff --git a/.changes/next-release/api-change-nimble-20994.json b/.changes/next-release/api-change-nimble-20994.json new file mode 100644 index 0000000000..1f40142f75 --- /dev/null +++ b/.changes/next-release/api-change-nimble-20994.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``nimble``", + "description": "[``botocore``] Add new attribute 'ownedBy' in Streaming Session APIs. 'ownedBy' represents the AWS SSO Identity Store User ID of the owner of the Streaming Session resource." +} diff --git a/.changes/next-release/api-change-route53-50046.json b/.changes/next-release/api-change-route53-50046.json new file mode 100644 index 0000000000..2048c5c49b --- /dev/null +++ b/.changes/next-release/api-change-route53-50046.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``route53``", + "description": "[``botocore``] Documentation updates for route53" +} diff --git a/.changes/next-release/api-change-snowdevicemanagement-72658.json b/.changes/next-release/api-change-snowdevicemanagement-72658.json new file mode 100644 index 0000000000..5113b50f52 --- /dev/null +++ b/.changes/next-release/api-change-snowdevicemanagement-72658.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``snow-device-management``", + "description": "[``botocore``] AWS Snow Family customers can remotely monitor and operate their connected AWS Snowcone devices." +} From 0ab1421c66ec6a0d12d0db0ff36df60f8c9ebb03 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 11 Aug 2021 18:09:59 +0000 Subject: [PATCH 2/2] Bumping version to 1.18.19 --- .changes/1.18.19.json | 32 +++++++++++++++++++ .../api-change-codebuild-78512.json | 5 --- .../next-release/api-change-ebs-32285.json | 5 --- .../next-release/api-change-ecs-44944.json | 5 --- .../next-release/api-change-nimble-20994.json | 5 --- .../api-change-route53-50046.json | 5 --- ...api-change-snowdevicemanagement-72658.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.18.19.json delete mode 100644 .changes/next-release/api-change-codebuild-78512.json delete mode 100644 .changes/next-release/api-change-ebs-32285.json delete mode 100644 .changes/next-release/api-change-ecs-44944.json delete mode 100644 .changes/next-release/api-change-nimble-20994.json delete mode 100644 .changes/next-release/api-change-route53-50046.json delete mode 100644 .changes/next-release/api-change-snowdevicemanagement-72658.json diff --git a/.changes/1.18.19.json b/.changes/1.18.19.json new file mode 100644 index 0000000000..bc6095d4d5 --- /dev/null +++ b/.changes/1.18.19.json @@ -0,0 +1,32 @@ +[ + { + "category": "``snow-device-management``", + "description": "[``botocore``] AWS Snow Family customers can remotely monitor and operate their connected AWS Snowcone devices.", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "[``botocore``] Documentation updates for ECS.", + "type": "api-change" + }, + { + "category": "``nimble``", + "description": "[``botocore``] Add new attribute 'ownedBy' in Streaming Session APIs. 'ownedBy' represents the AWS SSO Identity Store User ID of the owner of the Streaming Session resource.", + "type": "api-change" + }, + { + "category": "``codebuild``", + "description": "[``botocore``] CodeBuild now allows you to make the build results for your build projects available to the public without requiring access to an AWS account.", + "type": "api-change" + }, + { + "category": "``ebs``", + "description": "[``botocore``] Documentation updates for Amazon EBS direct APIs.", + "type": "api-change" + }, + { + "category": "``route53``", + "description": "[``botocore``] Documentation updates for route53", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codebuild-78512.json b/.changes/next-release/api-change-codebuild-78512.json deleted file mode 100644 index 8996c834c7..0000000000 --- a/.changes/next-release/api-change-codebuild-78512.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codebuild``", - "description": "[``botocore``] CodeBuild now allows you to make the build results for your build projects available to the public without requiring access to an AWS account." -} diff --git a/.changes/next-release/api-change-ebs-32285.json b/.changes/next-release/api-change-ebs-32285.json deleted file mode 100644 index ea68d21510..0000000000 --- a/.changes/next-release/api-change-ebs-32285.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ebs``", - "description": "[``botocore``] Documentation updates for Amazon EBS direct APIs." -} diff --git a/.changes/next-release/api-change-ecs-44944.json b/.changes/next-release/api-change-ecs-44944.json deleted file mode 100644 index d004f74827..0000000000 --- a/.changes/next-release/api-change-ecs-44944.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "[``botocore``] Documentation updates for ECS." -} diff --git a/.changes/next-release/api-change-nimble-20994.json b/.changes/next-release/api-change-nimble-20994.json deleted file mode 100644 index 1f40142f75..0000000000 --- a/.changes/next-release/api-change-nimble-20994.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``nimble``", - "description": "[``botocore``] Add new attribute 'ownedBy' in Streaming Session APIs. 'ownedBy' represents the AWS SSO Identity Store User ID of the owner of the Streaming Session resource." -} diff --git a/.changes/next-release/api-change-route53-50046.json b/.changes/next-release/api-change-route53-50046.json deleted file mode 100644 index 2048c5c49b..0000000000 --- a/.changes/next-release/api-change-route53-50046.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``route53``", - "description": "[``botocore``] Documentation updates for route53" -} diff --git a/.changes/next-release/api-change-snowdevicemanagement-72658.json b/.changes/next-release/api-change-snowdevicemanagement-72658.json deleted file mode 100644 index 5113b50f52..0000000000 --- a/.changes/next-release/api-change-snowdevicemanagement-72658.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``snow-device-management``", - "description": "[``botocore``] AWS Snow Family customers can remotely monitor and operate their connected AWS Snowcone devices." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 71075cf76a..28cb72c759 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.18.19 +======= + +* api-change:``snow-device-management``: [``botocore``] AWS Snow Family customers can remotely monitor and operate their connected AWS Snowcone devices. +* api-change:``ecs``: [``botocore``] Documentation updates for ECS. +* api-change:``nimble``: [``botocore``] Add new attribute 'ownedBy' in Streaming Session APIs. 'ownedBy' represents the AWS SSO Identity Store User ID of the owner of the Streaming Session resource. +* api-change:``codebuild``: [``botocore``] CodeBuild now allows you to make the build results for your build projects available to the public without requiring access to an AWS account. +* api-change:``ebs``: [``botocore``] Documentation updates for Amazon EBS direct APIs. +* api-change:``route53``: [``botocore``] Documentation updates for route53 + + 1.18.18 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 76c7f5e993..a764916a74 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.18.18' +__version__ = '1.18.19' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index bc9e60ec73..087c31209c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.21.18,<1.22.0 + botocore>=1.21.19,<1.22.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.5.0,<0.6.0 diff --git a/setup.py b/setup.py index 79968d0dfa..deb14d75da 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.21.18,<1.22.0', + 'botocore>=1.21.19,<1.22.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.5.0,<0.6.0' ]