From eb53b6d64b31470a476e0157557671b7d49c4adf Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 24 Oct 2023 18:14:17 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-codepipeline-96257.json | 5 +++++ .changes/next-release/api-change-ec2-61225.json | 5 +++++ .changes/next-release/api-change-eks-63128.json | 5 +++++ .changes/next-release/api-change-iam-63969.json | 5 +++++ .../next-release/api-change-migrationhubconfig-39855.json | 5 +++++ .../next-release/api-change-migrationhubstrategy-15427.json | 5 +++++ .../next-release/api-change-opensearchserverless-97224.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-codepipeline-96257.json create mode 100644 .changes/next-release/api-change-ec2-61225.json create mode 100644 .changes/next-release/api-change-eks-63128.json create mode 100644 .changes/next-release/api-change-iam-63969.json create mode 100644 .changes/next-release/api-change-migrationhubconfig-39855.json create mode 100644 .changes/next-release/api-change-migrationhubstrategy-15427.json create mode 100644 .changes/next-release/api-change-opensearchserverless-97224.json diff --git a/.changes/next-release/api-change-codepipeline-96257.json b/.changes/next-release/api-change-codepipeline-96257.json new file mode 100644 index 000000000000..fb5d0371b202 --- /dev/null +++ b/.changes/next-release/api-change-codepipeline-96257.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codepipeline``", + "description": "Add ability to trigger pipelines from git tags, define variables at pipeline level and new pipeline type V2." +} diff --git a/.changes/next-release/api-change-ec2-61225.json b/.changes/next-release/api-change-ec2-61225.json new file mode 100644 index 000000000000..8277ab237642 --- /dev/null +++ b/.changes/next-release/api-change-ec2-61225.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "This release updates the documentation for InstanceInterruptionBehavior and HibernationOptionsRequest to more accurately describe the behavior of these two parameters when using Spot hibernation." +} diff --git a/.changes/next-release/api-change-eks-63128.json b/.changes/next-release/api-change-eks-63128.json new file mode 100644 index 000000000000..95ad9de94f9e --- /dev/null +++ b/.changes/next-release/api-change-eks-63128.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``eks``", + "description": "Added support for Cluster Subnet and Security Group mutability." +} diff --git a/.changes/next-release/api-change-iam-63969.json b/.changes/next-release/api-change-iam-63969.json new file mode 100644 index 000000000000..59ddb76024d8 --- /dev/null +++ b/.changes/next-release/api-change-iam-63969.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``iam``", + "description": "Add the partitional endpoint for IAM in iso-f." +} diff --git a/.changes/next-release/api-change-migrationhubconfig-39855.json b/.changes/next-release/api-change-migrationhubconfig-39855.json new file mode 100644 index 000000000000..4d9d91a01c8c --- /dev/null +++ b/.changes/next-release/api-change-migrationhubconfig-39855.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``migrationhub-config``", + "description": "This release introduces DeleteHomeRegionControl API that customers can use to delete the Migration Hub Home Region configuration" +} diff --git a/.changes/next-release/api-change-migrationhubstrategy-15427.json b/.changes/next-release/api-change-migrationhubstrategy-15427.json new file mode 100644 index 000000000000..60327c05c867 --- /dev/null +++ b/.changes/next-release/api-change-migrationhubstrategy-15427.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``migrationhubstrategy``", + "description": "This release introduces multi-data-source feature in Migration Hub Strategy Recommendations. This feature now supports vCenter as a data source to fetch inventory in addition to ADS and Import from file workflow that is currently supported with MHSR collector." +} diff --git a/.changes/next-release/api-change-opensearchserverless-97224.json b/.changes/next-release/api-change-opensearchserverless-97224.json new file mode 100644 index 000000000000..59258845fa0e --- /dev/null +++ b/.changes/next-release/api-change-opensearchserverless-97224.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``opensearchserverless``", + "description": "This release includes the following new APIs: CreateLifecyclePolicy, UpdateLifecyclePolicy, BatchGetLifecyclePolicy, DeleteLifecyclePolicy, ListLifecyclePolicies and BatchGetEffectiveLifecyclePolicy to support the data lifecycle management feature." +} From 124501227b66d4b67c07fa16067afbc848af848e Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 24 Oct 2023 18:14:31 +0000 Subject: [PATCH 2/2] Bumping version to 1.29.70 --- .changes/1.29.70.json | 37 +++++++++++++++++++ .../api-change-codepipeline-96257.json | 5 --- .../next-release/api-change-ec2-61225.json | 5 --- .../next-release/api-change-eks-63128.json | 5 --- .../next-release/api-change-iam-63969.json | 5 --- .../api-change-migrationhubconfig-39855.json | 5 --- ...api-change-migrationhubstrategy-15427.json | 5 --- ...api-change-opensearchserverless-97224.json | 5 --- CHANGELOG.rst | 12 ++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 13 files changed, 53 insertions(+), 39 deletions(-) create mode 100644 .changes/1.29.70.json delete mode 100644 .changes/next-release/api-change-codepipeline-96257.json delete mode 100644 .changes/next-release/api-change-ec2-61225.json delete mode 100644 .changes/next-release/api-change-eks-63128.json delete mode 100644 .changes/next-release/api-change-iam-63969.json delete mode 100644 .changes/next-release/api-change-migrationhubconfig-39855.json delete mode 100644 .changes/next-release/api-change-migrationhubstrategy-15427.json delete mode 100644 .changes/next-release/api-change-opensearchserverless-97224.json diff --git a/.changes/1.29.70.json b/.changes/1.29.70.json new file mode 100644 index 000000000000..1f0104b23186 --- /dev/null +++ b/.changes/1.29.70.json @@ -0,0 +1,37 @@ +[ + { + "category": "``codepipeline``", + "description": "Add ability to trigger pipelines from git tags, define variables at pipeline level and new pipeline type V2.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "This release updates the documentation for InstanceInterruptionBehavior and HibernationOptionsRequest to more accurately describe the behavior of these two parameters when using Spot hibernation.", + "type": "api-change" + }, + { + "category": "``eks``", + "description": "Added support for Cluster Subnet and Security Group mutability.", + "type": "api-change" + }, + { + "category": "``iam``", + "description": "Add the partitional endpoint for IAM in iso-f.", + "type": "api-change" + }, + { + "category": "``migrationhub-config``", + "description": "This release introduces DeleteHomeRegionControl API that customers can use to delete the Migration Hub Home Region configuration", + "type": "api-change" + }, + { + "category": "``migrationhubstrategy``", + "description": "This release introduces multi-data-source feature in Migration Hub Strategy Recommendations. This feature now supports vCenter as a data source to fetch inventory in addition to ADS and Import from file workflow that is currently supported with MHSR collector.", + "type": "api-change" + }, + { + "category": "``opensearchserverless``", + "description": "This release includes the following new APIs: CreateLifecyclePolicy, UpdateLifecyclePolicy, BatchGetLifecyclePolicy, DeleteLifecyclePolicy, ListLifecyclePolicies and BatchGetEffectiveLifecyclePolicy to support the data lifecycle management feature.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codepipeline-96257.json b/.changes/next-release/api-change-codepipeline-96257.json deleted file mode 100644 index fb5d0371b202..000000000000 --- a/.changes/next-release/api-change-codepipeline-96257.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codepipeline``", - "description": "Add ability to trigger pipelines from git tags, define variables at pipeline level and new pipeline type V2." -} diff --git a/.changes/next-release/api-change-ec2-61225.json b/.changes/next-release/api-change-ec2-61225.json deleted file mode 100644 index 8277ab237642..000000000000 --- a/.changes/next-release/api-change-ec2-61225.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "This release updates the documentation for InstanceInterruptionBehavior and HibernationOptionsRequest to more accurately describe the behavior of these two parameters when using Spot hibernation." -} diff --git a/.changes/next-release/api-change-eks-63128.json b/.changes/next-release/api-change-eks-63128.json deleted file mode 100644 index 95ad9de94f9e..000000000000 --- a/.changes/next-release/api-change-eks-63128.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``eks``", - "description": "Added support for Cluster Subnet and Security Group mutability." -} diff --git a/.changes/next-release/api-change-iam-63969.json b/.changes/next-release/api-change-iam-63969.json deleted file mode 100644 index 59ddb76024d8..000000000000 --- a/.changes/next-release/api-change-iam-63969.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iam``", - "description": "Add the partitional endpoint for IAM in iso-f." -} diff --git a/.changes/next-release/api-change-migrationhubconfig-39855.json b/.changes/next-release/api-change-migrationhubconfig-39855.json deleted file mode 100644 index 4d9d91a01c8c..000000000000 --- a/.changes/next-release/api-change-migrationhubconfig-39855.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``migrationhub-config``", - "description": "This release introduces DeleteHomeRegionControl API that customers can use to delete the Migration Hub Home Region configuration" -} diff --git a/.changes/next-release/api-change-migrationhubstrategy-15427.json b/.changes/next-release/api-change-migrationhubstrategy-15427.json deleted file mode 100644 index 60327c05c867..000000000000 --- a/.changes/next-release/api-change-migrationhubstrategy-15427.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``migrationhubstrategy``", - "description": "This release introduces multi-data-source feature in Migration Hub Strategy Recommendations. This feature now supports vCenter as a data source to fetch inventory in addition to ADS and Import from file workflow that is currently supported with MHSR collector." -} diff --git a/.changes/next-release/api-change-opensearchserverless-97224.json b/.changes/next-release/api-change-opensearchserverless-97224.json deleted file mode 100644 index 59258845fa0e..000000000000 --- a/.changes/next-release/api-change-opensearchserverless-97224.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``opensearchserverless``", - "description": "This release includes the following new APIs: CreateLifecyclePolicy, UpdateLifecyclePolicy, BatchGetLifecyclePolicy, DeleteLifecyclePolicy, ListLifecyclePolicies and BatchGetEffectiveLifecyclePolicy to support the data lifecycle management feature." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e552bdcee176..4ab45c402149 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.29.70 +======= + +* api-change:``codepipeline``: Add ability to trigger pipelines from git tags, define variables at pipeline level and new pipeline type V2. +* api-change:``ec2``: This release updates the documentation for InstanceInterruptionBehavior and HibernationOptionsRequest to more accurately describe the behavior of these two parameters when using Spot hibernation. +* api-change:``eks``: Added support for Cluster Subnet and Security Group mutability. +* api-change:``iam``: Add the partitional endpoint for IAM in iso-f. +* api-change:``migrationhub-config``: This release introduces DeleteHomeRegionControl API that customers can use to delete the Migration Hub Home Region configuration +* api-change:``migrationhubstrategy``: This release introduces multi-data-source feature in Migration Hub Strategy Recommendations. This feature now supports vCenter as a data source to fetch inventory in addition to ADS and Import from file workflow that is currently supported with MHSR collector. +* api-change:``opensearchserverless``: This release includes the following new APIs: CreateLifecyclePolicy, UpdateLifecyclePolicy, BatchGetLifecyclePolicy, DeleteLifecyclePolicy, ListLifecyclePolicies and BatchGetEffectiveLifecyclePolicy to support the data lifecycle management feature. + + 1.29.69 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 419af414aaaf..7e045706a544 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.29.69' +__version__ = '1.29.70' # # 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 29af716f7de9..dcbd2a64e9ec 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.69' +release = '1.29.70' # 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 1fdfa7895d76..aece5f2310e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.31.69 + botocore==1.31.70 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 498b04036c94..3ab00f932cc6 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.31.69', + 'botocore==1.31.70', 'docutils>=0.10,<0.17', 's3transfer>=0.7.0,<0.8.0', 'PyYAML>=3.10,<6.1',