From 1a75cb8d9fab85df8113b4fd1ba1df3da4b69264 Mon Sep 17 00:00:00 2001 From: stealthycoin Date: Tue, 1 Nov 2022 11:25:31 -0700 Subject: [PATCH 1/4] Add wcwidth to dependabot config --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c254d60f9ddb..b2e38d60e4be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,4 @@ updates: - dependency-name: "PyInstaller" - dependency-name: "flit_core" - dependency-name: "colorama" + - dependency-name: "wcwidth" From 704bf26c1bd2625f7d7364965145048ca74bfd21 Mon Sep 17 00:00:00 2001 From: stealthycoin Date: Tue, 1 Nov 2022 11:25:41 -0700 Subject: [PATCH 2/4] Add docutils to the dependabot config --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b2e38d60e4be..d1f93f39fe10 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,4 @@ updates: - dependency-name: "flit_core" - dependency-name: "colorama" - dependency-name: "wcwidth" + - dependency-name: "docutils" From 7fc3e776b6d3d5dd1c41daef5526d9f6ad198fa5 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 2 Nov 2022 18:38:17 +0000 Subject: [PATCH 3/4] Update changelog based on model updates --- .changes/next-release/api-change-iotsitewise-14816.json | 5 +++++ .changes/next-release/api-change-s3control-2661.json | 5 +++++ .changes/next-release/api-change-sagemaker-66749.json | 5 +++++ .changes/next-release/api-change-ssmincidents-15471.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-iotsitewise-14816.json create mode 100644 .changes/next-release/api-change-s3control-2661.json create mode 100644 .changes/next-release/api-change-sagemaker-66749.json create mode 100644 .changes/next-release/api-change-ssmincidents-15471.json diff --git a/.changes/next-release/api-change-iotsitewise-14816.json b/.changes/next-release/api-change-iotsitewise-14816.json new file mode 100644 index 000000000000..91b8deb4dc84 --- /dev/null +++ b/.changes/next-release/api-change-iotsitewise-14816.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``iotsitewise``", + "description": "This release adds the ListAssetModelProperties and ListAssetProperties APIs. You can list all properties that belong to a single asset model or asset using these two new APIs." +} diff --git a/.changes/next-release/api-change-s3control-2661.json b/.changes/next-release/api-change-s3control-2661.json new file mode 100644 index 000000000000..c87398d7aa4b --- /dev/null +++ b/.changes/next-release/api-change-s3control-2661.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``s3control``", + "description": "S3 on Outposts launches support for Lifecycle configuration for Outposts buckets. With S3 Lifecycle configuration, you can mange objects so they are stored cost effectively. You can manage objects using size-based rules and specify how many noncurrent versions bucket will retain." +} diff --git a/.changes/next-release/api-change-sagemaker-66749.json b/.changes/next-release/api-change-sagemaker-66749.json new file mode 100644 index 000000000000..4aa57a78867e --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-66749.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "This release updates Framework model regex for ModelPackage to support new Framework version xgboost, sklearn." +} diff --git a/.changes/next-release/api-change-ssmincidents-15471.json b/.changes/next-release/api-change-ssmincidents-15471.json new file mode 100644 index 000000000000..940d40a0ee3e --- /dev/null +++ b/.changes/next-release/api-change-ssmincidents-15471.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ssm-incidents``", + "description": "Adds support for tagging replication-set on creation." +} From e66526540699f6004b156344b685b31bf5eb16be Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 2 Nov 2022 18:38:33 +0000 Subject: [PATCH 4/4] Bumping version to 1.27.1 --- .changes/1.27.1.json | 22 +++++++++++++++++++ .../api-change-iotsitewise-14816.json | 5 ----- .../api-change-s3control-2661.json | 5 ----- .../api-change-sagemaker-66749.json | 5 ----- .../api-change-ssmincidents-15471.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.27.1.json delete mode 100644 .changes/next-release/api-change-iotsitewise-14816.json delete mode 100644 .changes/next-release/api-change-s3control-2661.json delete mode 100644 .changes/next-release/api-change-sagemaker-66749.json delete mode 100644 .changes/next-release/api-change-ssmincidents-15471.json diff --git a/.changes/1.27.1.json b/.changes/1.27.1.json new file mode 100644 index 000000000000..3ac87e7494ad --- /dev/null +++ b/.changes/1.27.1.json @@ -0,0 +1,22 @@ +[ + { + "category": "``iotsitewise``", + "description": "This release adds the ListAssetModelProperties and ListAssetProperties APIs. You can list all properties that belong to a single asset model or asset using these two new APIs.", + "type": "api-change" + }, + { + "category": "``s3control``", + "description": "S3 on Outposts launches support for Lifecycle configuration for Outposts buckets. With S3 Lifecycle configuration, you can mange objects so they are stored cost effectively. You can manage objects using size-based rules and specify how many noncurrent versions bucket will retain.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "This release updates Framework model regex for ModelPackage to support new Framework version xgboost, sklearn.", + "type": "api-change" + }, + { + "category": "``ssm-incidents``", + "description": "Adds support for tagging replication-set on creation.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-iotsitewise-14816.json b/.changes/next-release/api-change-iotsitewise-14816.json deleted file mode 100644 index 91b8deb4dc84..000000000000 --- a/.changes/next-release/api-change-iotsitewise-14816.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iotsitewise``", - "description": "This release adds the ListAssetModelProperties and ListAssetProperties APIs. You can list all properties that belong to a single asset model or asset using these two new APIs." -} diff --git a/.changes/next-release/api-change-s3control-2661.json b/.changes/next-release/api-change-s3control-2661.json deleted file mode 100644 index c87398d7aa4b..000000000000 --- a/.changes/next-release/api-change-s3control-2661.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3control``", - "description": "S3 on Outposts launches support for Lifecycle configuration for Outposts buckets. With S3 Lifecycle configuration, you can mange objects so they are stored cost effectively. You can manage objects using size-based rules and specify how many noncurrent versions bucket will retain." -} diff --git a/.changes/next-release/api-change-sagemaker-66749.json b/.changes/next-release/api-change-sagemaker-66749.json deleted file mode 100644 index 4aa57a78867e..000000000000 --- a/.changes/next-release/api-change-sagemaker-66749.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "This release updates Framework model regex for ModelPackage to support new Framework version xgboost, sklearn." -} diff --git a/.changes/next-release/api-change-ssmincidents-15471.json b/.changes/next-release/api-change-ssmincidents-15471.json deleted file mode 100644 index 940d40a0ee3e..000000000000 --- a/.changes/next-release/api-change-ssmincidents-15471.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm-incidents``", - "description": "Adds support for tagging replication-set on creation." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8b1f1321d784..a0196cb00f0a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.27.1 +====== + +* api-change:``iotsitewise``: This release adds the ListAssetModelProperties and ListAssetProperties APIs. You can list all properties that belong to a single asset model or asset using these two new APIs. +* api-change:``s3control``: S3 on Outposts launches support for Lifecycle configuration for Outposts buckets. With S3 Lifecycle configuration, you can mange objects so they are stored cost effectively. You can manage objects using size-based rules and specify how many noncurrent versions bucket will retain. +* api-change:``sagemaker``: This release updates Framework model regex for ModelPackage to support new Framework version xgboost, sklearn. +* api-change:``ssm-incidents``: Adds support for tagging replication-set on creation. + + 1.27.0 ====== diff --git a/awscli/__init__.py b/awscli/__init__.py index 9e136063ede8..72ed89ec207b 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.27.0' +__version__ = '1.27.1' # # 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 e1f7b9ad5d3f..034181756ab5 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.27' # The full version, including alpha/beta/rc tags. -release = '1.27.0' +release = '1.27.1' # 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 099ec1b12a0a..ebf5db8e39b1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.29.0 + botocore==1.29.1 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 a5e85dad4643..3a8f3a4ac905 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.29.0', + 'botocore==1.29.1', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5',