From 1c7a4377abc839552a3e4354d89b771a212ae386 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 22 Sep 2021 18:10:44 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-iam-41555.json | 5 +++++ .changes/next-release/api-change-imagebuilder-38324.json | 5 +++++ .changes/next-release/api-change-lexv2models-14402.json | 5 +++++ .changes/next-release/api-change-licensemanager-51553.json | 5 +++++ .changes/next-release/api-change-mediapackagevod-35728.json | 5 +++++ .changes/next-release/api-change-mediatailor-5483.json | 5 +++++ .changes/next-release/api-change-wafv2-69183.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-iam-41555.json create mode 100644 .changes/next-release/api-change-imagebuilder-38324.json create mode 100644 .changes/next-release/api-change-lexv2models-14402.json create mode 100644 .changes/next-release/api-change-licensemanager-51553.json create mode 100644 .changes/next-release/api-change-mediapackagevod-35728.json create mode 100644 .changes/next-release/api-change-mediatailor-5483.json create mode 100644 .changes/next-release/api-change-wafv2-69183.json diff --git a/.changes/next-release/api-change-iam-41555.json b/.changes/next-release/api-change-iam-41555.json new file mode 100644 index 000000000000..5187c02b1e12 --- /dev/null +++ b/.changes/next-release/api-change-iam-41555.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``iam``", + "description": "Added changes to OIDC API about not using port numbers in the URL." +} diff --git a/.changes/next-release/api-change-imagebuilder-38324.json b/.changes/next-release/api-change-imagebuilder-38324.json new file mode 100644 index 000000000000..48b318a7cf09 --- /dev/null +++ b/.changes/next-release/api-change-imagebuilder-38324.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``imagebuilder``", + "description": "This feature adds support for specifying GP3 volume throughput and configuring instance metadata options for instances launched by EC2 Image Builder." +} diff --git a/.changes/next-release/api-change-lexv2models-14402.json b/.changes/next-release/api-change-lexv2models-14402.json new file mode 100644 index 000000000000..b8eaf0a94c09 --- /dev/null +++ b/.changes/next-release/api-change-lexv2models-14402.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``lexv2-models``", + "description": "Update lexv2-models command to latest version" +} diff --git a/.changes/next-release/api-change-licensemanager-51553.json b/.changes/next-release/api-change-licensemanager-51553.json new file mode 100644 index 000000000000..67df2951661b --- /dev/null +++ b/.changes/next-release/api-change-licensemanager-51553.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``license-manager``", + "description": "AWS License Manager now allows customers to change their Windows Server or SQL license types from Bring-Your-Own-License (BYOL) to License Included or vice-versa (using the customer's media)." +} diff --git a/.changes/next-release/api-change-mediapackagevod-35728.json b/.changes/next-release/api-change-mediapackagevod-35728.json new file mode 100644 index 000000000000..19e15270ea92 --- /dev/null +++ b/.changes/next-release/api-change-mediapackagevod-35728.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediapackage-vod``", + "description": "MediaPackage VOD will now return the current processing statuses of an asset's endpoints. The status can be QUEUED, PROCESSING, PLAYABLE, or FAILED." +} diff --git a/.changes/next-release/api-change-mediatailor-5483.json b/.changes/next-release/api-change-mediatailor-5483.json new file mode 100644 index 000000000000..9e936242f007 --- /dev/null +++ b/.changes/next-release/api-change-mediatailor-5483.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediatailor``", + "description": "This release adds support to configure logs for playback configuration." +} diff --git a/.changes/next-release/api-change-wafv2-69183.json b/.changes/next-release/api-change-wafv2-69183.json new file mode 100644 index 000000000000..b7f4d962124e --- /dev/null +++ b/.changes/next-release/api-change-wafv2-69183.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``wafv2``", + "description": "Added the regex match rule statement, for matching web requests against a single regular expression." +} From 7bcb2c12c177eab74a2878cc2b8ada4c570e7993 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 22 Sep 2021 18:10:55 +0000 Subject: [PATCH 2/2] Bumping version to 1.20.46 --- .changes/1.20.46.json | 37 +++++++++++++++++++ .../next-release/api-change-iam-41555.json | 5 --- .../api-change-imagebuilder-38324.json | 5 --- .../api-change-lexv2models-14402.json | 5 --- .../api-change-licensemanager-51553.json | 5 --- .../api-change-mediapackagevod-35728.json | 5 --- .../api-change-mediatailor-5483.json | 5 --- .../next-release/api-change-wafv2-69183.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.20.46.json delete mode 100644 .changes/next-release/api-change-iam-41555.json delete mode 100644 .changes/next-release/api-change-imagebuilder-38324.json delete mode 100644 .changes/next-release/api-change-lexv2models-14402.json delete mode 100644 .changes/next-release/api-change-licensemanager-51553.json delete mode 100644 .changes/next-release/api-change-mediapackagevod-35728.json delete mode 100644 .changes/next-release/api-change-mediatailor-5483.json delete mode 100644 .changes/next-release/api-change-wafv2-69183.json diff --git a/.changes/1.20.46.json b/.changes/1.20.46.json new file mode 100644 index 000000000000..34f8e9a0a457 --- /dev/null +++ b/.changes/1.20.46.json @@ -0,0 +1,37 @@ +[ + { + "category": "``lexv2-models``", + "description": "Update lexv2-models command to latest version", + "type": "api-change" + }, + { + "category": "``wafv2``", + "description": "Added the regex match rule statement, for matching web requests against a single regular expression.", + "type": "api-change" + }, + { + "category": "``imagebuilder``", + "description": "This feature adds support for specifying GP3 volume throughput and configuring instance metadata options for instances launched by EC2 Image Builder.", + "type": "api-change" + }, + { + "category": "``iam``", + "description": "Added changes to OIDC API about not using port numbers in the URL.", + "type": "api-change" + }, + { + "category": "``mediapackage-vod``", + "description": "MediaPackage VOD will now return the current processing statuses of an asset's endpoints. The status can be QUEUED, PROCESSING, PLAYABLE, or FAILED.", + "type": "api-change" + }, + { + "category": "``mediatailor``", + "description": "This release adds support to configure logs for playback configuration.", + "type": "api-change" + }, + { + "category": "``license-manager``", + "description": "AWS License Manager now allows customers to change their Windows Server or SQL license types from Bring-Your-Own-License (BYOL) to License Included or vice-versa (using the customer's media).", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-iam-41555.json b/.changes/next-release/api-change-iam-41555.json deleted file mode 100644 index 5187c02b1e12..000000000000 --- a/.changes/next-release/api-change-iam-41555.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iam``", - "description": "Added changes to OIDC API about not using port numbers in the URL." -} diff --git a/.changes/next-release/api-change-imagebuilder-38324.json b/.changes/next-release/api-change-imagebuilder-38324.json deleted file mode 100644 index 48b318a7cf09..000000000000 --- a/.changes/next-release/api-change-imagebuilder-38324.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``imagebuilder``", - "description": "This feature adds support for specifying GP3 volume throughput and configuring instance metadata options for instances launched by EC2 Image Builder." -} diff --git a/.changes/next-release/api-change-lexv2models-14402.json b/.changes/next-release/api-change-lexv2models-14402.json deleted file mode 100644 index b8eaf0a94c09..000000000000 --- a/.changes/next-release/api-change-lexv2models-14402.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lexv2-models``", - "description": "Update lexv2-models command to latest version" -} diff --git a/.changes/next-release/api-change-licensemanager-51553.json b/.changes/next-release/api-change-licensemanager-51553.json deleted file mode 100644 index 67df2951661b..000000000000 --- a/.changes/next-release/api-change-licensemanager-51553.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``license-manager``", - "description": "AWS License Manager now allows customers to change their Windows Server or SQL license types from Bring-Your-Own-License (BYOL) to License Included or vice-versa (using the customer's media)." -} diff --git a/.changes/next-release/api-change-mediapackagevod-35728.json b/.changes/next-release/api-change-mediapackagevod-35728.json deleted file mode 100644 index 19e15270ea92..000000000000 --- a/.changes/next-release/api-change-mediapackagevod-35728.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediapackage-vod``", - "description": "MediaPackage VOD will now return the current processing statuses of an asset's endpoints. The status can be QUEUED, PROCESSING, PLAYABLE, or FAILED." -} diff --git a/.changes/next-release/api-change-mediatailor-5483.json b/.changes/next-release/api-change-mediatailor-5483.json deleted file mode 100644 index 9e936242f007..000000000000 --- a/.changes/next-release/api-change-mediatailor-5483.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediatailor``", - "description": "This release adds support to configure logs for playback configuration." -} diff --git a/.changes/next-release/api-change-wafv2-69183.json b/.changes/next-release/api-change-wafv2-69183.json deleted file mode 100644 index b7f4d962124e..000000000000 --- a/.changes/next-release/api-change-wafv2-69183.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``wafv2``", - "description": "Added the regex match rule statement, for matching web requests against a single regular expression." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 23aabfe8c6d5..8ebef8d1a71e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.20.46 +======= + +* api-change:``lexv2-models``: Update lexv2-models command to latest version +* api-change:``wafv2``: Added the regex match rule statement, for matching web requests against a single regular expression. +* api-change:``imagebuilder``: This feature adds support for specifying GP3 volume throughput and configuring instance metadata options for instances launched by EC2 Image Builder. +* api-change:``iam``: Added changes to OIDC API about not using port numbers in the URL. +* api-change:``mediapackage-vod``: MediaPackage VOD will now return the current processing statuses of an asset's endpoints. The status can be QUEUED, PROCESSING, PLAYABLE, or FAILED. +* api-change:``mediatailor``: This release adds support to configure logs for playback configuration. +* api-change:``license-manager``: AWS License Manager now allows customers to change their Windows Server or SQL license types from Bring-Your-Own-License (BYOL) to License Included or vice-versa (using the customer's media). + + 1.20.45 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 7209840f8e55..1389bf8b34f4 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.20.45' +__version__ = '1.20.46' # # 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 364ffc76a180..3d2ba1749c6e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.20.' # The full version, including alpha/beta/rc tags. -release = '1.20.45' +release = '1.20.46' # 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 da34386ff2bd..d651282735ae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.21.45 + botocore==1.21.46 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 6b1c49a96d8b..786bf60a6f78 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.21.45', + 'botocore==1.21.46', 'docutils>=0.10,<0.16', 's3transfer>=0.5.0,<0.6.0', 'PyYAML>=3.10,<5.5',