From 40c07941d4ef4c0e86d13ca000d0d659b4703ee7 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 22 Feb 2023 19:09:11 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-chimesdkvoice-82880.json | 5 +++++ .changes/next-release/api-change-cloudfront-24295.json | 5 +++++ .changes/next-release/api-change-datasync-44805.json | 5 +++++ .changes/next-release/api-change-opensearch-50630.json | 5 +++++ .changes/next-release/api-change-rum-31577.json | 5 +++++ .changes/next-release/api-change-ssm-45210.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-chimesdkvoice-82880.json create mode 100644 .changes/next-release/api-change-cloudfront-24295.json create mode 100644 .changes/next-release/api-change-datasync-44805.json create mode 100644 .changes/next-release/api-change-opensearch-50630.json create mode 100644 .changes/next-release/api-change-rum-31577.json create mode 100644 .changes/next-release/api-change-ssm-45210.json diff --git a/.changes/next-release/api-change-chimesdkvoice-82880.json b/.changes/next-release/api-change-chimesdkvoice-82880.json new file mode 100644 index 000000000000..1744f377d8f2 --- /dev/null +++ b/.changes/next-release/api-change-chimesdkvoice-82880.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``chime-sdk-voice``", + "description": "This release introduces support for Voice Connector media metrics in the Amazon Chime SDK Voice namespace" +} diff --git a/.changes/next-release/api-change-cloudfront-24295.json b/.changes/next-release/api-change-cloudfront-24295.json new file mode 100644 index 000000000000..30cf072a8e92 --- /dev/null +++ b/.changes/next-release/api-change-cloudfront-24295.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudfront``", + "description": "CloudFront now supports block lists in origin request policies so that you can forward all headers, cookies, or query string from viewer requests to the origin *except* for those specified in the block list." +} diff --git a/.changes/next-release/api-change-datasync-44805.json b/.changes/next-release/api-change-datasync-44805.json new file mode 100644 index 000000000000..66149b002da0 --- /dev/null +++ b/.changes/next-release/api-change-datasync-44805.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``datasync``", + "description": "AWS DataSync has relaxed the minimum length constraint of AccessKey for Object Storage locations to 1." +} diff --git a/.changes/next-release/api-change-opensearch-50630.json b/.changes/next-release/api-change-opensearch-50630.json new file mode 100644 index 000000000000..d52545413101 --- /dev/null +++ b/.changes/next-release/api-change-opensearch-50630.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``opensearch``", + "description": "This release lets customers configure Off-peak window and software update related properties for a new/existing domain. It enhances the capabilities of StartServiceSoftwareUpdate API; adds 2 new APIs - ListScheduledActions & UpdateScheduledAction; and allows Auto-tune to make use of Off-peak window." +} diff --git a/.changes/next-release/api-change-rum-31577.json b/.changes/next-release/api-change-rum-31577.json new file mode 100644 index 000000000000..cb20d4af0dcb --- /dev/null +++ b/.changes/next-release/api-change-rum-31577.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rum``", + "description": "CloudWatch RUM now supports CloudWatch Custom Metrics" +} diff --git a/.changes/next-release/api-change-ssm-45210.json b/.changes/next-release/api-change-ssm-45210.json new file mode 100644 index 000000000000..58027e14a945 --- /dev/null +++ b/.changes/next-release/api-change-ssm-45210.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ssm``", + "description": "Document only update for Feb 2023" +} From 99aef898d479d8fbb0ec67d4db43fb97f8ef16bb Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 22 Feb 2023 19:09:11 +0000 Subject: [PATCH 2/2] Bumping version to 1.27.77 --- .changes/1.27.77.json | 32 +++++++++++++++++++ .../api-change-chimesdkvoice-82880.json | 5 --- .../api-change-cloudfront-24295.json | 5 --- .../api-change-datasync-44805.json | 5 --- .../api-change-opensearch-50630.json | 5 --- .../next-release/api-change-rum-31577.json | 5 --- .../next-release/api-change-ssm-45210.json | 5 --- CHANGELOG.rst | 11 +++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 47 insertions(+), 34 deletions(-) create mode 100644 .changes/1.27.77.json delete mode 100644 .changes/next-release/api-change-chimesdkvoice-82880.json delete mode 100644 .changes/next-release/api-change-cloudfront-24295.json delete mode 100644 .changes/next-release/api-change-datasync-44805.json delete mode 100644 .changes/next-release/api-change-opensearch-50630.json delete mode 100644 .changes/next-release/api-change-rum-31577.json delete mode 100644 .changes/next-release/api-change-ssm-45210.json diff --git a/.changes/1.27.77.json b/.changes/1.27.77.json new file mode 100644 index 000000000000..92023fbbdd50 --- /dev/null +++ b/.changes/1.27.77.json @@ -0,0 +1,32 @@ +[ + { + "category": "``chime-sdk-voice``", + "description": "This release introduces support for Voice Connector media metrics in the Amazon Chime SDK Voice namespace", + "type": "api-change" + }, + { + "category": "``cloudfront``", + "description": "CloudFront now supports block lists in origin request policies so that you can forward all headers, cookies, or query string from viewer requests to the origin *except* for those specified in the block list.", + "type": "api-change" + }, + { + "category": "``datasync``", + "description": "AWS DataSync has relaxed the minimum length constraint of AccessKey for Object Storage locations to 1.", + "type": "api-change" + }, + { + "category": "``opensearch``", + "description": "This release lets customers configure Off-peak window and software update related properties for a new/existing domain. It enhances the capabilities of StartServiceSoftwareUpdate API; adds 2 new APIs - ListScheduledActions & UpdateScheduledAction; and allows Auto-tune to make use of Off-peak window.", + "type": "api-change" + }, + { + "category": "``rum``", + "description": "CloudWatch RUM now supports CloudWatch Custom Metrics", + "type": "api-change" + }, + { + "category": "``ssm``", + "description": "Document only update for Feb 2023", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-chimesdkvoice-82880.json b/.changes/next-release/api-change-chimesdkvoice-82880.json deleted file mode 100644 index 1744f377d8f2..000000000000 --- a/.changes/next-release/api-change-chimesdkvoice-82880.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``chime-sdk-voice``", - "description": "This release introduces support for Voice Connector media metrics in the Amazon Chime SDK Voice namespace" -} diff --git a/.changes/next-release/api-change-cloudfront-24295.json b/.changes/next-release/api-change-cloudfront-24295.json deleted file mode 100644 index 30cf072a8e92..000000000000 --- a/.changes/next-release/api-change-cloudfront-24295.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudfront``", - "description": "CloudFront now supports block lists in origin request policies so that you can forward all headers, cookies, or query string from viewer requests to the origin *except* for those specified in the block list." -} diff --git a/.changes/next-release/api-change-datasync-44805.json b/.changes/next-release/api-change-datasync-44805.json deleted file mode 100644 index 66149b002da0..000000000000 --- a/.changes/next-release/api-change-datasync-44805.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datasync``", - "description": "AWS DataSync has relaxed the minimum length constraint of AccessKey for Object Storage locations to 1." -} diff --git a/.changes/next-release/api-change-opensearch-50630.json b/.changes/next-release/api-change-opensearch-50630.json deleted file mode 100644 index d52545413101..000000000000 --- a/.changes/next-release/api-change-opensearch-50630.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``opensearch``", - "description": "This release lets customers configure Off-peak window and software update related properties for a new/existing domain. It enhances the capabilities of StartServiceSoftwareUpdate API; adds 2 new APIs - ListScheduledActions & UpdateScheduledAction; and allows Auto-tune to make use of Off-peak window." -} diff --git a/.changes/next-release/api-change-rum-31577.json b/.changes/next-release/api-change-rum-31577.json deleted file mode 100644 index cb20d4af0dcb..000000000000 --- a/.changes/next-release/api-change-rum-31577.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rum``", - "description": "CloudWatch RUM now supports CloudWatch Custom Metrics" -} diff --git a/.changes/next-release/api-change-ssm-45210.json b/.changes/next-release/api-change-ssm-45210.json deleted file mode 100644 index 58027e14a945..000000000000 --- a/.changes/next-release/api-change-ssm-45210.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm``", - "description": "Document only update for Feb 2023" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2c29226f4227..799a1149ad19 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.27.77 +======= + +* api-change:``chime-sdk-voice``: This release introduces support for Voice Connector media metrics in the Amazon Chime SDK Voice namespace +* api-change:``cloudfront``: CloudFront now supports block lists in origin request policies so that you can forward all headers, cookies, or query string from viewer requests to the origin *except* for those specified in the block list. +* api-change:``datasync``: AWS DataSync has relaxed the minimum length constraint of AccessKey for Object Storage locations to 1. +* api-change:``opensearch``: This release lets customers configure Off-peak window and software update related properties for a new/existing domain. It enhances the capabilities of StartServiceSoftwareUpdate API; adds 2 new APIs - ListScheduledActions & UpdateScheduledAction; and allows Auto-tune to make use of Off-peak window. +* api-change:``rum``: CloudWatch RUM now supports CloudWatch Custom Metrics +* api-change:``ssm``: Document only update for Feb 2023 + + 1.27.76 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index f5c7fcb8436b..d54294068d5e 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.27.76' +__version__ = '1.27.77' # # 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 e42bedfb185c..1f21d761e670 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.27.' # The full version, including alpha/beta/rc tags. -release = '1.27.76' +release = '1.27.77' # 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 26175c3c1897..d80b47da5a55 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.29.76 + botocore==1.29.77 docutils>=0.10,<0.17 s3transfer>=0.6.0,<0.7.0 PyYAML>=3.10,<5.5 diff --git a/setup.py b/setup.py index 625469b3181a..0433b3c7d4bc 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.29.76', + 'botocore==1.29.77', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5',