Skip to content

Commit

Permalink
Bumping version to 1.24.68
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 7, 2022
1 parent 27e9f94 commit 1bf3a4f
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 43 deletions.
42 changes: 42 additions & 0 deletions .changes/1.24.68.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``dataexchange``",
"description": "[``botocore``] Documentation updates for AWS Data Exchange.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] Documentation updates for Amazon EC2.",
"type": "api-change"
},
{
"category": "``eks``",
"description": "[``botocore``] Adds support for EKS Addons ResolveConflicts \"preserve\" flag. Also adds new update failed status for EKS Addons.",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "[``botocore``] Documentation update for Amazon FSx.",
"type": "api-change"
},
{
"category": "``inspector2``",
"description": "[``botocore``] This release adds new fields like fixAvailable, fixedInVersion and remediation to the finding model. The requirement to have vulnerablePackages in the finding model has also been removed. The documentation has been updated to reflect these changes.",
"type": "api-change"
},
{
"category": "``iotsitewise``",
"description": "[``botocore``] Allow specifying units in Asset Properties",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] SageMaker Hosting now allows customization on ML instance storage volume size, model data download timeout and inference container startup ping health check timeout for each ProductionVariant in CreateEndpointConfig API.",
"type": "api-change"
},
{
"category": "``sns``",
"description": "[``botocore``] Amazon SNS introduces the Data Protection Policy APIs, which enable customers to attach a data protection policy to an SNS topic. This allows topic owners to enable the new message data protection feature to audit and block sensitive data that is exchanged through their topics.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dataexchange-10414.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-46901.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-eks-60382.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-fsx-83876.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-inspector2-83065.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotsitewise-52091.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-2032.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sns-30184.json

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.24.68
=======

* api-change:``dataexchange``: [``botocore``] Documentation updates for AWS Data Exchange.
* api-change:``ec2``: [``botocore``] Documentation updates for Amazon EC2.
* api-change:``eks``: [``botocore``] Adds support for EKS Addons ResolveConflicts "preserve" flag. Also adds new update failed status for EKS Addons.
* api-change:``fsx``: [``botocore``] Documentation update for Amazon FSx.
* api-change:``inspector2``: [``botocore``] This release adds new fields like fixAvailable, fixedInVersion and remediation to the finding model. The requirement to have vulnerablePackages in the finding model has also been removed. The documentation has been updated to reflect these changes.
* api-change:``iotsitewise``: [``botocore``] Allow specifying units in Asset Properties
* api-change:``sagemaker``: [``botocore``] SageMaker Hosting now allows customization on ML instance storage volume size, model data download timeout and inference container startup ping health check timeout for each ProductionVariant in CreateEndpointConfig API.
* api-change:``sns``: [``botocore``] Amazon SNS introduces the Data Protection Policy APIs, which enable customers to attach a data protection policy to an SNS topic. This allows topic owners to enable the new message data protection feature to audit and block sensitive data that is exchanged through their topics.


1.24.67
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.24.67'
__version__ = '1.24.68'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.27.67,<1.28.0
botocore>=1.27.68,<1.28.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.6.0,<0.7.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.27.67,<1.28.0',
'botocore>=1.27.68,<1.28.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit 1bf3a4f

Please sign in to comment.