diff --git a/.changes/1.32.4.json b/.changes/1.32.4.json new file mode 100644 index 0000000000..e019118c3b --- /dev/null +++ b/.changes/1.32.4.json @@ -0,0 +1,22 @@ +[ + { + "category": "IMDS", + "description": "Adds a config option to opt out of IMDSv1 fallback", + "type": "enhancement" + }, + { + "category": "``codestar-connections``", + "description": "This release updates a few CodeStar Connections related APIs.", + "type": "api-change" + }, + { + "category": "``docdb``", + "description": "Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codestarconnections-2104.json b/.changes/next-release/api-change-codestarconnections-2104.json deleted file mode 100644 index ea5f13ba3f..0000000000 --- a/.changes/next-release/api-change-codestarconnections-2104.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codestar-connections``", - "description": "This release updates a few CodeStar Connections related APIs." -} diff --git a/.changes/next-release/api-change-docdb-11702.json b/.changes/next-release/api-change-docdb-11702.json deleted file mode 100644 index cfcecb3d3c..0000000000 --- a/.changes/next-release/api-change-docdb-11702.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``docdb``", - "description": "Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized." -} diff --git a/.changes/next-release/api-change-ec2-37681.json b/.changes/next-release/api-change-ec2-37681.json deleted file mode 100644 index 5bce2a9644..0000000000 --- a/.changes/next-release/api-change-ec2-37681.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway." -} diff --git a/.changes/next-release/enhancement-MetadataFetcher-40786.json b/.changes/next-release/enhancement-MetadataFetcher-40786.json deleted file mode 100644 index d8fbf8c28c..0000000000 --- a/.changes/next-release/enhancement-MetadataFetcher-40786.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "enhancement", - "category": "IMDS", - "description": "Adds a config option to opt out of IMDSv1 fallback" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c21a45d0e4..bf9cbb538b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.32.4 +====== + +* enhancement:IMDS: Adds a config option to opt out of IMDSv1 fallback +* api-change:``codestar-connections``: This release updates a few CodeStar Connections related APIs. +* api-change:``docdb``: Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized. +* api-change:``ec2``: This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway. + + 1.32.3 ====== diff --git a/botocore/__init__.py b/botocore/__init__.py index 04bd6d1158..3e3392a320 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.32.3' +__version__ = '1.32.4' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 32c4493a64..a7ab5b52ad 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.32' # The full version, including alpha/beta/rc tags. -release = '1.32.3' +release = '1.32.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.