Skip to content

Commit 8ffcfa7

Browse files
Bump version to 2.25.9
1 parent 8f0b08f commit 8ffcfa7

14 files changed

+65
-50
lines changed

.changes/2.25.9.json

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``ecs``",
4+
"description": "This is an Amazon ECS documentation only update to address various tickets.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``codebuild``",
9+
"description": "This release adds support for environment type WINDOWS_SERVER_2022_CONTAINER in ProjectEnvironment",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ecr``",
14+
"description": "Fix for customer issues related to AWS account ID and size limitation for token.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``medialive``",
19+
"description": "Added support for SMPTE 2110 inputs when running a channel in a MediaLive Anywhere cluster. This feature enables ingestion of SMPTE 2110-compliant video, audio, and ancillary streams by reading SDP files that AWS Elemental MediaLive can retrieve from a network source.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``lexv2-models``",
24+
"description": "Release feature of errorlogging for lex bot, customer can config this feature in bot version to generate log for error exception which helps debug",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``ec2instanceconnect``",
29+
"description": "Replace cryptographic functions from ``cryptography`` with ``awscrt`` for the ``ssh`` command.",
30+
"type": "enhancement"
31+
},
32+
{
33+
"category": "``application-signals``",
34+
"description": "Application Signals now supports creating Service Level Objectives on service dependencies. Users can now create or update SLOs on discovered service dependencies to monitor their standard application metrics.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "awscrt",
39+
"description": "Update awscrt version requirement to 0.25.4",
40+
"type": "enhancement"
41+
}
42+
]

.changes/next-release/api-change-applicationsignals-84318.json

-5
This file was deleted.

.changes/next-release/api-change-codebuild-45676.json

-5
This file was deleted.

.changes/next-release/api-change-ecr-44322.json

-5
This file was deleted.

.changes/next-release/api-change-ecs-85508.json

-5
This file was deleted.

.changes/next-release/api-change-lexv2models-26162.json

-5
This file was deleted.

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

-5
This file was deleted.

.changes/next-release/enhancement-awscrt-61433.json

-5
This file was deleted.

.changes/next-release/enhancement-ec2instanceconnect-73891.json

-5
This file was deleted.

CHANGELOG.rst

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
CHANGELOG
33
=========
44

5+
2.25.9
6+
======
7+
8+
* api-change:``ecs``: This is an Amazon ECS documentation only update to address various tickets.
9+
* api-change:``codebuild``: This release adds support for environment type WINDOWS_SERVER_2022_CONTAINER in ProjectEnvironment
10+
* api-change:``ecr``: Fix for customer issues related to AWS account ID and size limitation for token.
11+
* api-change:``medialive``: Added support for SMPTE 2110 inputs when running a channel in a MediaLive Anywhere cluster. This feature enables ingestion of SMPTE 2110-compliant video, audio, and ancillary streams by reading SDP files that AWS Elemental MediaLive can retrieve from a network source.
12+
* api-change:``lexv2-models``: Release feature of errorlogging for lex bot, customer can config this feature in bot version to generate log for error exception which helps debug
13+
* enhancement:``ec2instanceconnect``: Replace cryptographic functions from ``cryptography`` with ``awscrt`` for the ``ssh`` command.
14+
* api-change:``application-signals``: Application Signals now supports creating Service Level Objectives on service dependencies. Users can now create or update SLOs on discovered service dependencies to monitor their standard application metrics.
15+
* enhancement:awscrt: Update awscrt version requirement to 0.25.4
16+
17+
518
2.25.8
619
======
720

awscli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import os
2121
import sys
2222

23-
__version__ = '2.25.8'
23+
__version__ = '2.25.9'
2424

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

configure

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.71 for awscli 2.25.8.
3+
# Generated by GNU Autoconf 2.71 for awscli 2.25.9.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -607,8 +607,8 @@ MAKEFLAGS=
607607
# Identity of this package.
608608
PACKAGE_NAME='awscli'
609609
PACKAGE_TARNAME='awscli'
610-
PACKAGE_VERSION='2.25.8'
611-
PACKAGE_STRING='awscli 2.25.8'
610+
PACKAGE_VERSION='2.25.9'
611+
PACKAGE_STRING='awscli 2.25.9'
612612
PACKAGE_BUGREPORT=''
613613
PACKAGE_URL=''
614614

@@ -1255,7 +1255,7 @@ _ACEOF
12551255
fi
12561256
if $ac_init_version; then
12571257
cat <<\_ACEOF
1258-
awscli configure 2.25.8
1258+
awscli configure 2.25.9
12591259
generated by GNU Autoconf 2.71
12601260
12611261
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1292,7 +1292,7 @@ cat >config.log <<_ACEOF
12921292
This file contains any messages produced by compilers while
12931293
running configure, to aid debugging if configure makes a mistake.
12941294
1295-
It was created by awscli $as_me 2.25.8, which was
1295+
It was created by awscli $as_me 2.25.9, which was
12961296
generated by GNU Autoconf 2.71. Invocation command line was
12971297
12981298
$ $0$ac_configure_args_raw
@@ -2668,7 +2668,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26682668
# report actual input values of CONFIG_FILES etc. instead of their
26692669
# values after options handling.
26702670
ac_log="
2671-
This file was extended by awscli $as_me 2.25.8, which was
2671+
This file was extended by awscli $as_me 2.25.9, which was
26722672
generated by GNU Autoconf 2.71. Invocation command line was
26732673
26742674
CONFIG_FILES = $CONFIG_FILES
@@ -2723,7 +2723,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
27232723
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27242724
ac_cs_config='$ac_cs_config_escaped'
27252725
ac_cs_version="\\
2726-
awscli config.status 2.25.8
2726+
awscli config.status 2.25.9
27272727
configured by $0, generated by GNU Autoconf 2.71,
27282728
with options \\"\$ac_cs_config\\"
27292729

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_CONFIG_MACRO_DIRS([m4])
2-
AC_INIT([awscli], [2.25.8])
2+
AC_INIT([awscli], [2.25.9])
33
AC_CONFIG_SRCDIR([bin/aws])
44
AM_PATH_PYTHON([3.8])
55

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# The short X.Y version.
6767
version = '2.0'
6868
# The full version, including alpha/beta/rc tags.
69-
release = '2.25.8'
69+
release = '2.25.9'
7070

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

0 commit comments

Comments
 (0)