Skip to content

Commit

Permalink
Bumping version to 1.27.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 11, 2022
1 parent 4ba58aa commit fc6037f
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 39 deletions.
37 changes: 37 additions & 0 deletions .changes/1.27.8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``glue``",
"description": "Added links related to enabling job bookmarks.",
"type": "api-change"
},
{
"category": "``iot``",
"description": "This release add new api listRelatedResourcesForAuditFinding and new member type IssuerCertificates for Iot device device defender Audit.",
"type": "api-change"
},
{
"category": "``license-manager``",
"description": "AWS License Manager now supports onboarded Management Accounts or Delegated Admins to view granted licenses aggregated from all accounts in the organization.",
"type": "api-change"
},
{
"category": "``marketplace-catalog``",
"description": "Added three new APIs to support tagging and tag-based authorization: TagResource, UntagResource, and ListTagsForResource. Added optional parameters to the StartChangeSet API to support tagging a resource while making a request to create it.",
"type": "api-change"
},
{
"category": "``rekognition``",
"description": "Adding support for ImageProperties feature to detect dominant colors and image brightness, sharpness, and contrast, inclusion and exclusion filters for labels and label categories, new fields to the API response, \"aliases\" and \"categories\"",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "Documentation updates for Security Hub",
"type": "api-change"
},
{
"category": "``ssm-incidents``",
"description": "RelatedItems now have an ID field which can be used for referencing them else where. Introducing event references in TimelineEvent API and increasing maximum length of \"eventData\" to 12K characters.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-glue-2599.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iot-47122.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-licensemanager-25615.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rekognition-36664.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-securityhub-20897.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ssmincidents-96273.json

This file was deleted.

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

1.27.8
======

* api-change:``glue``: Added links related to enabling job bookmarks.
* api-change:``iot``: This release add new api listRelatedResourcesForAuditFinding and new member type IssuerCertificates for Iot device device defender Audit.
* api-change:``license-manager``: AWS License Manager now supports onboarded Management Accounts or Delegated Admins to view granted licenses aggregated from all accounts in the organization.
* api-change:``marketplace-catalog``: Added three new APIs to support tagging and tag-based authorization: TagResource, UntagResource, and ListTagsForResource. Added optional parameters to the StartChangeSet API to support tagging a resource while making a request to create it.
* api-change:``rekognition``: Adding support for ImageProperties feature to detect dominant colors and image brightness, sharpness, and contrast, inclusion and exclusion filters for labels and label categories, new fields to the API response, "aliases" and "categories"
* api-change:``securityhub``: Documentation updates for Security Hub
* api-change:``ssm-incidents``: RelatedItems now have an ID field which can be used for referencing them else where. Introducing event references in TimelineEvent API and increasing maximum length of "eventData" to 12K characters.


1.27.7
======

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.27.7'
__version__ = '1.27.8'

#
# 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.27'
# The full version, including alpha/beta/rc tags.
release = '1.27.7'
release = '1.27.8'

# 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.29.7
botocore==1.29.8
docutils>=0.10,<0.17
s3transfer>=0.6.0,<0.7.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.29.7',
'botocore==1.29.8',
'docutils>=0.10,<0.17',
's3transfer>=0.6.0,<0.7.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit fc6037f

Please sign in to comment.