From 141a4ab1fb7c94ac58e10aef205dc043dcc7e1a9 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 6 Jul 2023 18:10:55 +0000 Subject: [PATCH] Bumping version to 1.29.0 --- .changes/1.29.0.json | 32 +++++++++++++++++++ .../next-release/api-change-ec2-93026.json | 5 --- .../api-change-location-40245.json | 5 --- .../api-change-outposts-87155.json | 5 --- .../api-change-quicksight-68080.json | 5 --- .../next-release/api-change-rds-19084.json | 5 --- .../feature-configuration-3829.json | 5 --- CHANGELOG.rst | 11 +++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 4 +-- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 48 insertions(+), 35 deletions(-) create mode 100644 .changes/1.29.0.json delete mode 100644 .changes/next-release/api-change-ec2-93026.json delete mode 100644 .changes/next-release/api-change-location-40245.json delete mode 100644 .changes/next-release/api-change-outposts-87155.json delete mode 100644 .changes/next-release/api-change-quicksight-68080.json delete mode 100644 .changes/next-release/api-change-rds-19084.json delete mode 100644 .changes/next-release/feature-configuration-3829.json diff --git a/.changes/1.29.0.json b/.changes/1.29.0.json new file mode 100644 index 000000000000..f8d7c00ce431 --- /dev/null +++ b/.changes/1.29.0.json @@ -0,0 +1,32 @@ +[ + { + "category": "``ec2``", + "description": "Add Nitro Enclaves support on DescribeInstanceTypes", + "type": "api-change" + }, + { + "category": "``location``", + "description": "This release adds support for authenticating with Amazon Location Service's Places & Routes APIs with an API Key. Also, with this release developers can publish tracked device position updates to Amazon EventBridge.", + "type": "api-change" + }, + { + "category": "``outposts``", + "description": "Added paginator support to several APIs. Added the ISOLATED enum value to AssetState.", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "Updates Amazon RDS documentation for creating DB instances and creating Aurora global clusters.", + "type": "api-change" + }, + { + "category": "configuration", + "description": "Configure the endpoint URL in the shared configuration file or via an environment variable for a specific AWS service or all AWS services.", + "type": "feature" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ec2-93026.json b/.changes/next-release/api-change-ec2-93026.json deleted file mode 100644 index 988dad3a42aa..000000000000 --- a/.changes/next-release/api-change-ec2-93026.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "Add Nitro Enclaves support on DescribeInstanceTypes" -} diff --git a/.changes/next-release/api-change-location-40245.json b/.changes/next-release/api-change-location-40245.json deleted file mode 100644 index 76933988c000..000000000000 --- a/.changes/next-release/api-change-location-40245.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``location``", - "description": "This release adds support for authenticating with Amazon Location Service's Places & Routes APIs with an API Key. Also, with this release developers can publish tracked device position updates to Amazon EventBridge." -} diff --git a/.changes/next-release/api-change-outposts-87155.json b/.changes/next-release/api-change-outposts-87155.json deleted file mode 100644 index a79066d4fe6e..000000000000 --- a/.changes/next-release/api-change-outposts-87155.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``outposts``", - "description": "Added paginator support to several APIs. Added the ISOLATED enum value to AssetState." -} diff --git a/.changes/next-release/api-change-quicksight-68080.json b/.changes/next-release/api-change-quicksight-68080.json deleted file mode 100644 index d976eec606ef..000000000000 --- a/.changes/next-release/api-change-quicksight-68080.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter." -} diff --git a/.changes/next-release/api-change-rds-19084.json b/.changes/next-release/api-change-rds-19084.json deleted file mode 100644 index 024447576048..000000000000 --- a/.changes/next-release/api-change-rds-19084.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "Updates Amazon RDS documentation for creating DB instances and creating Aurora global clusters." -} diff --git a/.changes/next-release/feature-configuration-3829.json b/.changes/next-release/feature-configuration-3829.json deleted file mode 100644 index ee690b9d2974..000000000000 --- a/.changes/next-release/feature-configuration-3829.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "feature", - "category": "configuration", - "description": "Configure the endpoint URL in the shared configuration file or via an environment variable for a specific AWS service or all AWS services." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b412b05623fb..6ba5ce83e0a5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.29.0 +====== + +* api-change:``ec2``: Add Nitro Enclaves support on DescribeInstanceTypes +* api-change:``location``: This release adds support for authenticating with Amazon Location Service's Places & Routes APIs with an API Key. Also, with this release developers can publish tracked device position updates to Amazon EventBridge. +* api-change:``outposts``: Added paginator support to several APIs. Added the ISOLATED enum value to AssetState. +* api-change:``quicksight``: This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter. +* api-change:``rds``: Updates Amazon RDS documentation for creating DB instances and creating Aurora global clusters. +* feature:configuration: Configure the endpoint URL in the shared configuration file or via an environment variable for a specific AWS service or all AWS services. + + 1.28.1 ====== diff --git a/awscli/__init__.py b/awscli/__init__.py index ab8532ba50e6..14300a8efac8 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.28.1' +__version__ = '1.29.0' # # 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 6559417b5b6c..765204353403 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -50,9 +50,9 @@ # built documents. # # The short X.Y version. -version = '1.28' +version = '1.29' # The full version, including alpha/beta/rc tags. -release = '1.28.1' +release = '1.29.0' # 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 859a27659f84..55e1765a8144 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.30.1 + botocore==1.31.0 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 791f25df8e31..39355ba31644 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.30.1', + 'botocore==1.31.0', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5',