Skip to content

Commit

Permalink
Bump version to 2.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Feb 3, 2023
1 parent abb9a78 commit dc53215
Show file tree
Hide file tree
Showing 17 changed files with 87 additions and 67 deletions.
67 changes: 67 additions & 0 deletions .changes/2.9.21.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
[
{
"category": "``redshift``",
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK.",
"type": "api-change"
},
{
"category": "``devops-guru``",
"description": "This release adds filter support ListAnomalyForInsight API.",
"type": "api-change"
},
{
"category": "``appconfig``",
"description": "AWS AppConfig introduces KMS customer-managed key (CMK) encryption of configuration data, along with AWS Secrets Manager as a new configuration data source. S3 objects using SSE-KMS encryption and SSM Parameter Store SecureStrings are also now supported.",
"type": "api-change"
},
{
"category": "``keyspaces``",
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK.",
"type": "api-change"
},
{
"category": "``forecast``",
"description": "This release will enable customer select INCREMENTAL as ImportModel in Forecast's CreateDatasetImportJob API. Verified latest SDK containing required attribute, following https://w.amazon.com/bin/view/AWS-Seer/Launch/Trebuchet/",
"type": "api-change"
},
{
"category": "``iam``",
"description": "Documentation updates for AWS Identity and Access Management (IAM).",
"type": "api-change"
},
{
"category": "``sso-admin``",
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK.",
"type": "api-change"
},
{
"category": "``sns``",
"description": "Additional attributes added for set-topic-attributes.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "QuickSight support for Radar Chart and Dashboard Publish Options",
"type": "api-change"
},
{
"category": "``elbv2``",
"description": "Update elbv2 command to latest version",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Documentation updates for EC2.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK.",
"type": "api-change"
},
{
"category": "``mediatailor``",
"description": "The AWS Elemental MediaTailor SDK for Channel Assembly has added support for program updates, and the ability to clip the end of VOD sources in programs.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/apichange-appconfig-42442.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-connect-40077.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-devopsguru-4692.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-ec2-82278.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-elbv2-1063.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-forecast-54035.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-iam-70507.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-keyspaces-86307.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-mediatailor-1427.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-quicksight-50036.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-redshift-42937.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-sns-8252.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-ssoadmin-76777.json

This file was deleted.

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

2.9.21
======

* api-change:``redshift``: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* api-change:``devops-guru``: This release adds filter support ListAnomalyForInsight API.
* api-change:``appconfig``: AWS AppConfig introduces KMS customer-managed key (CMK) encryption of configuration data, along with AWS Secrets Manager as a new configuration data source. S3 objects using SSE-KMS encryption and SSM Parameter Store SecureStrings are also now supported.
* api-change:``keyspaces``: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* api-change:``forecast``: This release will enable customer select INCREMENTAL as ImportModel in Forecast's CreateDatasetImportJob API. Verified latest SDK containing required attribute, following https://w.amazon.com/bin/view/AWS-Seer/Launch/Trebuchet/
* api-change:``iam``: Documentation updates for AWS Identity and Access Management (IAM).
* api-change:``sso-admin``: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* api-change:``sns``: Additional attributes added for set-topic-attributes.
* api-change:``quicksight``: QuickSight support for Radar Chart and Dashboard Publish Options
* api-change:``elbv2``: Update elbv2 command to latest version
* api-change:``ec2``: Documentation updates for EC2.
* api-change:``connect``: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* api-change:``mediatailor``: The AWS Elemental MediaTailor SDK for Channel Assembly has added support for program updates, and the ability to clip the end of VOD sources in programs.


2.9.20
======

Expand Down
2 changes: 1 addition & 1 deletion awscli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import importlib.abc
import sys

__version__ = '2.9.20'
__version__ = '2.9.21'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.9.20'
release = '2.9.21'

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

0 comments on commit dc53215

Please sign in to comment.