Skip to content

Commit

Permalink
Bumping version to 1.27.84
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 30, 2022
1 parent 036e159 commit 6b2afe2
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 32 deletions.
32 changes: 32 additions & 0 deletions .changes/1.27.84.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``codedeploy``",
"description": "This release allows you to override the alarm configurations when creating a deployment.",
"type": "api-change"
},
{
"category": "``devops-guru``",
"description": "This release adds filter feature on AddNotificationChannel API, enable customer to configure the SNS notification messages by Severity or MessageTypes",
"type": "api-change"
},
{
"category": "``dlm``",
"description": "This release adds support for archival of single-volume snapshots created by Amazon Data Lifecycle Manager policies",
"type": "api-change"
},
{
"category": "``sagemaker-runtime``",
"description": "Update sagemaker-runtime client to latest version",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "A new parameter called ExplainerConfig is added to CreateEndpointConfig API to enable SageMaker Clarify online explainability feature.",
"type": "api-change"
},
{
"category": "``sso-oidc``",
"description": "Documentation updates for the IAM Identity Center OIDC CLI Reference.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codedeploy-96880.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-devopsguru-16387.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dlm-72362.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemakerruntime-30650.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ssooidc-68782.json

This file was deleted.

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

1.27.84
=======

* api-change:``codedeploy``: This release allows you to override the alarm configurations when creating a deployment.
* api-change:``devops-guru``: This release adds filter feature on AddNotificationChannel API, enable customer to configure the SNS notification messages by Severity or MessageTypes
* api-change:``dlm``: This release adds support for archival of single-volume snapshots created by Amazon Data Lifecycle Manager policies
* api-change:``sagemaker-runtime``: Update sagemaker-runtime client to latest version
* api-change:``sagemaker``: A new parameter called ExplainerConfig is added to CreateEndpointConfig API to enable SageMaker Clarify online explainability feature.
* api-change:``sso-oidc``: Documentation updates for the IAM Identity Center OIDC CLI Reference.


1.27.83
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.27.83'
__version__ = '1.27.84'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.27.'
# The full version, including alpha/beta/rc tags.
release = '1.27.83'
release = '1.27.84'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 6b2afe2

Please sign in to comment.