Skip to content

Commit

Permalink
Bump version to 2.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Aug 9, 2023
1 parent 1e40205 commit 369380a
Show file tree
Hide file tree
Showing 19 changed files with 95 additions and 75 deletions.
67 changes: 67 additions & 0 deletions .changes/2.13.8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
[
{
"category": "``detective``",
"description": "Updated the email validation regex to be in line with the TLD name specifications.",
"type": "api-change"
},
{
"category": "``datasync``",
"description": "Display cloud storage used capacity at a cluster level.",
"type": "api-change"
},
{
"category": "``kinesisvideo``",
"description": "This release enables minimum of Images SamplingInterval to be as low as 200 milliseconds in Kinesis Video Stream Image feature.",
"type": "api-change"
},
{
"category": "``acm-pca``",
"description": "Documentation correction for AWS Private CA",
"type": "api-change"
},
{
"category": "``ivs-realtime``",
"description": "Add QUOTA_EXCEEDED and PUBLISHER_NOT_FOUND to EventErrorCode for stage health events.",
"type": "api-change"
},
{
"category": "``rekognition``",
"description": "This release adds code snippets for Amazon Rekognition Custom Labels.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "This is a documentation update to address various tickets.",
"type": "api-change"
},
{
"category": "``servicecatalog``",
"description": "Introduce support for HashiCorp Terraform Cloud in Service Catalog by addying TERRAFORM_CLOUD product type in CreateProduct and CreateProvisioningArtifact API.",
"type": "api-change"
},
{
"category": "``kinesis-video-archived-media``",
"description": "This release enables minimum of Images SamplingInterval to be as low as 200 milliseconds in Kinesis Video Stream Image feature.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Added a new API UpdateRoutingProfileAgentAvailabilityTimer to update agent availability timer of a routing profile.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Including DataCaptureConfig key in the Amazon Sagemaker Search's transform job object",
"type": "api-change"
},
{
"category": "``backup``",
"description": "This release introduces a new logically air-gapped vault (Preview) in AWS Backup that stores immutable backup copies, which are locked by default and isolated with encryption using AWS owned keys. Logically air-gapped vault (Preview) allows secure recovery of application data across accounts.",
"type": "api-change"
},
{
"category": "``elasticache``",
"description": "Added support for cluster mode in online migration and test migration API",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/apichange-acmpca-60154.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-backup-74734.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-connect-46096.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-datasync-91167.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-detective-50732.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-ecs-53972.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-elasticache-79549.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-ivsrealtime-78762.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-kinesisvideo-91306.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-rekognition-29611.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-sagemaker-43269.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-servicecatalog-87537.json

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
CHANGELOG
=========

2.13.8
======

* api-change:``detective``: Updated the email validation regex to be in line with the TLD name specifications.
* api-change:``datasync``: Display cloud storage used capacity at a cluster level.
* api-change:``kinesisvideo``: This release enables minimum of Images SamplingInterval to be as low as 200 milliseconds in Kinesis Video Stream Image feature.
* api-change:``acm-pca``: Documentation correction for AWS Private CA
* api-change:``ivs-realtime``: Add QUOTA_EXCEEDED and PUBLISHER_NOT_FOUND to EventErrorCode for stage health events.
* api-change:``rekognition``: This release adds code snippets for Amazon Rekognition Custom Labels.
* api-change:``ecs``: This is a documentation update to address various tickets.
* api-change:``servicecatalog``: Introduce support for HashiCorp Terraform Cloud in Service Catalog by addying TERRAFORM_CLOUD product type in CreateProduct and CreateProvisioningArtifact API.
* api-change:``kinesis-video-archived-media``: This release enables minimum of Images SamplingInterval to be as low as 200 milliseconds in Kinesis Video Stream Image feature.
* api-change:``connect``: Added a new API UpdateRoutingProfileAgentAvailabilityTimer to update agent availability timer of a routing profile.
* api-change:``sagemaker``: Including DataCaptureConfig key in the Amazon Sagemaker Search's transform job object
* api-change:``backup``: This release introduces a new logically air-gapped vault (Preview) in AWS Backup that stores immutable backup copies, which are locked by default and isolated with encryption using AWS owned keys. Logically air-gapped vault (Preview) allows secure recovery of application data across accounts.
* api-change:``elasticache``: Added support for cluster mode in online migration and test migration API


2.13.7
======

Expand Down
2 changes: 1 addition & 1 deletion awscli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import importlib.abc
import sys

__version__ = '2.13.7'
__version__ = '2.13.8'

#
# Get our data path to be added to botocore's search path
Expand Down
14 changes: 7 additions & 7 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for awscli 2.13.7.
# Generated by GNU Autoconf 2.71 for awscli 2.13.8.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
Expand Down Expand Up @@ -607,8 +607,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='awscli'
PACKAGE_TARNAME='awscli'
PACKAGE_VERSION='2.13.7'
PACKAGE_STRING='awscli 2.13.7'
PACKAGE_VERSION='2.13.8'
PACKAGE_STRING='awscli 2.13.8'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1255,7 +1255,7 @@ _ACEOF
fi
if $ac_init_version; then
cat <<\_ACEOF
awscli configure 2.13.7
awscli configure 2.13.8
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1292,7 +1292,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by awscli $as_me 2.13.7, which was
It was created by awscli $as_me 2.13.8, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -2630,7 +2630,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by awscli $as_me 2.13.7, which was
This file was extended by awscli $as_me 2.13.8, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -2685,7 +2685,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
awscli config.status 2.13.7
awscli config.status 2.13.8
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_CONFIG_MACRO_DIRS([m4])
AC_INIT([awscli], [2.13.7])
AC_INIT([awscli], [2.13.8])
AC_CONFIG_SRCDIR([bin/aws])
AM_PATH_PYTHON([3.8])

Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.13.7'
release = '2.13.8'

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

0 comments on commit 369380a

Please sign in to comment.