Skip to content

Commit 580c85a

Browse files
Bump version to 2.33.8
1 parent 0e6e620 commit 580c85a

13 files changed

Lines changed: 59 additions & 45 deletions

.changes/2.33.8.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``ec2``",
4+
"description": "Releasing new EC2 instances. C8gb and M8gb with highest EBS performance, M8gn with 600 Gbps network bandwidth, X8aedz and M8azn with 5GHz AMD processors, X8i with Intel Xeon 6 processors and up to 6TB memory, and Mac-m4max with Apple M4 Max chip for 25 percent faster builds.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``gamelift``",
9+
"description": "Add ``--tags`` parameter to ``upload-build`` command.",
10+
"type": "enhancement"
11+
},
12+
{
13+
"category": "``deadline``",
14+
"description": "AWS Deadline Cloud now supports editing job names and descriptions after submission.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``connect``",
19+
"description": "Added support for task attachments. The StartTaskContact API now accepts file attachments, enabling customers to include files (.csv, .doc, .docx, .heic, .jfif, .jpeg, .jpg, .mov, .mp4, .pdf, .png, .ppt, .pptx, .rtf, .txt, etc.) when creating Task contacts. Supports up to 5 attachments per task.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``medialive``",
24+
"description": "AWS Elemental MediaLive released two new features that allows customers 1) to set Output Timecode for AV1 encoder, 2) to set a Custom Epoch for CMAF Ingest and MediaPackage V2 output groups when using Pipeline Locking or Disabled Locking modes.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``sagemaker``",
29+
"description": "Idle resource sharing enables teams to borrow unused compute resources in your SageMaker HyperPod cluster. This capability maximizes resource utilization by allowing teams to borrow idle compute capacity beyond their allocated compute quotas.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "configure",
34+
"description": "Add fish shell format for export-credentials command (fixes `#9670 <https://github.com/aws/aws-cli/issues/9670>`__)",
35+
"type": "enhancement"
36+
}
37+
]

.changes/next-release/api-change-connect-77995.json

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

.changes/next-release/api-change-deadline-4727.json

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

.changes/next-release/api-change-ec2-21274.json

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

.changes/next-release/api-change-medialive-86726.json

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

.changes/next-release/api-change-sagemaker-18834.json

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

.changes/next-release/enhancement-configure-99484.json

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

.changes/next-release/enhancement-gamelift-57992.json

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

CHANGELOG.rst

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

5+
2.33.8
6+
======
7+
8+
* api-change:``ec2``: Releasing new EC2 instances. C8gb and M8gb with highest EBS performance, M8gn with 600 Gbps network bandwidth, X8aedz and M8azn with 5GHz AMD processors, X8i with Intel Xeon 6 processors and up to 6TB memory, and Mac-m4max with Apple M4 Max chip for 25 percent faster builds.
9+
* enhancement:``gamelift``: Add ``--tags`` parameter to ``upload-build`` command.
10+
* api-change:``deadline``: AWS Deadline Cloud now supports editing job names and descriptions after submission.
11+
* api-change:``connect``: Added support for task attachments. The StartTaskContact API now accepts file attachments, enabling customers to include files (.csv, .doc, .docx, .heic, .jfif, .jpeg, .jpg, .mov, .mp4, .pdf, .png, .ppt, .pptx, .rtf, .txt, etc.) when creating Task contacts. Supports up to 5 attachments per task.
12+
* api-change:``medialive``: AWS Elemental MediaLive released two new features that allows customers 1) to set Output Timecode for AV1 encoder, 2) to set a Custom Epoch for CMAF Ingest and MediaPackage V2 output groups when using Pipeline Locking or Disabled Locking modes.
13+
* api-change:``sagemaker``: Idle resource sharing enables teams to borrow unused compute resources in your SageMaker HyperPod cluster. This capability maximizes resource utilization by allowing teams to borrow idle compute capacity beyond their allocated compute quotas.
14+
* enhancement:configure: Add fish shell format for export-credentials command (fixes `#9670 <https://github.com/aws/aws-cli/issues/9670>`__)
15+
16+
517
2.33.7
618
======
719

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.33.7'
23+
__version__ = '2.33.8'
2424

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

0 commit comments

Comments
 (0)