Skip to content

Commit

Permalink
Merge branch 'release-1.36.24' into develop
Browse files Browse the repository at this point in the history
* release-1.36.24:
  Bumping version to 1.36.24
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Dec 17, 2024
2 parents 7b7bd52 + d32a3cd commit 7ffb529
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 4 deletions.
52 changes: 52 additions & 0 deletions .changes/1.36.24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``account``",
"description": "Update endpoint configuration.",
"type": "api-change"
},
{
"category": "``backup``",
"description": "Add Support for Backup Indexing",
"type": "api-change"
},
{
"category": "``backupsearch``",
"description": "Add support for searching backups",
"type": "api-change"
},
{
"category": "``batch``",
"description": "This feature allows AWS Batch on Amazon EKS to support configuration of Pod Annotations, overriding Namespace on which the Batch job's Pod runs on, and allows Subpath and Persistent Volume claim to be set for AWS Batch on Amazon EKS jobs.",
"type": "api-change"
},
{
"category": "``cleanroomsml``",
"description": "Add support for SQL compute configuration for StartAudienceGenerationJob API.",
"type": "api-change"
},
{
"category": "``cloudfront``",
"description": "Adds support for OriginReadTimeout and OriginKeepaliveTimeout to create CloudFront Distributions with VPC Origins.",
"type": "api-change"
},
{
"category": "``codepipeline``",
"description": "AWS CodePipeline V2 type pipelines now support Managed Compute Rule.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "Added support for enableFaultInjection task definition parameter which can be used to enable Fault Injection feature on ECS tasks.",
"type": "api-change"
},
{
"category": "``m2``",
"description": "This release adds support for AWS Mainframe Modernization(M2) Service to allow specifying network type(ipv4, dual) for the environment instances. For dual network type, m2 environment applications will serve both IPv4 and IPv6 requests, whereas for ipv4 it will serve only IPv4 requests.",
"type": "api-change"
},
{
"category": "``synthetics``",
"description": "Add support to toggle outbound IPv6 traffic on canaries connected to dualstack subnets. This behavior can be controlled via the new Ipv6AllowedForDualStack parameter of the VpcConfig input object in CreateCanary and UpdateCanary APIs.",
"type": "api-change"
}
]
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

1.36.24
=======

* api-change:``account``: Update endpoint configuration.
* api-change:``backup``: Add Support for Backup Indexing
* api-change:``backupsearch``: Add support for searching backups
* api-change:``batch``: This feature allows AWS Batch on Amazon EKS to support configuration of Pod Annotations, overriding Namespace on which the Batch job's Pod runs on, and allows Subpath and Persistent Volume claim to be set for AWS Batch on Amazon EKS jobs.
* api-change:``cleanroomsml``: Add support for SQL compute configuration for StartAudienceGenerationJob API.
* api-change:``cloudfront``: Adds support for OriginReadTimeout and OriginKeepaliveTimeout to create CloudFront Distributions with VPC Origins.
* api-change:``codepipeline``: AWS CodePipeline V2 type pipelines now support Managed Compute Rule.
* api-change:``ecs``: Added support for enableFaultInjection task definition parameter which can be used to enable Fault Injection feature on ECS tasks.
* api-change:``m2``: This release adds support for AWS Mainframe Modernization(M2) Service to allow specifying network type(ipv4, dual) for the environment instances. For dual network type, m2 environment applications will serve both IPv4 and IPv6 requests, whereas for ipv4 it will serve only IPv4 requests.
* api-change:``synthetics``: Add support to toggle outbound IPv6 traffic on canaries connected to dualstack subnets. This behavior can be controlled via the new Ipv6AllowedForDualStack parameter of the VpcConfig input object in CreateCanary and UpdateCanary APIs.


1.36.23
=======

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

import os

__version__ = '1.36.23'
__version__ = '1.36.24'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.36.'
# The full version, including alpha/beta/rc tags.
release = '1.36.23'
release = '1.36.24'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore==1.35.82
botocore==1.35.83
docutils>=0.10,<0.17
s3transfer>=0.10.0,<0.11.0
PyYAML>=3.10,<6.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.35.82',
'botocore==1.35.83',
'docutils>=0.10,<0.17',
's3transfer>=0.10.0,<0.11.0',
'PyYAML>=3.10,<6.1',
Expand Down

0 comments on commit 7ffb529

Please sign in to comment.