Skip to content

Commit 7f08a67

Browse files
committed
Merge branch 'v2' of https://github.com/aws/aws-cli into v2
2 parents 20bbd9b + 3d2e09f commit 7f08a67

32 files changed

Lines changed: 936 additions & 300 deletions

.changes/2.31.14.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"category": "``observabilityadmin``",
4+
"description": "CloudWatch Observability Admin adds the ability to enable Resource tags for telemetry in a customer account. The release introduces new APIs to enable, disable and describe the status of Resource tags for telemetry feature. This new capability simplifies monitoring AWS resources using tags.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bedrock-agentcore-control``",
9+
"description": "Updated http status code in control plane apis of agentcore runtime, tools and identity. Additional included provider types for AgentCore Identity",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ec2``",
14+
"description": "Release Amazon EC2 c8i, c8i-flex, m8a, and r8gb",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``bedrock-agentcore``",
19+
"description": "Updated InvokeAgentRuntime API to accept account id optionally and added CompleteResourceTokenAuth API.",
20+
"type": "api-change"
21+
}
22+
]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "enhancement",
3+
"category": "setuptools",
4+
"description": "Upgrade pinned setuptools to version 78.1.1"
5+
}

CHANGELOG.rst

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

5+
2.31.14
6+
=======
7+
8+
* api-change:``observabilityadmin``: CloudWatch Observability Admin adds the ability to enable Resource tags for telemetry in a customer account. The release introduces new APIs to enable, disable and describe the status of Resource tags for telemetry feature. This new capability simplifies monitoring AWS resources using tags.
9+
* api-change:``bedrock-agentcore-control``: Updated http status code in control plane apis of agentcore runtime, tools and identity. Additional included provider types for AgentCore Identity
10+
* api-change:``ec2``: Release Amazon EC2 c8i, c8i-flex, m8a, and r8gb
11+
* api-change:``bedrock-agentcore``: Updated InvokeAgentRuntime API to accept account id optionally and added CompleteResourceTokenAuth API.
12+
13+
514
2.31.13
615
=======
716

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import os
2121
import sys
2222

23-
__version__ = '2.31.13'
23+
__version__ = '2.31.14'
2424

2525
#
2626
# Get our data path to be added to botocore's search path

0 commit comments

Comments
 (0)