From 760dc4d492e6bf3ff2865749b15cdb4fe7f1d3db Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 5 Oct 2023 18:11:29 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-omics-37678.json | 5 +++++ .changes/next-release/api-change-rds-48711.json | 5 +++++ .changes/next-release/api-change-route53-42477.json | 5 +++++ .changes/next-release/api-change-securityhub-34909.json | 5 +++++ .changes/next-release/api-change-storagegateway-70991.json | 5 +++++ .changes/next-release/api-change-workspaces-18256.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-omics-37678.json create mode 100644 .changes/next-release/api-change-rds-48711.json create mode 100644 .changes/next-release/api-change-route53-42477.json create mode 100644 .changes/next-release/api-change-securityhub-34909.json create mode 100644 .changes/next-release/api-change-storagegateway-70991.json create mode 100644 .changes/next-release/api-change-workspaces-18256.json diff --git a/.changes/next-release/api-change-omics-37678.json b/.changes/next-release/api-change-omics-37678.json new file mode 100644 index 0000000000..0f21bcc41a --- /dev/null +++ b/.changes/next-release/api-change-omics-37678.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``omics``", + "description": "[``botocore``] Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API" +} diff --git a/.changes/next-release/api-change-rds-48711.json b/.changes/next-release/api-change-rds-48711.json new file mode 100644 index 0000000000..378099afd3 --- /dev/null +++ b/.changes/next-release/api-change-rds-48711.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "[``botocore``] Updates Amazon RDS documentation for corrections and minor improvements." +} diff --git a/.changes/next-release/api-change-route53-42477.json b/.changes/next-release/api-change-route53-42477.json new file mode 100644 index 0000000000..7dfc23dd66 --- /dev/null +++ b/.changes/next-release/api-change-route53-42477.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``route53``", + "description": "[``botocore``] Add hostedzonetype filter to ListHostedZones API." +} diff --git a/.changes/next-release/api-change-securityhub-34909.json b/.changes/next-release/api-change-securityhub-34909.json new file mode 100644 index 0000000000..d217e9abbf --- /dev/null +++ b/.changes/next-release/api-change-securityhub-34909.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``securityhub``", + "description": "[``botocore``] 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-70991.json b/.changes/next-release/api-change-storagegateway-70991.json new file mode 100644 index 0000000000..cd5b111a99 --- /dev/null +++ b/.changes/next-release/api-change-storagegateway-70991.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``storagegateway``", + "description": "[``botocore``] Add SoftwareVersion to response of DescribeGatewayInformation." +} diff --git a/.changes/next-release/api-change-workspaces-18256.json b/.changes/next-release/api-change-workspaces-18256.json new file mode 100644 index 0000000000..f3ecb73653 --- /dev/null +++ b/.changes/next-release/api-change-workspaces-18256.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``workspaces``", + "description": "[``botocore``] 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." +} From a9c968880f49817b5fbfadcf8eac64b35659133f Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 5 Oct 2023 18:11:49 +0000 Subject: [PATCH 2/2] Bumping version to 1.28.61 --- .changes/1.28.61.json | 32 +++++++++++++++++++ .../next-release/api-change-omics-37678.json | 5 --- .../next-release/api-change-rds-48711.json | 5 --- .../api-change-route53-42477.json | 5 --- .../api-change-securityhub-34909.json | 5 --- .../api-change-storagegateway-70991.json | 5 --- .../api-change-workspaces-18256.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.28.61.json delete mode 100644 .changes/next-release/api-change-omics-37678.json delete mode 100644 .changes/next-release/api-change-rds-48711.json delete mode 100644 .changes/next-release/api-change-route53-42477.json delete mode 100644 .changes/next-release/api-change-securityhub-34909.json delete mode 100644 .changes/next-release/api-change-storagegateway-70991.json delete mode 100644 .changes/next-release/api-change-workspaces-18256.json diff --git a/.changes/1.28.61.json b/.changes/1.28.61.json new file mode 100644 index 0000000000..9910122406 --- /dev/null +++ b/.changes/1.28.61.json @@ -0,0 +1,32 @@ +[ + { + "category": "``omics``", + "description": "[``botocore``] Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] Updates Amazon RDS documentation for corrections and minor improvements.", + "type": "api-change" + }, + { + "category": "``route53``", + "description": "[``botocore``] Add hostedzonetype filter to ListHostedZones API.", + "type": "api-change" + }, + { + "category": "``securityhub``", + "description": "[``botocore``] Added new resource detail objects to ASFF, including resources for AwsEventsEventbus, AwsEventsEndpoint, AwsDmsEndpoint, AwsDmsReplicationTask, AwsDmsReplicationInstance, AwsRoute53HostedZone, and AwsMskCluster", + "type": "api-change" + }, + { + "category": "``storagegateway``", + "description": "[``botocore``] Add SoftwareVersion to response of DescribeGatewayInformation.", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "[``botocore``] 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-37678.json b/.changes/next-release/api-change-omics-37678.json deleted file mode 100644 index 0f21bcc41a..0000000000 --- a/.changes/next-release/api-change-omics-37678.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``omics``", - "description": "[``botocore``] Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API" -} diff --git a/.changes/next-release/api-change-rds-48711.json b/.changes/next-release/api-change-rds-48711.json deleted file mode 100644 index 378099afd3..0000000000 --- a/.changes/next-release/api-change-rds-48711.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] Updates Amazon RDS documentation for corrections and minor improvements." -} diff --git a/.changes/next-release/api-change-route53-42477.json b/.changes/next-release/api-change-route53-42477.json deleted file mode 100644 index 7dfc23dd66..0000000000 --- a/.changes/next-release/api-change-route53-42477.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``route53``", - "description": "[``botocore``] Add hostedzonetype filter to ListHostedZones API." -} diff --git a/.changes/next-release/api-change-securityhub-34909.json b/.changes/next-release/api-change-securityhub-34909.json deleted file mode 100644 index d217e9abbf..0000000000 --- a/.changes/next-release/api-change-securityhub-34909.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``securityhub``", - "description": "[``botocore``] 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-70991.json b/.changes/next-release/api-change-storagegateway-70991.json deleted file mode 100644 index cd5b111a99..0000000000 --- a/.changes/next-release/api-change-storagegateway-70991.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``storagegateway``", - "description": "[``botocore``] Add SoftwareVersion to response of DescribeGatewayInformation." -} diff --git a/.changes/next-release/api-change-workspaces-18256.json b/.changes/next-release/api-change-workspaces-18256.json deleted file mode 100644 index f3ecb73653..0000000000 --- a/.changes/next-release/api-change-workspaces-18256.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "[``botocore``] 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 0a5bfe0cd2..780a03c138 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.28.61 +======= + +* api-change:``omics``: [``botocore``] Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API +* api-change:``rds``: [``botocore``] Updates Amazon RDS documentation for corrections and minor improvements. +* api-change:``route53``: [``botocore``] Add hostedzonetype filter to ListHostedZones API. +* api-change:``securityhub``: [``botocore``] Added new resource detail objects to ASFF, including resources for AwsEventsEventbus, AwsEventsEndpoint, AwsDmsEndpoint, AwsDmsReplicationTask, AwsDmsReplicationInstance, AwsRoute53HostedZone, and AwsMskCluster +* api-change:``storagegateway``: [``botocore``] Add SoftwareVersion to response of DescribeGatewayInformation. +* api-change:``workspaces``: [``botocore``] 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.28.60 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index b948c0ca6f..ddb8ad31ca 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.28.60' +__version__ = '1.28.61' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index e6ffc8f595..a4dfebdb3e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.31.60,<1.32.0 + botocore>=1.31.61,<1.32.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.7.0,<0.8.0 diff --git a/setup.py b/setup.py index 36cef2594f..f74eeef796 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.31.60,<1.32.0', + 'botocore>=1.31.61,<1.32.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.7.0,<0.8.0', ]