From 387c9b62d66a816516d0b0863fba9cb319746ee2 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 31 Mar 2022 18:13:20 +0000 Subject: [PATCH] Bumping version to 1.22.86 --- .changes/1.22.86.json | 37 +++++++++++++++++++ .../api-change-auditmanager-41670.json | 5 --- .../api-change-cloudcontrol-34732.json | 5 --- .../api-change-databrew-17255.json | 5 --- .../api-change-grafana-72390.json | 5 --- .../api-change-pinpointsmsvoicev2-27292.json | 5 --- ...i-change-route53recoverycluster-75696.json | 5 --- .../api-change-workspaces-67733.json | 5 --- CHANGELOG.rst | 12 ++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 13 files changed, 53 insertions(+), 39 deletions(-) create mode 100644 .changes/1.22.86.json delete mode 100644 .changes/next-release/api-change-auditmanager-41670.json delete mode 100644 .changes/next-release/api-change-cloudcontrol-34732.json delete mode 100644 .changes/next-release/api-change-databrew-17255.json delete mode 100644 .changes/next-release/api-change-grafana-72390.json delete mode 100644 .changes/next-release/api-change-pinpointsmsvoicev2-27292.json delete mode 100644 .changes/next-release/api-change-route53recoverycluster-75696.json delete mode 100644 .changes/next-release/api-change-workspaces-67733.json diff --git a/.changes/1.22.86.json b/.changes/1.22.86.json new file mode 100644 index 000000000000..07041c1f9523 --- /dev/null +++ b/.changes/1.22.86.json @@ -0,0 +1,37 @@ +[ + { + "category": "``databrew``", + "description": "This AWS Glue Databrew release adds feature to support ORC as an input format.", + "type": "api-change" + }, + { + "category": "``route53-recovery-cluster``", + "description": "This release adds a new API \"ListRoutingControls\" to list routing control states using the highly reliable Route 53 ARC data plane endpoints.", + "type": "api-change" + }, + { + "category": "``pinpoint-sms-voice-v2``", + "description": "Amazon Pinpoint now offers a version 2.0 suite of SMS and voice APIs, providing increased control over sending and configuration. This release is a new SDK for sending SMS and voice messages called PinpointSMSVoiceV2.", + "type": "api-change" + }, + { + "category": "``cloudcontrol``", + "description": "SDK release for Cloud Control API in Amazon Web Services China (Beijing) Region, operated by Sinnet, and Amazon Web Services China (Ningxia) Region, operated by NWCD", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "Added APIs that allow you to customize the logo, login message, and help links in the WorkSpaces client login page. To learn more, visit https://docs.aws.amazon.com/workspaces/latest/adminguide/customize-branding.html", + "type": "api-change" + }, + { + "category": "``grafana``", + "description": "This release adds tagging support to the Managed Grafana service. New APIs: TagResource, UntagResource and ListTagsForResource. Updates: add optional field tags to support tagging while calling CreateWorkspace.", + "type": "api-change" + }, + { + "category": "``auditmanager``", + "description": "This release adds documentation updates for Audit Manager. The updates provide data deletion guidance when a customer deregisters Audit Manager or deregisters a delegated administrator.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-auditmanager-41670.json b/.changes/next-release/api-change-auditmanager-41670.json deleted file mode 100644 index 585fa05b239b..000000000000 --- a/.changes/next-release/api-change-auditmanager-41670.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``auditmanager``", - "description": "This release adds documentation updates for Audit Manager. The updates provide data deletion guidance when a customer deregisters Audit Manager or deregisters a delegated administrator." -} diff --git a/.changes/next-release/api-change-cloudcontrol-34732.json b/.changes/next-release/api-change-cloudcontrol-34732.json deleted file mode 100644 index 43f1632ff286..000000000000 --- a/.changes/next-release/api-change-cloudcontrol-34732.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudcontrol``", - "description": "SDK release for Cloud Control API in Amazon Web Services China (Beijing) Region, operated by Sinnet, and Amazon Web Services China (Ningxia) Region, operated by NWCD" -} diff --git a/.changes/next-release/api-change-databrew-17255.json b/.changes/next-release/api-change-databrew-17255.json deleted file mode 100644 index 029fc8743b12..000000000000 --- a/.changes/next-release/api-change-databrew-17255.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``databrew``", - "description": "This AWS Glue Databrew release adds feature to support ORC as an input format." -} diff --git a/.changes/next-release/api-change-grafana-72390.json b/.changes/next-release/api-change-grafana-72390.json deleted file mode 100644 index 1d42506afa34..000000000000 --- a/.changes/next-release/api-change-grafana-72390.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``grafana``", - "description": "This release adds tagging support to the Managed Grafana service. New APIs: TagResource, UntagResource and ListTagsForResource. Updates: add optional field tags to support tagging while calling CreateWorkspace." -} diff --git a/.changes/next-release/api-change-pinpointsmsvoicev2-27292.json b/.changes/next-release/api-change-pinpointsmsvoicev2-27292.json deleted file mode 100644 index a90ceefc6bd6..000000000000 --- a/.changes/next-release/api-change-pinpointsmsvoicev2-27292.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pinpoint-sms-voice-v2``", - "description": "Amazon Pinpoint now offers a version 2.0 suite of SMS and voice APIs, providing increased control over sending and configuration. This release is a new SDK for sending SMS and voice messages called PinpointSMSVoiceV2." -} diff --git a/.changes/next-release/api-change-route53recoverycluster-75696.json b/.changes/next-release/api-change-route53recoverycluster-75696.json deleted file mode 100644 index 2483efaa603e..000000000000 --- a/.changes/next-release/api-change-route53recoverycluster-75696.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``route53-recovery-cluster``", - "description": "This release adds a new API \"ListRoutingControls\" to list routing control states using the highly reliable Route 53 ARC data plane endpoints." -} diff --git a/.changes/next-release/api-change-workspaces-67733.json b/.changes/next-release/api-change-workspaces-67733.json deleted file mode 100644 index 16d0def0df2e..000000000000 --- a/.changes/next-release/api-change-workspaces-67733.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "Added APIs that allow you to customize the logo, login message, and help links in the WorkSpaces client login page. To learn more, visit https://docs.aws.amazon.com/workspaces/latest/adminguide/customize-branding.html" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 15f8079b5156..a57f144bdeae 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.22.86 +======= + +* api-change:``databrew``: This AWS Glue Databrew release adds feature to support ORC as an input format. +* api-change:``route53-recovery-cluster``: This release adds a new API "ListRoutingControls" to list routing control states using the highly reliable Route 53 ARC data plane endpoints. +* api-change:``pinpoint-sms-voice-v2``: Amazon Pinpoint now offers a version 2.0 suite of SMS and voice APIs, providing increased control over sending and configuration. This release is a new SDK for sending SMS and voice messages called PinpointSMSVoiceV2. +* api-change:``cloudcontrol``: SDK release for Cloud Control API in Amazon Web Services China (Beijing) Region, operated by Sinnet, and Amazon Web Services China (Ningxia) Region, operated by NWCD +* api-change:``workspaces``: Added APIs that allow you to customize the logo, login message, and help links in the WorkSpaces client login page. To learn more, visit https://docs.aws.amazon.com/workspaces/latest/adminguide/customize-branding.html +* api-change:``grafana``: This release adds tagging support to the Managed Grafana service. New APIs: TagResource, UntagResource and ListTagsForResource. Updates: add optional field tags to support tagging while calling CreateWorkspace. +* api-change:``auditmanager``: This release adds documentation updates for Audit Manager. The updates provide data deletion guidance when a customer deregisters Audit Manager or deregisters a delegated administrator. + + 1.22.85 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index c1a05eeceadf..74c007666114 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.22.85' +__version__ = '1.22.86' # # 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 47048244e7f6..37a74a35cd22 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.22.' # The full version, including alpha/beta/rc tags. -release = '1.22.85' +release = '1.22.86' # 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 cc646634313d..4846c9c9ff1a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.24.30 + botocore==1.24.31 docutils>=0.10,<0.16 s3transfer>=0.5.0,<0.6.0 PyYAML>=3.10,<5.5 diff --git a/setup.py b/setup.py index ad5852edc6df..1f65898c097a 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.24.30', + 'botocore==1.24.31', 'docutils>=0.10,<0.16', 's3transfer>=0.5.0,<0.6.0', 'PyYAML>=3.10,<5.5',