From f3eb7e7d47fd11f5cf65c331e4bf91a8d3e046e1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 19 Jun 2024 18:10:30 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-artifact-36004.json | 5 +++++ .changes/next-release/api-change-athena-59812.json | 5 +++++ .changes/next-release/api-change-cur-90035.json | 5 +++++ .changes/next-release/api-change-directconnect-20044.json | 5 +++++ .../next-release/api-change-elastictranscoder-19380.json | 5 +++++ .changes/next-release/api-change-opensearch-74165.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-artifact-36004.json create mode 100644 .changes/next-release/api-change-athena-59812.json create mode 100644 .changes/next-release/api-change-cur-90035.json create mode 100644 .changes/next-release/api-change-directconnect-20044.json create mode 100644 .changes/next-release/api-change-elastictranscoder-19380.json create mode 100644 .changes/next-release/api-change-opensearch-74165.json diff --git a/.changes/next-release/api-change-artifact-36004.json b/.changes/next-release/api-change-artifact-36004.json new file mode 100644 index 000000000000..cd54684af14c --- /dev/null +++ b/.changes/next-release/api-change-artifact-36004.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``artifact``", + "description": "This release adds an acceptanceType field to the ReportSummary structure (used in the ListReports API response)." +} diff --git a/.changes/next-release/api-change-athena-59812.json b/.changes/next-release/api-change-athena-59812.json new file mode 100644 index 000000000000..cf4b1c003863 --- /dev/null +++ b/.changes/next-release/api-change-athena-59812.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``athena``", + "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} diff --git a/.changes/next-release/api-change-cur-90035.json b/.changes/next-release/api-change-cur-90035.json new file mode 100644 index 000000000000..ab6d18636e8d --- /dev/null +++ b/.changes/next-release/api-change-cur-90035.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cur``", + "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} diff --git a/.changes/next-release/api-change-directconnect-20044.json b/.changes/next-release/api-change-directconnect-20044.json new file mode 100644 index 000000000000..22d219842083 --- /dev/null +++ b/.changes/next-release/api-change-directconnect-20044.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``directconnect``", + "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} diff --git a/.changes/next-release/api-change-elastictranscoder-19380.json b/.changes/next-release/api-change-elastictranscoder-19380.json new file mode 100644 index 000000000000..77880a82e442 --- /dev/null +++ b/.changes/next-release/api-change-elastictranscoder-19380.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``elastictranscoder``", + "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} diff --git a/.changes/next-release/api-change-opensearch-74165.json b/.changes/next-release/api-change-opensearch-74165.json new file mode 100644 index 000000000000..1fcf33400e3a --- /dev/null +++ b/.changes/next-release/api-change-opensearch-74165.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``opensearch``", + "description": "This release enables customers to use JSON Web Tokens (JWT) for authentication on their Amazon OpenSearch Service domains." +} From 9c1098fe0ecd5a48a7cd4b4eed0e88a9eb4c19d1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 19 Jun 2024 18:11:41 +0000 Subject: [PATCH 2/2] Bumping version to 1.33.12 --- .changes/1.33.12.json | 32 +++++++++++++++++++ .../api-change-artifact-36004.json | 5 --- .../next-release/api-change-athena-59812.json | 5 --- .../next-release/api-change-cur-90035.json | 5 --- .../api-change-directconnect-20044.json | 5 --- .../api-change-elastictranscoder-19380.json | 5 --- .../api-change-opensearch-74165.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.33.12.json delete mode 100644 .changes/next-release/api-change-artifact-36004.json delete mode 100644 .changes/next-release/api-change-athena-59812.json delete mode 100644 .changes/next-release/api-change-cur-90035.json delete mode 100644 .changes/next-release/api-change-directconnect-20044.json delete mode 100644 .changes/next-release/api-change-elastictranscoder-19380.json delete mode 100644 .changes/next-release/api-change-opensearch-74165.json diff --git a/.changes/1.33.12.json b/.changes/1.33.12.json new file mode 100644 index 000000000000..4ca212f92a40 --- /dev/null +++ b/.changes/1.33.12.json @@ -0,0 +1,32 @@ +[ + { + "category": "``artifact``", + "description": "This release adds an acceptanceType field to the ReportSummary structure (used in the ListReports API response).", + "type": "api-change" + }, + { + "category": "``athena``", + "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``cur``", + "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``directconnect``", + "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``elastictranscoder``", + "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``opensearch``", + "description": "This release enables customers to use JSON Web Tokens (JWT) for authentication on their Amazon OpenSearch Service domains.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-artifact-36004.json b/.changes/next-release/api-change-artifact-36004.json deleted file mode 100644 index cd54684af14c..000000000000 --- a/.changes/next-release/api-change-artifact-36004.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``artifact``", - "description": "This release adds an acceptanceType field to the ReportSummary structure (used in the ListReports API response)." -} diff --git a/.changes/next-release/api-change-athena-59812.json b/.changes/next-release/api-change-athena-59812.json deleted file mode 100644 index cf4b1c003863..000000000000 --- a/.changes/next-release/api-change-athena-59812.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``athena``", - "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-cur-90035.json b/.changes/next-release/api-change-cur-90035.json deleted file mode 100644 index ab6d18636e8d..000000000000 --- a/.changes/next-release/api-change-cur-90035.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cur``", - "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-directconnect-20044.json b/.changes/next-release/api-change-directconnect-20044.json deleted file mode 100644 index 22d219842083..000000000000 --- a/.changes/next-release/api-change-directconnect-20044.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``directconnect``", - "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-elastictranscoder-19380.json b/.changes/next-release/api-change-elastictranscoder-19380.json deleted file mode 100644 index 77880a82e442..000000000000 --- a/.changes/next-release/api-change-elastictranscoder-19380.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``elastictranscoder``", - "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-opensearch-74165.json b/.changes/next-release/api-change-opensearch-74165.json deleted file mode 100644 index 1fcf33400e3a..000000000000 --- a/.changes/next-release/api-change-opensearch-74165.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``opensearch``", - "description": "This release enables customers to use JSON Web Tokens (JWT) for authentication on their Amazon OpenSearch Service domains." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f9f0b1977bce..403cadba6b1d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.33.12 +======= + +* api-change:``artifact``: This release adds an acceptanceType field to the ReportSummary structure (used in the ListReports API response). +* api-change:``athena``: Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``cur``: Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``directconnect``: Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``elastictranscoder``: Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``opensearch``: This release enables customers to use JSON Web Tokens (JWT) for authentication on their Amazon OpenSearch Service domains. + + 1.33.11 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index d746da024c77..af56d7142a68 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.33.11' +__version__ = '1.33.12' # # 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 3be0ac3a2953..4d508ac32a67 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.33.' # The full version, including alpha/beta/rc tags. -release = '1.33.11' +release = '1.33.12' # 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 9b8fddaffded..3d5d66ece0f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.34.129 + botocore==1.34.130 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 45548e6ded07..79fb0cebb98b 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.34.129', + 'botocore==1.34.130', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',