Skip to content

Commit 1f6b68f

Browse files
Merge branch 'release-1.27.107' into develop
* release-1.27.107: Bumping version to 1.27.107 Update changelog based on model updates
2 parents ef06c69 + c8f77d7 commit 1f6b68f

File tree

7 files changed

+65
-9
lines changed

7 files changed

+65
-9
lines changed

.changes/1.27.107.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"category": "eks",
4+
"description": "Fix eks kubeconfig validations closes `#6564 <https://github.com/aws/aws-cli/issues/6564>`__, fixes `#4843 <https://github.com/aws/aws-cli/issues/4843>`__, fixes `#5532 <https://github.com/aws/aws-cli/issues/5532>`__",
5+
"type": "bugfix"
6+
},
7+
{
8+
"category": "``apprunner``",
9+
"description": "App Runner adds support for seven new vCPU and memory configurations.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``config``",
14+
"description": "This release adds resourceType enums for types released in March 2023.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ecs``",
19+
"description": "This is a document only updated to add information about Amazon Elastic Inference (EI).",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``identitystore``",
24+
"description": "Documentation updates for Identity Store CLI command reference.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``ivs-realtime``",
29+
"description": "Fix ParticipantToken ExpirationTime format",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``network-firewall``",
34+
"description": "AWS Network Firewall now supports IPv6-only subnets.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``servicecatalog``",
39+
"description": "removed incorrect product type value",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``vpc-lattice``",
44+
"description": "This release removes the entities in the API doc model package for auth policies.",
45+
"type": "api-change"
46+
}
47+
]

.changes/next-release/bugfix-eks-66737.json

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

CHANGELOG.rst

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

5+
1.27.107
6+
========
7+
8+
* bugfix:eks: Fix eks kubeconfig validations closes `#6564 <https://github.com/aws/aws-cli/issues/6564>`__, fixes `#4843 <https://github.com/aws/aws-cli/issues/4843>`__, fixes `#5532 <https://github.com/aws/aws-cli/issues/5532>`__
9+
* api-change:``apprunner``: App Runner adds support for seven new vCPU and memory configurations.
10+
* api-change:``config``: This release adds resourceType enums for types released in March 2023.
11+
* api-change:``ecs``: This is a document only updated to add information about Amazon Elastic Inference (EI).
12+
* api-change:``identitystore``: Documentation updates for Identity Store CLI command reference.
13+
* api-change:``ivs-realtime``: Fix ParticipantToken ExpirationTime format
14+
* api-change:``network-firewall``: AWS Network Firewall now supports IPv6-only subnets.
15+
* api-change:``servicecatalog``: removed incorrect product type value
16+
* api-change:``vpc-lattice``: This release removes the entities in the API doc model package for auth policies.
17+
18+
519
1.27.106
620
========
721

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.106'
20+
__version__ = '1.27.107'
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.106'
55+
release = '1.27.107'
5656

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore==1.29.106
6+
botocore==1.29.107
77
docutils>=0.10,<0.17
88
s3transfer>=0.6.0,<0.7.0
99
PyYAML>=3.10,<5.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def find_version(*file_paths):
2424

2525

2626
install_requires = [
27-
'botocore==1.29.106',
27+
'botocore==1.29.107',
2828
'docutils>=0.10,<0.17',
2929
's3transfer>=0.6.0,<0.7.0',
3030
'PyYAML>=3.10,<5.5',

0 commit comments

Comments
 (0)