Skip to content

Commit

Permalink
Merge branch 'release-1.19.70'
Browse files Browse the repository at this point in the history
* release-1.19.70:
  Bumping version to 1.19.70
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed May 10, 2021
2 parents ce4a17f + 019cb15 commit 97100c5
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 4 deletions.
42 changes: 42 additions & 0 deletions .changes/1.19.70.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``mediaconvert``",
"description": "AWS Elemental MediaConvert SDK has added support for Kantar SNAP File Audio Watermarking with a Kantar Watermarking account, and Display Definition Segment(DDS) segment data controls for DVB-Sub caption outputs.",
"type": "api-change"
},
{
"category": "``codeartifact``",
"description": "Documentation updates for CodeArtifact",
"type": "api-change"
},
{
"category": "``kinesisanalyticsv2``",
"description": "Amazon Kinesis Analytics now supports ListApplicationVersions and DescribeApplicationVersion API for Apache Flink applications",
"type": "api-change"
},
{
"category": "``eks``",
"description": "This release updates create-nodegroup and update-nodegroup-config APIs for adding/updating taints on managed nodegroups.",
"type": "api-change"
},
{
"category": "``iotwireless``",
"description": "Add three new optional fields to support filtering and configurable sub-band in WirelessGateway APIs. The filtering is for all the RF region supported. The sub-band configuration is only applicable to LoRa gateways of US915 or AU915 RF region.",
"type": "api-change"
},
{
"category": "``config``",
"description": "Adds paginator to multiple APIs: By default, the paginator allows user to iterate over the results and allows the CLI to return up to 1000 results.",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "This release adds new APIs to associate, disassociate and list related items in SSM OpsCenter; and this release adds DisplayName as a version-level attribute for SSM Documents and introduces two new document types: ProblemAnalysis, ProblemAnalysisTemplate.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "This release contains updates for Amazon ECS.",
"type": "api-change"
}
]
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.19.70
=======

* api-change:``mediaconvert``: AWS Elemental MediaConvert SDK has added support for Kantar SNAP File Audio Watermarking with a Kantar Watermarking account, and Display Definition Segment(DDS) segment data controls for DVB-Sub caption outputs.
* api-change:``codeartifact``: Documentation updates for CodeArtifact
* api-change:``kinesisanalyticsv2``: Amazon Kinesis Analytics now supports ListApplicationVersions and DescribeApplicationVersion API for Apache Flink applications
* api-change:``eks``: This release updates create-nodegroup and update-nodegroup-config APIs for adding/updating taints on managed nodegroups.
* api-change:``iotwireless``: Add three new optional fields to support filtering and configurable sub-band in WirelessGateway APIs. The filtering is for all the RF region supported. The sub-band configuration is only applicable to LoRa gateways of US915 or AU915 RF region.
* api-change:``config``: Adds paginator to multiple APIs: By default, the paginator allows user to iterate over the results and allows the CLI to return up to 1000 results.
* api-change:``ssm``: This release adds new APIs to associate, disassociate and list related items in SSM OpsCenter; and this release adds DisplayName as a version-level attribute for SSM Documents and introduces two new document types: ProblemAnalysis, ProblemAnalysisTemplate.
* api-change:``ecs``: This release contains updates for Amazon ECS.


1.19.69
=======

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

__version__ = '1.19.69'
__version__ = '1.19.70'

#
# 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.19.'
# The full version, including alpha/beta/rc tags.
release = '1.19.69'
release = '1.19.70'

# 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 @@ -4,7 +4,7 @@ universal = 1

[metadata]
requires_dist =
botocore==1.20.69
botocore==1.20.70
docutils>=0.10,<0.16
s3transfer>=0.4.0,<0.5.0
PyYAML>=3.10,<5.5
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.20.69',
'botocore==1.20.70',
'docutils>=0.10,<0.16',
's3transfer>=0.4.0,<0.5.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit 97100c5

Please sign in to comment.