From 464f464bc3c72dae46914851cafcae918f4738f6 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 25 Oct 2023 20:15:14 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-connectcases-698.json | 5 +++++ .changes/next-release/api-change-groundstation-83026.json | 5 +++++ .changes/next-release/api-change-iam-19662.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-connectcases-698.json create mode 100644 .changes/next-release/api-change-groundstation-83026.json create mode 100644 .changes/next-release/api-change-iam-19662.json diff --git a/.changes/next-release/api-change-connectcases-698.json b/.changes/next-release/api-change-connectcases-698.json new file mode 100644 index 000000000000..337d5ae27bfc --- /dev/null +++ b/.changes/next-release/api-change-connectcases-698.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connectcases``", + "description": "Increase maximum length of CommentBody to 3000, and increase maximum length of StringValue to 1500" +} diff --git a/.changes/next-release/api-change-groundstation-83026.json b/.changes/next-release/api-change-groundstation-83026.json new file mode 100644 index 000000000000..301fec9a01d7 --- /dev/null +++ b/.changes/next-release/api-change-groundstation-83026.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``groundstation``", + "description": "This release will allow KMS alias names to be used when creating Mission Profiles" +} diff --git a/.changes/next-release/api-change-iam-19662.json b/.changes/next-release/api-change-iam-19662.json new file mode 100644 index 000000000000..ecb146b2f269 --- /dev/null +++ b/.changes/next-release/api-change-iam-19662.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``iam``", + "description": "Updates to GetAccessKeyLastUsed action to replace NoSuchEntity error with AccessDeniedException error." +} From eeabcd0c97ebcb7c8cf573d23e40e545fafdcacb Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 25 Oct 2023 20:15:14 +0000 Subject: [PATCH 2/2] Bumping version to 1.29.71 --- .changes/1.29.71.json | 17 +++++++++++++++++ .../api-change-connectcases-698.json | 5 ----- .../api-change-groundstation-83026.json | 5 ----- .changes/next-release/api-change-iam-19662.json | 5 ----- CHANGELOG.rst | 8 ++++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 9 files changed, 29 insertions(+), 19 deletions(-) create mode 100644 .changes/1.29.71.json delete mode 100644 .changes/next-release/api-change-connectcases-698.json delete mode 100644 .changes/next-release/api-change-groundstation-83026.json delete mode 100644 .changes/next-release/api-change-iam-19662.json diff --git a/.changes/1.29.71.json b/.changes/1.29.71.json new file mode 100644 index 000000000000..86e8119b6b68 --- /dev/null +++ b/.changes/1.29.71.json @@ -0,0 +1,17 @@ +[ + { + "category": "``connectcases``", + "description": "Increase maximum length of CommentBody to 3000, and increase maximum length of StringValue to 1500", + "type": "api-change" + }, + { + "category": "``groundstation``", + "description": "This release will allow KMS alias names to be used when creating Mission Profiles", + "type": "api-change" + }, + { + "category": "``iam``", + "description": "Updates to GetAccessKeyLastUsed action to replace NoSuchEntity error with AccessDeniedException error.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-connectcases-698.json b/.changes/next-release/api-change-connectcases-698.json deleted file mode 100644 index 337d5ae27bfc..000000000000 --- a/.changes/next-release/api-change-connectcases-698.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connectcases``", - "description": "Increase maximum length of CommentBody to 3000, and increase maximum length of StringValue to 1500" -} diff --git a/.changes/next-release/api-change-groundstation-83026.json b/.changes/next-release/api-change-groundstation-83026.json deleted file mode 100644 index 301fec9a01d7..000000000000 --- a/.changes/next-release/api-change-groundstation-83026.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``groundstation``", - "description": "This release will allow KMS alias names to be used when creating Mission Profiles" -} diff --git a/.changes/next-release/api-change-iam-19662.json b/.changes/next-release/api-change-iam-19662.json deleted file mode 100644 index ecb146b2f269..000000000000 --- a/.changes/next-release/api-change-iam-19662.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iam``", - "description": "Updates to GetAccessKeyLastUsed action to replace NoSuchEntity error with AccessDeniedException error." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4ab45c402149..d72c4956785a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.29.71 +======= + +* api-change:``connectcases``: Increase maximum length of CommentBody to 3000, and increase maximum length of StringValue to 1500 +* api-change:``groundstation``: This release will allow KMS alias names to be used when creating Mission Profiles +* api-change:``iam``: Updates to GetAccessKeyLastUsed action to replace NoSuchEntity error with AccessDeniedException error. + + 1.29.70 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 7e045706a544..a33c8e711b03 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.29.70' +__version__ = '1.29.71' # # 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 dcbd2a64e9ec..e9d5aaafe82f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.29.' # The full version, including alpha/beta/rc tags. -release = '1.29.70' +release = '1.29.71' # 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 aece5f2310e4..6bfff4a7c3e3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.31.70 + botocore==1.31.71 docutils>=0.10,<0.17 s3transfer>=0.7.0,<0.8.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 3ab00f932cc6..d2bcf8fb35d2 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.31.70', + 'botocore==1.31.71', 'docutils>=0.10,<0.17', 's3transfer>=0.7.0,<0.8.0', 'PyYAML>=3.10,<6.1',