Skip to content

Commit 729f5d2

Browse files
Merge branch 'release-1.25.61'
* release-1.25.61: Bumping version to 1.25.61 Update changelog based on model updates
2 parents 69640a1 + 8b8bd80 commit 729f5d2

6 files changed

Lines changed: 47 additions & 4 deletions

File tree

.changes/1.25.61.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``elbv2``",
4+
"description": "Update elbv2 command to latest version",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``gamelift``",
9+
"description": "This release adds support for eight EC2 local zones as fleet locations; Atlanta, Chicago, Dallas, Denver, Houston, Kansas City (us-east-1-mci-1a), Los Angeles, and Phoenix. It also adds support for C5d, C6a, C6i, and R5d EC2 instance families.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``iotwireless``",
14+
"description": "This release includes a new feature for the customers to enable the LoRa gateways to send out beacons for Class B devices and an option to select one or more gateways for Class C devices when sending the LoRaWAN downlink messages.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ivschat``",
19+
"description": "Documentation change for IVS Chat API Reference. Doc-only update to add a paragraph on ARNs to the Welcome section.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``panorama``",
24+
"description": "Support sorting and filtering in ListDevices API, and add more fields to device listings and single device detail",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``sso-oidc``",
29+
"description": "Updated required request parameters on IAM Identity Center's OIDC CreateToken action.",
30+
"type": "api-change"
31+
}
32+
]

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.25.61
6+
=======
7+
8+
* api-change:``elbv2``: Update elbv2 command to latest version
9+
* api-change:``gamelift``: This release adds support for eight EC2 local zones as fleet locations; Atlanta, Chicago, Dallas, Denver, Houston, Kansas City (us-east-1-mci-1a), Los Angeles, and Phoenix. It also adds support for C5d, C6a, C6i, and R5d EC2 instance families.
10+
* api-change:``iotwireless``: This release includes a new feature for the customers to enable the LoRa gateways to send out beacons for Class B devices and an option to select one or more gateways for Class C devices when sending the LoRaWAN downlink messages.
11+
* api-change:``ivschat``: Documentation change for IVS Chat API Reference. Doc-only update to add a paragraph on ARNs to the Welcome section.
12+
* api-change:``panorama``: Support sorting and filtering in ListDevices API, and add more fields to device listings and single device detail
13+
* api-change:``sso-oidc``: Updated required request parameters on IAM Identity Center's OIDC CreateToken action.
14+
15+
516
1.25.60
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.25.60'
20+
__version__ = '1.25.61'
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.25.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.25.60'
55+
release = '1.25.61'
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.27.59
6+
botocore==1.27.60
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.27.59',
27+
'botocore==1.27.60',
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)