From 0199f90bb0bba3bdcf0264312e08904c1ba31a41 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 15 Sep 2023 18:38:28 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-appstream-39313.json | 5 +++++ .changes/next-release/api-change-connect-57649.json | 5 +++++ .changes/next-release/api-change-datasync-55336.json | 5 +++++ .changes/next-release/api-change-sagemaker-99437.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-appstream-39313.json create mode 100644 .changes/next-release/api-change-connect-57649.json create mode 100644 .changes/next-release/api-change-datasync-55336.json create mode 100644 .changes/next-release/api-change-sagemaker-99437.json diff --git a/.changes/next-release/api-change-appstream-39313.json b/.changes/next-release/api-change-appstream-39313.json new file mode 100644 index 000000000000..05e8c90ac954 --- /dev/null +++ b/.changes/next-release/api-change-appstream-39313.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``appstream``", + "description": "This release introduces app block builder, allowing customers to provision a resource to package applications into an app block" +} diff --git a/.changes/next-release/api-change-connect-57649.json b/.changes/next-release/api-change-connect-57649.json new file mode 100644 index 000000000000..fc1f548d8283 --- /dev/null +++ b/.changes/next-release/api-change-connect-57649.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "New rule type (OnMetricDataUpdate) has been added" +} diff --git a/.changes/next-release/api-change-datasync-55336.json b/.changes/next-release/api-change-datasync-55336.json new file mode 100644 index 000000000000..cff6f6057139 --- /dev/null +++ b/.changes/next-release/api-change-datasync-55336.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``datasync``", + "description": "Documentation-only updates for AWS DataSync." +} diff --git a/.changes/next-release/api-change-sagemaker-99437.json b/.changes/next-release/api-change-sagemaker-99437.json new file mode 100644 index 000000000000..17760daa23cb --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-99437.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "This release introduces Skip Model Validation for Model Packages" +} From 0cf713af6d78b389ed38130addc3ab80af819145 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 15 Sep 2023 18:38:40 +0000 Subject: [PATCH 2/2] Bumping version to 1.29.49 --- .changes/1.29.49.json | 22 +++++++++++++++++++ .../api-change-appstream-39313.json | 5 ----- .../api-change-connect-57649.json | 5 ----- .../api-change-datasync-55336.json | 5 ----- .../api-change-sagemaker-99437.json | 5 ----- CHANGELOG.rst | 9 ++++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 35 insertions(+), 24 deletions(-) create mode 100644 .changes/1.29.49.json delete mode 100644 .changes/next-release/api-change-appstream-39313.json delete mode 100644 .changes/next-release/api-change-connect-57649.json delete mode 100644 .changes/next-release/api-change-datasync-55336.json delete mode 100644 .changes/next-release/api-change-sagemaker-99437.json diff --git a/.changes/1.29.49.json b/.changes/1.29.49.json new file mode 100644 index 000000000000..7c888c9640fa --- /dev/null +++ b/.changes/1.29.49.json @@ -0,0 +1,22 @@ +[ + { + "category": "``appstream``", + "description": "This release introduces app block builder, allowing customers to provision a resource to package applications into an app block", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "New rule type (OnMetricDataUpdate) has been added", + "type": "api-change" + }, + { + "category": "``datasync``", + "description": "Documentation-only updates for AWS DataSync.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "This release introduces Skip Model Validation for Model Packages", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-appstream-39313.json b/.changes/next-release/api-change-appstream-39313.json deleted file mode 100644 index 05e8c90ac954..000000000000 --- a/.changes/next-release/api-change-appstream-39313.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appstream``", - "description": "This release introduces app block builder, allowing customers to provision a resource to package applications into an app block" -} diff --git a/.changes/next-release/api-change-connect-57649.json b/.changes/next-release/api-change-connect-57649.json deleted file mode 100644 index fc1f548d8283..000000000000 --- a/.changes/next-release/api-change-connect-57649.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "New rule type (OnMetricDataUpdate) has been added" -} diff --git a/.changes/next-release/api-change-datasync-55336.json b/.changes/next-release/api-change-datasync-55336.json deleted file mode 100644 index cff6f6057139..000000000000 --- a/.changes/next-release/api-change-datasync-55336.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datasync``", - "description": "Documentation-only updates for AWS DataSync." -} diff --git a/.changes/next-release/api-change-sagemaker-99437.json b/.changes/next-release/api-change-sagemaker-99437.json deleted file mode 100644 index 17760daa23cb..000000000000 --- a/.changes/next-release/api-change-sagemaker-99437.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "This release introduces Skip Model Validation for Model Packages" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 966e171dc518..847b0f02f122 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.29.49 +======= + +* api-change:``appstream``: This release introduces app block builder, allowing customers to provision a resource to package applications into an app block +* api-change:``connect``: New rule type (OnMetricDataUpdate) has been added +* api-change:``datasync``: Documentation-only updates for AWS DataSync. +* api-change:``sagemaker``: This release introduces Skip Model Validation for Model Packages + + 1.29.48 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 6a95e097d613..901e92015093 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.29.48' +__version__ = '1.29.49' # # 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 1fb7ea15bb5d..8e21b8a0b6a2 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.48' +release = '1.29.49' # 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 5eed5ca7e96f..d3a44d80028e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.31.48 + botocore==1.31.49 docutils>=0.10,<0.17 s3transfer>=0.6.0,<0.7.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 24fa9def29fa..a57d3f0120f8 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.31.48', + 'botocore==1.31.49', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<6.1',