From 0d184919b5a79994a6751b20f608044bb499c43c Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 23 Nov 2022 19:21:44 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-grafana-12219.json | 5 +++++ .changes/next-release/api-change-rbin-2942.json | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changes/next-release/api-change-grafana-12219.json create mode 100644 .changes/next-release/api-change-rbin-2942.json diff --git a/.changes/next-release/api-change-grafana-12219.json b/.changes/next-release/api-change-grafana-12219.json new file mode 100644 index 000000000000..71c51bd9e449 --- /dev/null +++ b/.changes/next-release/api-change-grafana-12219.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``grafana``", + "description": "This release includes support for configuring a Grafana workspace to connect to a datasource within a VPC as well as new APIs for configuring Grafana settings." +} diff --git a/.changes/next-release/api-change-rbin-2942.json b/.changes/next-release/api-change-rbin-2942.json new file mode 100644 index 000000000000..d8649661aa4a --- /dev/null +++ b/.changes/next-release/api-change-rbin-2942.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rbin``", + "description": "This release adds support for Rule Lock for Recycle Bin, which allows you to lock retention rules so that they can no longer be modified or deleted." +} From e6b2e683b33e402c116ce4b1943e8443c364190b Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 23 Nov 2022 19:21:56 +0000 Subject: [PATCH 2/2] Bumping version to 1.27.16 --- .changes/1.27.16.json | 12 ++++++++++++ .changes/next-release/api-change-grafana-12219.json | 5 ----- .changes/next-release/api-change-rbin-2942.json | 5 ----- CHANGELOG.rst | 7 +++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 8 files changed, 23 insertions(+), 14 deletions(-) create mode 100644 .changes/1.27.16.json delete mode 100644 .changes/next-release/api-change-grafana-12219.json delete mode 100644 .changes/next-release/api-change-rbin-2942.json diff --git a/.changes/1.27.16.json b/.changes/1.27.16.json new file mode 100644 index 000000000000..c23cf64eed14 --- /dev/null +++ b/.changes/1.27.16.json @@ -0,0 +1,12 @@ +[ + { + "category": "``grafana``", + "description": "This release includes support for configuring a Grafana workspace to connect to a datasource within a VPC as well as new APIs for configuring Grafana settings.", + "type": "api-change" + }, + { + "category": "``rbin``", + "description": "This release adds support for Rule Lock for Recycle Bin, which allows you to lock retention rules so that they can no longer be modified or deleted.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-grafana-12219.json b/.changes/next-release/api-change-grafana-12219.json deleted file mode 100644 index 71c51bd9e449..000000000000 --- a/.changes/next-release/api-change-grafana-12219.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``grafana``", - "description": "This release includes support for configuring a Grafana workspace to connect to a datasource within a VPC as well as new APIs for configuring Grafana settings." -} diff --git a/.changes/next-release/api-change-rbin-2942.json b/.changes/next-release/api-change-rbin-2942.json deleted file mode 100644 index d8649661aa4a..000000000000 --- a/.changes/next-release/api-change-rbin-2942.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rbin``", - "description": "This release adds support for Rule Lock for Recycle Bin, which allows you to lock retention rules so that they can no longer be modified or deleted." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 614c70a89aa4..f9ee84a0d53e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ CHANGELOG ========= +1.27.16 +======= + +* api-change:``grafana``: This release includes support for configuring a Grafana workspace to connect to a datasource within a VPC as well as new APIs for configuring Grafana settings. +* api-change:``rbin``: This release adds support for Rule Lock for Recycle Bin, which allows you to lock retention rules so that they can no longer be modified or deleted. + + 1.27.15 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index f9815016b781..b972ac2c1ea3 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.27.15' +__version__ = '1.27.16' # # 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 8cb5e1f33d52..aa98a51a7bd8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.27.' # The full version, including alpha/beta/rc tags. -release = '1.27.15' +release = '1.27.16' # 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 ef694106efc9..6298ac293d58 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.29.15 + botocore==1.29.16 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 f87464dcf6cb..1892cb69767e 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.29.15', + 'botocore==1.29.16', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5',