From 9b2c3afcab1c62c7e9162e1f093d84b30159ff64 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 21 Jun 2022 18:08:02 +0000 Subject: [PATCH] Bumping version to 1.27.14 --- .changes/1.27.14.json | 17 +++++++++++++++++ .changes/next-release/api-change-ec2-43162.json | 5 ----- .changes/next-release/api-change-ecs-83382.json | 5 ----- .../api-change-wellarchitected-2006.json | 5 ----- CHANGELOG.rst | 8 ++++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 7 files changed, 27 insertions(+), 17 deletions(-) create mode 100644 .changes/1.27.14.json delete mode 100644 .changes/next-release/api-change-ec2-43162.json delete mode 100644 .changes/next-release/api-change-ecs-83382.json delete mode 100644 .changes/next-release/api-change-wellarchitected-2006.json diff --git a/.changes/1.27.14.json b/.changes/1.27.14.json new file mode 100644 index 0000000000..e4c747e688 --- /dev/null +++ b/.changes/1.27.14.json @@ -0,0 +1,17 @@ +[ + { + "category": "``ec2``", + "description": "This release adds support for Private IP VPNs, a new feature allowing S2S VPN connections to use private ip addresses as the tunnel outside ip address over Direct Connect as transport.", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "Amazon ECS UpdateService now supports the following parameters: PlacementStrategies, PlacementConstraints and CapacityProviderStrategy.", + "type": "api-change" + }, + { + "category": "``wellarchitected``", + "description": "Adds support for lens tagging, Adds support for multiple helpful-resource urls and multiple improvement-plan urls.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ec2-43162.json b/.changes/next-release/api-change-ec2-43162.json deleted file mode 100644 index c236d6bfc7..0000000000 --- a/.changes/next-release/api-change-ec2-43162.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "This release adds support for Private IP VPNs, a new feature allowing S2S VPN connections to use private ip addresses as the tunnel outside ip address over Direct Connect as transport." -} diff --git a/.changes/next-release/api-change-ecs-83382.json b/.changes/next-release/api-change-ecs-83382.json deleted file mode 100644 index de7c660c6a..0000000000 --- a/.changes/next-release/api-change-ecs-83382.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "Amazon ECS UpdateService now supports the following parameters: PlacementStrategies, PlacementConstraints and CapacityProviderStrategy." -} diff --git a/.changes/next-release/api-change-wellarchitected-2006.json b/.changes/next-release/api-change-wellarchitected-2006.json deleted file mode 100644 index aa81ae8b83..0000000000 --- a/.changes/next-release/api-change-wellarchitected-2006.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``wellarchitected``", - "description": "Adds support for lens tagging, Adds support for multiple helpful-resource urls and multiple improvement-plan urls." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2a7b9c4de9..e1ab5e2092 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.27.14 +======= + +* api-change:``ec2``: This release adds support for Private IP VPNs, a new feature allowing S2S VPN connections to use private ip addresses as the tunnel outside ip address over Direct Connect as transport. +* api-change:``ecs``: Amazon ECS UpdateService now supports the following parameters: PlacementStrategies, PlacementConstraints and CapacityProviderStrategy. +* api-change:``wellarchitected``: Adds support for lens tagging, Adds support for multiple helpful-resource urls and multiple improvement-plan urls. + + 1.27.13 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 1bb08bf9ad..46ac9f4974 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.27.13' +__version__ = '1.27.14' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index b2c4b0330a..562fb5e8ee 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,7 +54,7 @@ # The short X.Y version. version = '1.27.' # The full version, including alpha/beta/rc tags. -release = '1.27.13' +release = '1.27.14' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.