Skip to content

Commit c3073e5

Browse files
Bumping version to 1.27.105
1 parent e524064 commit c3073e5

12 files changed

+47
-34
lines changed

.changes/1.27.105.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``glue``",
4+
"description": "Add support for database-level federation",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``lakeformation``",
9+
"description": "Add support for database-level federation",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``license-manager``",
14+
"description": "This release adds grant override options to the CreateGrantVersion API. These options can be used to specify grant replacement behavior during grant activation.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``mwaa``",
19+
"description": "This Amazon MWAA release adds the ability to customize the Apache Airflow environment by launching a shell script at startup. This shell script is hosted in your environment's Amazon S3 bucket. Amazon MWAA runs the script before installing requirements and initializing the Apache Airflow process.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``servicecatalog``",
24+
"description": "This release introduces Service Catalog support for Terraform open source. It enables 1. The notify* APIs to Service Catalog. These APIs are used by the terraform engine to notify the result of the provisioning engine execution. 2. Adds a new TERRAFORM_OPEN_SOURCE product type in CreateProduct API.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``wafv2``",
29+
"description": "For web ACLs that protect CloudFront protections, the default request body inspection size is now 16 KB, and you can use the new association configuration to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs.",
30+
"type": "api-change"
31+
}
32+
]

.changes/next-release/api-change-glue-31519.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-lakeformation-91373.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-licensemanager-63014.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-mwaa-60170.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-servicecatalog-16404.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-wafv2-38385.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
CHANGELOG
33
=========
44

5+
1.27.105
6+
========
7+
8+
* api-change:``glue``: Add support for database-level federation
9+
* api-change:``lakeformation``: Add support for database-level federation
10+
* api-change:``license-manager``: This release adds grant override options to the CreateGrantVersion API. These options can be used to specify grant replacement behavior during grant activation.
11+
* api-change:``mwaa``: This Amazon MWAA release adds the ability to customize the Apache Airflow environment by launching a shell script at startup. This shell script is hosted in your environment's Amazon S3 bucket. Amazon MWAA runs the script before installing requirements and initializing the Apache Airflow process.
12+
* api-change:``servicecatalog``: This release introduces Service Catalog support for Terraform open source. It enables 1. The notify* APIs to Service Catalog. These APIs are used by the terraform engine to notify the result of the provisioning engine execution. 2. Adds a new TERRAFORM_OPEN_SOURCE product type in CreateProduct API.
13+
* api-change:``wafv2``: For web ACLs that protect CloudFront protections, the default request body inspection size is now 16 KB, and you can use the new association configuration to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs.
14+
15+
516
1.27.104
617
========
718

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""
1818
import os
1919

20-
__version__ = '1.27.104'
20+
__version__ = '1.27.105'
2121

2222
#
2323
# Get our data path to be added to botocore's search path

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.27.1'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.27.104'
55+
release = '1.27.105'
5656

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

0 commit comments

Comments
 (0)