Skip to content

Commit

Permalink
Merge branch 'release-1.22.12'
Browse files Browse the repository at this point in the history
* release-1.22.12:
  Bumping version to 1.22.12
  Add changelog entries from botocore
  Update pre-commit versions (#3262)
  • Loading branch information
aws-sdk-python-automation committed May 11, 2022
2 parents ec890ba + fe83836 commit f4de299
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 7 deletions.
12 changes: 12 additions & 0 deletions .changes/1.22.12.json
@@ -0,0 +1,12 @@
[
{
"category": "``secretsmanager``",
"description": "[``botocore``] Doc only update for Secrets Manager that fixes several customer-reported issues.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] This release updates AWS PrivateLink APIs to support IPv6 for PrivateLink Services and Endpoints of type 'Interface'.",
"type": "api-change"
}
]
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
@@ -1,26 +1,26 @@
exclude: ^(.github|.changes|docs/|boto3/compat.py|boto3/data|CHANGELOG.rst)
repos:
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
rev: v2.3.0
rev: v4.2.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: 'https://github.com/asottile/pyupgrade'
rev: v2.29.0
rev: v2.32.1
hooks:
- id: pyupgrade
args:
- '--py36-plus'
- repo: 'https://github.com/PyCQA/isort'
rev: 5.9.3
rev: 5.10.1
hooks:
- id: isort
- repo: 'https://github.com/psf/black'
rev: 22.3.0
hooks:
- id: black
- repo: 'https://github.com/pycqa/flake8'
rev: 3.9.2
rev: 4.0.1
hooks:
- id: flake8
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

1.22.12
=======

* api-change:``secretsmanager``: [``botocore``] Doc only update for Secrets Manager that fixes several customer-reported issues.
* api-change:``ec2``: [``botocore``] This release updates AWS PrivateLink APIs to support IPv6 for PrivateLink Services and Endpoints of type 'Interface'.


1.22.11
=======

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

__author__ = 'Amazon Web Services'
__version__ = '1.22.11'
__version__ = '1.22.12'


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

[metadata]
requires_dist =
botocore>=1.25.11,<1.26.0
botocore>=1.25.12,<1.26.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.5.0,<0.6.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.25.11,<1.26.0',
'botocore>=1.25.12,<1.26.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.5.0,<0.6.0',
]
Expand Down

0 comments on commit f4de299

Please sign in to comment.