Skip to content

Commit

Permalink
Merge branch 'release-1.12.146' into develop
Browse files Browse the repository at this point in the history
* release-1.12.146:
  Bumping version to 1.12.146
  Update to latest endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed May 10, 2019
2 parents b099cc6 + 578692d commit 75ff65b
Show file tree
Hide file tree
Showing 7 changed files with 178 additions and 83 deletions.
12 changes: 12 additions & 0 deletions .changes/1.12.146.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"category": "``glue``",
"description": "Update glue client to latest version",
"type": "api-change"
},
{
"category": "``sts``",
"description": "Update sts client to latest version",
"type": "api-change"
}
]
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

1.12.146
========

* api-change:``glue``: Update glue client to latest version
* api-change:``sts``: Update sts client to latest version


1.12.145
========

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 re
import logging

__version__ = '1.12.145'
__version__ = '1.12.146'


class NullHandler(logging.Handler):
Expand Down
16 changes: 16 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@
}
},
"endpoints" : {
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
Expand Down Expand Up @@ -1452,6 +1453,7 @@
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down Expand Up @@ -1572,8 +1574,13 @@
},
"kinesisanalytics" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
Expand Down Expand Up @@ -3498,6 +3505,15 @@
"us-gov-west-1" : { }
}
},
"acm-pca" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
"api.ecr" : {
"endpoints" : {
"us-gov-east-1" : {
Expand Down
162 changes: 96 additions & 66 deletions botocore/data/glue/2017-03-31/service-2.json

Large diffs are not rendered by default.

60 changes: 45 additions & 15 deletions botocore/data/sts/2011-06-15/service-2.json

Large diffs are not rendered by default.

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.12.1'
# The full version, including alpha/beta/rc tags.
release = '1.12.145'
release = '1.12.146'

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

0 comments on commit 75ff65b

Please sign in to comment.