From 23dab5e39cec60cb4190ef08051b5e31ea39da7f Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 25 Oct 2022 18:09:00 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-accessanalyzer-72127.json | 5 +++++ .changes/next-release/api-change-location-87148.json | 5 +++++ .changes/next-release/api-change-mediatailor-40262.json | 5 +++++ .changes/next-release/api-change-rds-69545.json | 5 +++++ .changes/next-release/api-change-workspaces-30780.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-accessanalyzer-72127.json create mode 100644 .changes/next-release/api-change-location-87148.json create mode 100644 .changes/next-release/api-change-mediatailor-40262.json create mode 100644 .changes/next-release/api-change-rds-69545.json create mode 100644 .changes/next-release/api-change-workspaces-30780.json diff --git a/.changes/next-release/api-change-accessanalyzer-72127.json b/.changes/next-release/api-change-accessanalyzer-72127.json new file mode 100644 index 000000000000..6f1f72bdc614 --- /dev/null +++ b/.changes/next-release/api-change-accessanalyzer-72127.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``accessanalyzer``", + "description": "This release adds support for six new resource types in IAM Access Analyzer to help you easily identify public and cross-account access to your AWS resources. Updated service API, documentation, and paginators." +} diff --git a/.changes/next-release/api-change-location-87148.json b/.changes/next-release/api-change-location-87148.json new file mode 100644 index 000000000000..4fc5ff6f10ab --- /dev/null +++ b/.changes/next-release/api-change-location-87148.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``location``", + "description": "Added new map styles with satellite imagery for map resources using HERE as a data provider." +} diff --git a/.changes/next-release/api-change-mediatailor-40262.json b/.changes/next-release/api-change-mediatailor-40262.json new file mode 100644 index 000000000000..4526e7cf1ad5 --- /dev/null +++ b/.changes/next-release/api-change-mediatailor-40262.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediatailor``", + "description": "This release is a documentation update" +} diff --git a/.changes/next-release/api-change-rds-69545.json b/.changes/next-release/api-change-rds-69545.json new file mode 100644 index 000000000000..73b9d4041cc4 --- /dev/null +++ b/.changes/next-release/api-change-rds-69545.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "Relational Database Service - This release adds support for exporting DB cluster data to Amazon S3." +} diff --git a/.changes/next-release/api-change-workspaces-30780.json b/.changes/next-release/api-change-workspaces-30780.json new file mode 100644 index 000000000000..5ad88a9c6c08 --- /dev/null +++ b/.changes/next-release/api-change-workspaces-30780.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``workspaces``", + "description": "This release adds new enums for supporting Workspaces Core features, including creating Manual running mode workspaces, importing regular Workspaces Core images and importing g4dn Workspaces Core images." +} From 41c91233747349fa60f82a1325a15f28a20e2c22 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 25 Oct 2022 18:09:03 +0000 Subject: [PATCH 2/2] Bumping version to 1.26.1 --- .changes/1.26.1.json | 27 +++++++++++++++++++ .../api-change-accessanalyzer-72127.json | 5 ---- .../api-change-location-87148.json | 5 ---- .../api-change-mediatailor-40262.json | 5 ---- .../next-release/api-change-rds-69545.json | 5 ---- .../api-change-workspaces-30780.json | 5 ---- CHANGELOG.rst | 10 +++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 41 insertions(+), 29 deletions(-) create mode 100644 .changes/1.26.1.json delete mode 100644 .changes/next-release/api-change-accessanalyzer-72127.json delete mode 100644 .changes/next-release/api-change-location-87148.json delete mode 100644 .changes/next-release/api-change-mediatailor-40262.json delete mode 100644 .changes/next-release/api-change-rds-69545.json delete mode 100644 .changes/next-release/api-change-workspaces-30780.json diff --git a/.changes/1.26.1.json b/.changes/1.26.1.json new file mode 100644 index 000000000000..2d29139e6ad6 --- /dev/null +++ b/.changes/1.26.1.json @@ -0,0 +1,27 @@ +[ + { + "category": "``accessanalyzer``", + "description": "This release adds support for six new resource types in IAM Access Analyzer to help you easily identify public and cross-account access to your AWS resources. Updated service API, documentation, and paginators.", + "type": "api-change" + }, + { + "category": "``location``", + "description": "Added new map styles with satellite imagery for map resources using HERE as a data provider.", + "type": "api-change" + }, + { + "category": "``mediatailor``", + "description": "This release is a documentation update", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "Relational Database Service - This release adds support for exporting DB cluster data to Amazon S3.", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "This release adds new enums for supporting Workspaces Core features, including creating Manual running mode workspaces, importing regular Workspaces Core images and importing g4dn Workspaces Core images.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-accessanalyzer-72127.json b/.changes/next-release/api-change-accessanalyzer-72127.json deleted file mode 100644 index 6f1f72bdc614..000000000000 --- a/.changes/next-release/api-change-accessanalyzer-72127.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``accessanalyzer``", - "description": "This release adds support for six new resource types in IAM Access Analyzer to help you easily identify public and cross-account access to your AWS resources. Updated service API, documentation, and paginators." -} diff --git a/.changes/next-release/api-change-location-87148.json b/.changes/next-release/api-change-location-87148.json deleted file mode 100644 index 4fc5ff6f10ab..000000000000 --- a/.changes/next-release/api-change-location-87148.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``location``", - "description": "Added new map styles with satellite imagery for map resources using HERE as a data provider." -} diff --git a/.changes/next-release/api-change-mediatailor-40262.json b/.changes/next-release/api-change-mediatailor-40262.json deleted file mode 100644 index 4526e7cf1ad5..000000000000 --- a/.changes/next-release/api-change-mediatailor-40262.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediatailor``", - "description": "This release is a documentation update" -} diff --git a/.changes/next-release/api-change-rds-69545.json b/.changes/next-release/api-change-rds-69545.json deleted file mode 100644 index 73b9d4041cc4..000000000000 --- a/.changes/next-release/api-change-rds-69545.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "Relational Database Service - This release adds support for exporting DB cluster data to Amazon S3." -} diff --git a/.changes/next-release/api-change-workspaces-30780.json b/.changes/next-release/api-change-workspaces-30780.json deleted file mode 100644 index 5ad88a9c6c08..000000000000 --- a/.changes/next-release/api-change-workspaces-30780.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "This release adds new enums for supporting Workspaces Core features, including creating Manual running mode workspaces, importing regular Workspaces Core images and importing g4dn Workspaces Core images." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cfd7ca425b26..105764f6e5f0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.26.1 +====== + +* api-change:``accessanalyzer``: This release adds support for six new resource types in IAM Access Analyzer to help you easily identify public and cross-account access to your AWS resources. Updated service API, documentation, and paginators. +* api-change:``location``: Added new map styles with satellite imagery for map resources using HERE as a data provider. +* api-change:``mediatailor``: This release is a documentation update +* api-change:``rds``: Relational Database Service - This release adds support for exporting DB cluster data to Amazon S3. +* api-change:``workspaces``: This release adds new enums for supporting Workspaces Core features, including creating Manual running mode workspaces, importing regular Workspaces Core images and importing g4dn Workspaces Core images. + + 1.26.0 ====== diff --git a/awscli/__init__.py b/awscli/__init__.py index 0261ba4db228..85c4e2fecd72 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.26.0' +__version__ = '1.26.1' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index bfc9c52406cb..ccbb09f91da2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.26' # The full version, including alpha/beta/rc tags. -release = '1.26.0' +release = '1.26.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 0f72c9256ac7..280369610d36 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.28.0 + botocore==1.28.1 docutils>=0.10,<0.17 s3transfer>=0.6.0,<0.7.0 PyYAML>=3.10,<5.5 diff --git a/setup.py b/setup.py index 573f78c788e7..068c4fd1366f 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.28.0', + 'botocore==1.28.1', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5',