Skip to content

Commit 94f3ad3

Browse files
Bump version to 2.27.57
1 parent 89b8ff3 commit 94f3ad3

12 files changed

+53
-40
lines changed

.changes/2.27.57.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "EMR",
4+
"description": "Updated create-cluster and describe-cluster commands to support --extended-support and --no-extended-support arguments",
5+
"type": "enhancement"
6+
},
7+
{
8+
"category": "``neptunedata``",
9+
"description": "This release updates the supported regions for Neptune API to include current AWS regions.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "Dockerfile",
14+
"description": "Include ``findutils`` and ``jq`` in Docker image",
15+
"type": "enhancement"
16+
},
17+
{
18+
"category": "``lambda``",
19+
"description": "This release migrated the model to Smithy keeping all features unchanged.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``ecr``",
24+
"description": "Add support for Image Tag Mutability Exception feature, allowing repositories to define wildcard-based patterns that override the default image tag mutability settings.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``emr``",
29+
"description": "This release adds new parameter 'ExtendedSupport' in AWS EMR RunJobFlow, ModifyCluster and DescribeCluster API.",
30+
"type": "api-change"
31+
}
32+
]

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

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

.changes/next-release/api-change-emr-94633.json

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

.changes/next-release/api-change-lambda-65422.json

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

.changes/next-release/api-change-neptunedata-24713.json

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

.changes/next-release/enhancement-Dockerfile-38945.json

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

.changes/next-release/enhancement-EMR-86454.json

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

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+
2.27.57
6+
=======
7+
8+
* enhancement:EMR: Updated create-cluster and describe-cluster commands to support --extended-support and --no-extended-support arguments
9+
* api-change:``neptunedata``: This release updates the supported regions for Neptune API to include current AWS regions.
10+
* enhancement:Dockerfile: Include ``findutils`` and ``jq`` in Docker image
11+
* api-change:``lambda``: This release migrated the model to Smithy keeping all features unchanged.
12+
* api-change:``ecr``: Add support for Image Tag Mutability Exception feature, allowing repositories to define wildcard-based patterns that override the default image tag mutability settings.
13+
* api-change:``emr``: This release adds new parameter 'ExtendedSupport' in AWS EMR RunJobFlow, ModifyCluster and DescribeCluster API.
14+
15+
516
2.27.56
617
=======
718

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.27.56'
23+
__version__ = '2.27.57'
2424

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

configure

Lines changed: 7 additions & 7 deletions
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.27.56.
3+
# Generated by GNU Autoconf 2.71 for awscli 2.27.57.
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.27.56'
611-
PACKAGE_STRING='awscli 2.27.56'
610+
PACKAGE_VERSION='2.27.57'
611+
PACKAGE_STRING='awscli 2.27.57'
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.27.56
1258+
awscli configure 2.27.57
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.27.56, which was
1295+
It was created by awscli $as_me 2.27.57, 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.27.56, which was
2671+
This file was extended by awscli $as_me 2.27.57, 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.27.56
2726+
awscli config.status 2.27.57
27272727
configured by $0, generated by GNU Autoconf 2.71,
27282728
with options \\"\$ac_cs_config\\"
27292729

0 commit comments

Comments
 (0)