From 94f38c3a9dbb727b75eceb98a7d13d511dde2127 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 23 May 2024 18:06:00 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-emrserverless-76621.json | 5 +++++ .changes/next-release/api-change-opsworks-51165.json | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changes/next-release/api-change-emrserverless-76621.json create mode 100644 .changes/next-release/api-change-opsworks-51165.json diff --git a/.changes/next-release/api-change-emrserverless-76621.json b/.changes/next-release/api-change-emrserverless-76621.json new file mode 100644 index 000000000000..4d17f1ca7ce6 --- /dev/null +++ b/.changes/next-release/api-change-emrserverless-76621.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``emr-serverless``", + "description": "This release adds the capability to run interactive workloads using Apache Livy Endpoint." +} diff --git a/.changes/next-release/api-change-opsworks-51165.json b/.changes/next-release/api-change-opsworks-51165.json new file mode 100644 index 000000000000..9583e29b1427 --- /dev/null +++ b/.changes/next-release/api-change-opsworks-51165.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``opsworks``", + "description": "Documentation-only update for OpsWorks Stacks." +} From 2b14e00c76e5ba97a070cbdff61ebeaa29f78bd1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 23 May 2024 18:07:08 +0000 Subject: [PATCH 2/2] Bumping version to 1.32.112 --- .changes/1.32.112.json | 12 ++++++++++++ .../next-release/api-change-emrserverless-76621.json | 5 ----- .changes/next-release/api-change-opsworks-51165.json | 5 ----- CHANGELOG.rst | 7 +++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 8 files changed, 23 insertions(+), 14 deletions(-) create mode 100644 .changes/1.32.112.json delete mode 100644 .changes/next-release/api-change-emrserverless-76621.json delete mode 100644 .changes/next-release/api-change-opsworks-51165.json diff --git a/.changes/1.32.112.json b/.changes/1.32.112.json new file mode 100644 index 000000000000..bc271e879692 --- /dev/null +++ b/.changes/1.32.112.json @@ -0,0 +1,12 @@ +[ + { + "category": "``emr-serverless``", + "description": "This release adds the capability to run interactive workloads using Apache Livy Endpoint.", + "type": "api-change" + }, + { + "category": "``opsworks``", + "description": "Documentation-only update for OpsWorks Stacks.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-emrserverless-76621.json b/.changes/next-release/api-change-emrserverless-76621.json deleted file mode 100644 index 4d17f1ca7ce6..000000000000 --- a/.changes/next-release/api-change-emrserverless-76621.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``emr-serverless``", - "description": "This release adds the capability to run interactive workloads using Apache Livy Endpoint." -} diff --git a/.changes/next-release/api-change-opsworks-51165.json b/.changes/next-release/api-change-opsworks-51165.json deleted file mode 100644 index 9583e29b1427..000000000000 --- a/.changes/next-release/api-change-opsworks-51165.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``opsworks``", - "description": "Documentation-only update for OpsWorks Stacks." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dffc8b069562..557c7f6681dd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ CHANGELOG ========= +1.32.112 +======== + +* api-change:``emr-serverless``: This release adds the capability to run interactive workloads using Apache Livy Endpoint. +* api-change:``opsworks``: Documentation-only update for OpsWorks Stacks. + + 1.32.111 ======== diff --git a/awscli/__init__.py b/awscli/__init__.py index d6514e6a1d91..e31ed951f14d 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.32.111' +__version__ = '1.32.112' # # 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 43c25c664e9e..07001bc628c8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.32.1' # The full version, including alpha/beta/rc tags. -release = '1.32.111' +release = '1.32.112' # 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 942ec2bceccb..9c92e1f92f67 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.34.111 + botocore==1.34.112 docutils>=0.10,<0.17 s3transfer>=0.10.0,<0.11.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 57361039406d..bec2638ce70d 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.34.111', + 'botocore==1.34.112', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',