From 19b82ce3be4a0bb29882a7e9d1209bd2d1890ece Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 15 Jun 2022 19:30:55 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-finspacedata-45394.json | 5 +++++ .changes/next-release/api-change-guardduty-81981.json | 5 +++++ .../api-change-servicecatalogappregistry-51819.json | 5 +++++ .changes/next-release/api-change-workspaces-66590.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-finspacedata-45394.json create mode 100644 .changes/next-release/api-change-guardduty-81981.json create mode 100644 .changes/next-release/api-change-servicecatalogappregistry-51819.json create mode 100644 .changes/next-release/api-change-workspaces-66590.json diff --git a/.changes/next-release/api-change-finspacedata-45394.json b/.changes/next-release/api-change-finspacedata-45394.json new file mode 100644 index 000000000000..00c5ed91f673 --- /dev/null +++ b/.changes/next-release/api-change-finspacedata-45394.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``finspace-data``", + "description": "This release adds a new set of APIs, GetPermissionGroup, DisassociateUserFromPermissionGroup, AssociateUserToPermissionGroup, ListPermissionGroupsByUser, ListUsersByPermissionGroup." +} diff --git a/.changes/next-release/api-change-guardduty-81981.json b/.changes/next-release/api-change-guardduty-81981.json new file mode 100644 index 000000000000..b5be343e8fd5 --- /dev/null +++ b/.changes/next-release/api-change-guardduty-81981.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``guardduty``", + "description": "Adds finding fields available from GuardDuty Console. Adds FreeTrial related operations. Deprecates the use of various APIs related to Master Accounts and Replace them with Administrator Accounts." +} diff --git a/.changes/next-release/api-change-servicecatalogappregistry-51819.json b/.changes/next-release/api-change-servicecatalogappregistry-51819.json new file mode 100644 index 000000000000..f566df7ac588 --- /dev/null +++ b/.changes/next-release/api-change-servicecatalogappregistry-51819.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``servicecatalog-appregistry``", + "description": "This release adds a new API ListAttributeGroupsForApplication that returns associated attribute groups of an application. In addition, the UpdateApplication and UpdateAttributeGroup APIs will not allow users to update the 'Name' attribute." +} diff --git a/.changes/next-release/api-change-workspaces-66590.json b/.changes/next-release/api-change-workspaces-66590.json new file mode 100644 index 000000000000..40eb6ab6de42 --- /dev/null +++ b/.changes/next-release/api-change-workspaces-66590.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``workspaces``", + "description": "Added new field \"reason\" to OperationNotSupportedException. Receiving this exception in the DeregisterWorkspaceDirectory API will now return a reason giving more context on the failure." +} From b0ff60a308285a5f37bccd3842fa5285b83f8f57 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 15 Jun 2022 19:30:55 +0000 Subject: [PATCH 2/2] Bumping version to 1.25.10 --- .changes/1.25.10.json | 22 +++++++++++++++++++ .../api-change-finspacedata-45394.json | 5 ----- .../api-change-guardduty-81981.json | 5 ----- ...hange-servicecatalogappregistry-51819.json | 5 ----- .../api-change-workspaces-66590.json | 5 ----- CHANGELOG.rst | 9 ++++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 4 ++-- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 36 insertions(+), 25 deletions(-) create mode 100644 .changes/1.25.10.json delete mode 100644 .changes/next-release/api-change-finspacedata-45394.json delete mode 100644 .changes/next-release/api-change-guardduty-81981.json delete mode 100644 .changes/next-release/api-change-servicecatalogappregistry-51819.json delete mode 100644 .changes/next-release/api-change-workspaces-66590.json diff --git a/.changes/1.25.10.json b/.changes/1.25.10.json new file mode 100644 index 000000000000..d047f298e4e5 --- /dev/null +++ b/.changes/1.25.10.json @@ -0,0 +1,22 @@ +[ + { + "category": "``finspace-data``", + "description": "This release adds a new set of APIs, GetPermissionGroup, DisassociateUserFromPermissionGroup, AssociateUserToPermissionGroup, ListPermissionGroupsByUser, ListUsersByPermissionGroup.", + "type": "api-change" + }, + { + "category": "``guardduty``", + "description": "Adds finding fields available from GuardDuty Console. Adds FreeTrial related operations. Deprecates the use of various APIs related to Master Accounts and Replace them with Administrator Accounts.", + "type": "api-change" + }, + { + "category": "``servicecatalog-appregistry``", + "description": "This release adds a new API ListAttributeGroupsForApplication that returns associated attribute groups of an application. In addition, the UpdateApplication and UpdateAttributeGroup APIs will not allow users to update the 'Name' attribute.", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "Added new field \"reason\" to OperationNotSupportedException. Receiving this exception in the DeregisterWorkspaceDirectory API will now return a reason giving more context on the failure.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-finspacedata-45394.json b/.changes/next-release/api-change-finspacedata-45394.json deleted file mode 100644 index 00c5ed91f673..000000000000 --- a/.changes/next-release/api-change-finspacedata-45394.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``finspace-data``", - "description": "This release adds a new set of APIs, GetPermissionGroup, DisassociateUserFromPermissionGroup, AssociateUserToPermissionGroup, ListPermissionGroupsByUser, ListUsersByPermissionGroup." -} diff --git a/.changes/next-release/api-change-guardduty-81981.json b/.changes/next-release/api-change-guardduty-81981.json deleted file mode 100644 index b5be343e8fd5..000000000000 --- a/.changes/next-release/api-change-guardduty-81981.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``guardduty``", - "description": "Adds finding fields available from GuardDuty Console. Adds FreeTrial related operations. Deprecates the use of various APIs related to Master Accounts and Replace them with Administrator Accounts." -} diff --git a/.changes/next-release/api-change-servicecatalogappregistry-51819.json b/.changes/next-release/api-change-servicecatalogappregistry-51819.json deleted file mode 100644 index f566df7ac588..000000000000 --- a/.changes/next-release/api-change-servicecatalogappregistry-51819.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``servicecatalog-appregistry``", - "description": "This release adds a new API ListAttributeGroupsForApplication that returns associated attribute groups of an application. In addition, the UpdateApplication and UpdateAttributeGroup APIs will not allow users to update the 'Name' attribute." -} diff --git a/.changes/next-release/api-change-workspaces-66590.json b/.changes/next-release/api-change-workspaces-66590.json deleted file mode 100644 index 40eb6ab6de42..000000000000 --- a/.changes/next-release/api-change-workspaces-66590.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "Added new field \"reason\" to OperationNotSupportedException. Receiving this exception in the DeregisterWorkspaceDirectory API will now return a reason giving more context on the failure." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e3b025fd3114..6eed04e26fe2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.25.10 +======= + +* api-change:``finspace-data``: This release adds a new set of APIs, GetPermissionGroup, DisassociateUserFromPermissionGroup, AssociateUserToPermissionGroup, ListPermissionGroupsByUser, ListUsersByPermissionGroup. +* api-change:``guardduty``: Adds finding fields available from GuardDuty Console. Adds FreeTrial related operations. Deprecates the use of various APIs related to Master Accounts and Replace them with Administrator Accounts. +* api-change:``servicecatalog-appregistry``: This release adds a new API ListAttributeGroupsForApplication that returns associated attribute groups of an application. In addition, the UpdateApplication and UpdateAttributeGroup APIs will not allow users to update the 'Name' attribute. +* api-change:``workspaces``: Added new field "reason" to OperationNotSupportedException. Receiving this exception in the DeregisterWorkspaceDirectory API will now return a reason giving more context on the failure. + + 1.25.9 ====== diff --git a/awscli/__init__.py b/awscli/__init__.py index b41626cbc232..c8df5d3f2d0f 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.25.9' +__version__ = '1.25.10' # # 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 5140ba3baa4e..5b8209b12155 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -50,9 +50,9 @@ # built documents. # # The short X.Y version. -version = '1.25' +version = '1.25.' # The full version, including alpha/beta/rc tags. -release = '1.25.9' +release = '1.25.10' # 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 e2acf25575fc..8d69c08cd234 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.27.9 + botocore==1.27.10 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 08c459aa962b..34743233953f 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.27.9', + 'botocore==1.27.10', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5',