Skip to content

Commit 9d833df

Browse files
Bumping version to 1.27.26
1 parent 112d557 commit 9d833df

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changes/1.27.26.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"category": "``backup``",
4+
"description": "This release adds support for authentication using IAM user identity instead of passed IAM role, identified by excluding the IamRoleArn field in the StartRestoreJob API. This feature applies to only resource clients with a destructive restore nature (e.g. SAP HANA).",
5+
"type": "api-change"
6+
}
7+
]

.changes/next-release/api-change-backup-82893.json

-5
This file was deleted.

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
CHANGELOG
33
=========
44

5+
1.27.26
6+
=======
7+
8+
* api-change:``backup``: This release adds support for authentication using IAM user identity instead of passed IAM role, identified by excluding the IamRoleArn field in the StartRestoreJob API. This feature applies to only resource clients with a destructive restore nature (e.g. SAP HANA).
9+
10+
511
1.27.25
612
=======
713

botocore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import re
1818

19-
__version__ = '1.27.25'
19+
__version__ = '1.27.26'
2020

2121

2222
class NullHandler(logging.Handler):

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# The short X.Y version.
5555
version = '1.27.'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '1.27.25'
57+
release = '1.27.26'
5858

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

0 commit comments

Comments
 (0)