From 87b40c48b65a5b551a5be9f5c76b5fc1be5ce607 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 5 Oct 2023 18:11:29 +0000 Subject: [PATCH] Bumping version to 1.29.61 --- .changes/1.29.61.json | 32 +++++++++++++++++++ .../next-release/api-change-omics-65039.json | 5 --- .../next-release/api-change-rds-88437.json | 5 --- .../next-release/api-change-route53-8055.json | 5 --- .../api-change-securityhub-25482.json | 5 --- .../api-change-storagegateway-61824.json | 5 --- .../api-change-workspaces-45217.json | 5 --- CHANGELOG.rst | 11 +++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 47 insertions(+), 34 deletions(-) create mode 100644 .changes/1.29.61.json delete mode 100644 .changes/next-release/api-change-omics-65039.json delete mode 100644 .changes/next-release/api-change-rds-88437.json delete mode 100644 .changes/next-release/api-change-route53-8055.json delete mode 100644 .changes/next-release/api-change-securityhub-25482.json delete mode 100644 .changes/next-release/api-change-storagegateway-61824.json delete mode 100644 .changes/next-release/api-change-workspaces-45217.json diff --git a/.changes/1.29.61.json b/.changes/1.29.61.json new file mode 100644 index 000000000000..cf24a228ecdd --- /dev/null +++ b/.changes/1.29.61.json @@ -0,0 +1,32 @@ +[ + { + "category": "``omics``", + "description": "Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "Updates Amazon RDS documentation for corrections and minor improvements.", + "type": "api-change" + }, + { + "category": "``route53``", + "description": "Add hostedzonetype filter to ListHostedZones API.", + "type": "api-change" + }, + { + "category": "``securityhub``", + "description": "Added new resource detail objects to ASFF, including resources for AwsEventsEventbus, AwsEventsEndpoint, AwsDmsEndpoint, AwsDmsReplicationTask, AwsDmsReplicationInstance, AwsRoute53HostedZone, and AwsMskCluster", + "type": "api-change" + }, + { + "category": "``storagegateway``", + "description": "Add SoftwareVersion to response of DescribeGatewayInformation.", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "This release introduces Manage applications. This feature allows users to manage their WorkSpaces applications by associating or disassociating their WorkSpaces with applications. The DescribeWorkspaces API will now additionally return OperatingSystemName in its responses.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-omics-65039.json b/.changes/next-release/api-change-omics-65039.json deleted file mode 100644 index 4898456edf59..000000000000 --- a/.changes/next-release/api-change-omics-65039.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``omics``", - "description": "Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API" -} diff --git a/.changes/next-release/api-change-rds-88437.json b/.changes/next-release/api-change-rds-88437.json deleted file mode 100644 index bbc632d571d7..000000000000 --- a/.changes/next-release/api-change-rds-88437.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "Updates Amazon RDS documentation for corrections and minor improvements." -} diff --git a/.changes/next-release/api-change-route53-8055.json b/.changes/next-release/api-change-route53-8055.json deleted file mode 100644 index 751b63cd68a6..000000000000 --- a/.changes/next-release/api-change-route53-8055.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``route53``", - "description": "Add hostedzonetype filter to ListHostedZones API." -} diff --git a/.changes/next-release/api-change-securityhub-25482.json b/.changes/next-release/api-change-securityhub-25482.json deleted file mode 100644 index eaebb8006327..000000000000 --- a/.changes/next-release/api-change-securityhub-25482.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``securityhub``", - "description": "Added new resource detail objects to ASFF, including resources for AwsEventsEventbus, AwsEventsEndpoint, AwsDmsEndpoint, AwsDmsReplicationTask, AwsDmsReplicationInstance, AwsRoute53HostedZone, and AwsMskCluster" -} diff --git a/.changes/next-release/api-change-storagegateway-61824.json b/.changes/next-release/api-change-storagegateway-61824.json deleted file mode 100644 index 8d67b7748d50..000000000000 --- a/.changes/next-release/api-change-storagegateway-61824.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``storagegateway``", - "description": "Add SoftwareVersion to response of DescribeGatewayInformation." -} diff --git a/.changes/next-release/api-change-workspaces-45217.json b/.changes/next-release/api-change-workspaces-45217.json deleted file mode 100644 index 36d1136a926e..000000000000 --- a/.changes/next-release/api-change-workspaces-45217.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "This release introduces Manage applications. This feature allows users to manage their WorkSpaces applications by associating or disassociating their WorkSpaces with applications. The DescribeWorkspaces API will now additionally return OperatingSystemName in its responses." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0c24c81342d7..7be4db931c15 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.29.61 +======= + +* api-change:``omics``: Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API +* api-change:``rds``: Updates Amazon RDS documentation for corrections and minor improvements. +* api-change:``route53``: Add hostedzonetype filter to ListHostedZones API. +* api-change:``securityhub``: Added new resource detail objects to ASFF, including resources for AwsEventsEventbus, AwsEventsEndpoint, AwsDmsEndpoint, AwsDmsReplicationTask, AwsDmsReplicationInstance, AwsRoute53HostedZone, and AwsMskCluster +* api-change:``storagegateway``: Add SoftwareVersion to response of DescribeGatewayInformation. +* api-change:``workspaces``: This release introduces Manage applications. This feature allows users to manage their WorkSpaces applications by associating or disassociating their WorkSpaces with applications. The DescribeWorkspaces API will now additionally return OperatingSystemName in its responses. + + 1.29.60 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 8c184cca0650..918dfd93e907 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.29.60' +__version__ = '1.29.61' # # 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 53e8799ef364..3362225c88fe 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.60' +release = '1.29.61' # 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 6f36df73785b..69f7e966a09d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.31.60 + botocore==1.31.61 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 f23c55acc0a2..7e41bc32692c 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.31.60', + 'botocore==1.31.61', 'docutils>=0.10,<0.17', 's3transfer>=0.7.0,<0.8.0', 'PyYAML>=3.10,<6.1',