diff --git a/.changes/1.27.54.json b/.changes/1.27.54.json new file mode 100644 index 000000000000..c679845224d0 --- /dev/null +++ b/.changes/1.27.54.json @@ -0,0 +1,17 @@ +[ + { + "category": "``ec2``", + "description": "C6in, M6in, M6idn, R6in and R6idn instances are powered by 3rd Generation Intel Xeon Scalable processors (code named Ice Lake) with an all-core turbo frequency of 3.5 GHz.", + "type": "api-change" + }, + { + "category": "``ivs``", + "description": "API and Doc update. Update to arns field in BatchGetStreamKey. Also updates to operations and structures.", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "This release adds support for data bars in QuickSight table and increases pivot table field well limit.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ec2-8288.json b/.changes/next-release/api-change-ec2-8288.json deleted file mode 100644 index 34120c2fae96..000000000000 --- a/.changes/next-release/api-change-ec2-8288.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "C6in, M6in, M6idn, R6in and R6idn instances are powered by 3rd Generation Intel Xeon Scalable processors (code named Ice Lake) with an all-core turbo frequency of 3.5 GHz." -} diff --git a/.changes/next-release/api-change-ivs-23202.json b/.changes/next-release/api-change-ivs-23202.json deleted file mode 100644 index 8968de849151..000000000000 --- a/.changes/next-release/api-change-ivs-23202.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ivs``", - "description": "API and Doc update. Update to arns field in BatchGetStreamKey. Also updates to operations and structures." -} diff --git a/.changes/next-release/api-change-quicksight-65926.json b/.changes/next-release/api-change-quicksight-65926.json deleted file mode 100644 index 91251100a8e3..000000000000 --- a/.changes/next-release/api-change-quicksight-65926.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "This release adds support for data bars in QuickSight table and increases pivot table field well limit." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3fd69e27da2b..460ff8c1d9b7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.27.54 +======= + +* api-change:``ec2``: C6in, M6in, M6idn, R6in and R6idn instances are powered by 3rd Generation Intel Xeon Scalable processors (code named Ice Lake) with an all-core turbo frequency of 3.5 GHz. +* api-change:``ivs``: API and Doc update. Update to arns field in BatchGetStreamKey. Also updates to operations and structures. +* api-change:``quicksight``: This release adds support for data bars in QuickSight table and increases pivot table field well limit. + + 1.27.53 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 92805d58865d..4c0b1049ee29 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.27.53' +__version__ = '1.27.54' # # 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 e793cb8d4ce2..bd32484031cd 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.53' +release = '1.27.54' # 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 3d2fc17465d1..0b70aca36f3a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.29.53 + botocore==1.29.54 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 4f67aa5a71b6..15d2db38fbb9 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.29.53', + 'botocore==1.29.54', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5',