Skip to content

Commit

Permalink
Merge branch 'release-1.22.76' into develop
Browse files Browse the repository at this point in the history
* release-1.22.76:
  Bumping version to 1.22.76
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Mar 16, 2022
2 parents fac8165 + d2fff99 commit 3e2c1bd
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 4 deletions.
27 changes: 27 additions & 0 deletions .changes/1.22.76.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``billingconductor``",
"description": "This is the initial SDK release for AWS Billing Conductor. The AWS Billing Conductor is a customizable billing service, allowing you to customize your billing data to match your desired business structure.",
"type": "api-change"
},
{
"category": "``acm-pca``",
"description": "AWS Certificate Manager (ACM) Private Certificate Authority (CA) now supports customizable certificate subject names and extensions.",
"type": "api-change"
},
{
"category": "``amplifybackend``",
"description": "Adding the ability to customize Cognito verification messages for email and SMS in CreateBackendAuth and UpdateBackendAuth. Adding deprecation documentation for ForgotPassword in CreateBackendAuth and UpdateBackendAuth",
"type": "api-change"
},
{
"category": "``ssm-incidents``",
"description": "Removed incorrect validation pattern for IncidentRecordSource.invokedBy",
"type": "api-change"
},
{
"category": "``s3outposts``",
"description": "S3 on Outposts is releasing a new API, ListSharedEndpoints, that lists all endpoints associated with S3 on Outpost, that has been shared by Resource Access Manager (RAM).",
"type": "api-change"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.22.76
=======

* api-change:``billingconductor``: This is the initial SDK release for AWS Billing Conductor. The AWS Billing Conductor is a customizable billing service, allowing you to customize your billing data to match your desired business structure.
* api-change:``acm-pca``: AWS Certificate Manager (ACM) Private Certificate Authority (CA) now supports customizable certificate subject names and extensions.
* api-change:``amplifybackend``: Adding the ability to customize Cognito verification messages for email and SMS in CreateBackendAuth and UpdateBackendAuth. Adding deprecation documentation for ForgotPassword in CreateBackendAuth and UpdateBackendAuth
* api-change:``ssm-incidents``: Removed incorrect validation pattern for IncidentRecordSource.invokedBy
* api-change:``s3outposts``: S3 on Outposts is releasing a new API, ListSharedEndpoints, that lists all endpoints associated with S3 on Outpost, that has been shared by Resource Access Manager (RAM).


1.22.75
=======

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

__version__ = '1.22.75'
__version__ = '1.22.76'

#
# 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 @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.22.'
# The full version, including alpha/beta/rc tags.
release = '1.22.75'
release = '1.22.76'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.24.20
botocore==1.24.21
docutils>=0.10,<0.16
s3transfer>=0.5.0,<0.6.0
PyYAML>=3.10,<5.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.24.20',
'botocore==1.24.21',
'docutils>=0.10,<0.16',
's3transfer>=0.5.0,<0.6.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit 3e2c1bd

Please sign in to comment.