Skip to content

Commit 910b881

Browse files
Bump version to 2.11.11
1 parent c63284a commit 910b881

File tree

10 files changed

+41
-30
lines changed

10 files changed

+41
-30
lines changed

.changes/2.11.11.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"category": "``greengrassv2``",
4+
"description": "Add support for SUCCEEDED value in coreDeviceExecutionStatus field. Documentation updates for Greengrass V2.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``proton``",
9+
"description": "This release adds support for the AWS Proton service sync feature. Service sync enables managing an AWS Proton service (creating and updating instances) and all of it's corresponding service instances from a Git repository.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``cloudformation``",
14+
"description": "Including UPDATE_COMPLETE as a failed status for DeleteStack waiter.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``rds``",
19+
"description": "Adds and updates the SDK examples",
20+
"type": "api-change"
21+
}
22+
]

.changes/next-release/apichange-cloudformation-23313.json

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

.changes/next-release/apichange-greengrassv2-21412.json

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

.changes/next-release/apichange-proton-22059.json

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

.changes/next-release/apichange-rds-99434.json

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

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.11.11
6+
=======
7+
8+
* api-change:``greengrassv2``: Add support for SUCCEEDED value in coreDeviceExecutionStatus field. Documentation updates for Greengrass V2.
9+
* api-change:``proton``: This release adds support for the AWS Proton service sync feature. Service sync enables managing an AWS Proton service (creating and updating instances) and all of it's corresponding service instances from a Git repository.
10+
* api-change:``cloudformation``: Including UPDATE_COMPLETE as a failed status for DeleteStack waiter.
11+
* api-change:``rds``: Adds and updates the SDK examples
12+
13+
514
2.11.10
615
=======
716

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import importlib.abc
2020
import sys
2121

22-
__version__ = '2.11.10'
22+
__version__ = '2.11.11'
2323

2424
#
2525
# 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.11.10.
3+
# Generated by GNU Autoconf 2.71 for awscli 2.11.11.
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.11.10'
611-
PACKAGE_STRING='awscli 2.11.10'
610+
PACKAGE_VERSION='2.11.11'
611+
PACKAGE_STRING='awscli 2.11.11'
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.11.10
1258+
awscli configure 2.11.11
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.11.10, which was
1295+
It was created by awscli $as_me 2.11.11, which was
12961296
generated by GNU Autoconf 2.71. Invocation command line was
12971297
12981298
$ $0$ac_configure_args_raw
@@ -2630,7 +2630,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26302630
# report actual input values of CONFIG_FILES etc. instead of their
26312631
# values after options handling.
26322632
ac_log="
2633-
This file was extended by awscli $as_me 2.11.10, which was
2633+
This file was extended by awscli $as_me 2.11.11, which was
26342634
generated by GNU Autoconf 2.71. Invocation command line was
26352635
26362636
CONFIG_FILES = $CONFIG_FILES
@@ -2685,7 +2685,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
26852685
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26862686
ac_cs_config='$ac_cs_config_escaped'
26872687
ac_cs_version="\\
2688-
awscli config.status 2.11.10
2688+
awscli config.status 2.11.11
26892689
configured by $0, generated by GNU Autoconf 2.71,
26902690
with options \\"\$ac_cs_config\\"
26912691

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_CONFIG_MACRO_DIRS([m4])
2-
AC_INIT([awscli], [2.11.10])
2+
AC_INIT([awscli], [2.11.11])
33
AC_CONFIG_SRCDIR([bin/aws])
44
AM_PATH_PYTHON([3.8])
55

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
# The short X.Y version.
7272
version = '2.0'
7373
# The full version, including alpha/beta/rc tags.
74-
release = '2.11.10'
74+
release = '2.11.11'
7575

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

0 commit comments

Comments
 (0)