From 40297e1499bcd66702913c899a0123d9acb1fc1c Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 4 Nov 2022 19:18:25 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-ec2-89646.json | 5 +++++ .changes/next-release/api-change-emrcontainers-89067.json | 5 +++++ .changes/next-release/api-change-endpointrules-10162.json | 5 +++++ .changes/next-release/api-change-logs-76673.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-ec2-89646.json create mode 100644 .changes/next-release/api-change-emrcontainers-89067.json create mode 100644 .changes/next-release/api-change-endpointrules-10162.json create mode 100644 .changes/next-release/api-change-logs-76673.json diff --git a/.changes/next-release/api-change-ec2-89646.json b/.changes/next-release/api-change-ec2-89646.json new file mode 100644 index 000000000000..6ab3a3acc643 --- /dev/null +++ b/.changes/next-release/api-change-ec2-89646.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "This release adds API support for the recipient of an AMI account share to remove shared AMI launch permissions." +} diff --git a/.changes/next-release/api-change-emrcontainers-89067.json b/.changes/next-release/api-change-emrcontainers-89067.json new file mode 100644 index 000000000000..a5aa4af7f089 --- /dev/null +++ b/.changes/next-release/api-change-emrcontainers-89067.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``emr-containers``", + "description": "Adding support for Job templates. Job templates allow you to create and store templates to configure Spark applications parameters. This helps you ensure consistent settings across applications by reusing and enforcing configuration overrides in data pipelines." +} diff --git a/.changes/next-release/api-change-endpointrules-10162.json b/.changes/next-release/api-change-endpointrules-10162.json new file mode 100644 index 000000000000..dd11872bcff4 --- /dev/null +++ b/.changes/next-release/api-change-endpointrules-10162.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``endpoint-rules``", + "description": "Update endpoint-rules command to latest version" +} diff --git a/.changes/next-release/api-change-logs-76673.json b/.changes/next-release/api-change-logs-76673.json new file mode 100644 index 000000000000..9afef079cb21 --- /dev/null +++ b/.changes/next-release/api-change-logs-76673.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``logs``", + "description": "Doc-only update for bug fixes and support of export to buckets encrypted with SSE-KMS" +} From 64ee061a36fc5feba196fa25b74fb041c5220ef6 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 4 Nov 2022 19:18:26 +0000 Subject: [PATCH 2/2] Bumping version to 1.27.3 --- .changes/1.27.3.json | 22 +++++++++++++++++++ .../next-release/api-change-ec2-89646.json | 5 ----- .../api-change-emrcontainers-89067.json | 5 ----- .../api-change-endpointrules-10162.json | 5 ----- .../next-release/api-change-logs-76673.json | 5 ----- CHANGELOG.rst | 9 ++++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 35 insertions(+), 24 deletions(-) create mode 100644 .changes/1.27.3.json delete mode 100644 .changes/next-release/api-change-ec2-89646.json delete mode 100644 .changes/next-release/api-change-emrcontainers-89067.json delete mode 100644 .changes/next-release/api-change-endpointrules-10162.json delete mode 100644 .changes/next-release/api-change-logs-76673.json diff --git a/.changes/1.27.3.json b/.changes/1.27.3.json new file mode 100644 index 000000000000..33074642218e --- /dev/null +++ b/.changes/1.27.3.json @@ -0,0 +1,22 @@ +[ + { + "category": "``ec2``", + "description": "This release adds API support for the recipient of an AMI account share to remove shared AMI launch permissions.", + "type": "api-change" + }, + { + "category": "``emr-containers``", + "description": "Adding support for Job templates. Job templates allow you to create and store templates to configure Spark applications parameters. This helps you ensure consistent settings across applications by reusing and enforcing configuration overrides in data pipelines.", + "type": "api-change" + }, + { + "category": "``logs``", + "description": "Doc-only update for bug fixes and support of export to buckets encrypted with SSE-KMS", + "type": "api-change" + }, + { + "category": "``endpoint-rules``", + "description": "Update endpoint-rules command to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ec2-89646.json b/.changes/next-release/api-change-ec2-89646.json deleted file mode 100644 index 6ab3a3acc643..000000000000 --- a/.changes/next-release/api-change-ec2-89646.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "This release adds API support for the recipient of an AMI account share to remove shared AMI launch permissions." -} diff --git a/.changes/next-release/api-change-emrcontainers-89067.json b/.changes/next-release/api-change-emrcontainers-89067.json deleted file mode 100644 index a5aa4af7f089..000000000000 --- a/.changes/next-release/api-change-emrcontainers-89067.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``emr-containers``", - "description": "Adding support for Job templates. Job templates allow you to create and store templates to configure Spark applications parameters. This helps you ensure consistent settings across applications by reusing and enforcing configuration overrides in data pipelines." -} diff --git a/.changes/next-release/api-change-endpointrules-10162.json b/.changes/next-release/api-change-endpointrules-10162.json deleted file mode 100644 index dd11872bcff4..000000000000 --- a/.changes/next-release/api-change-endpointrules-10162.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``endpoint-rules``", - "description": "Update endpoint-rules command to latest version" -} diff --git a/.changes/next-release/api-change-logs-76673.json b/.changes/next-release/api-change-logs-76673.json deleted file mode 100644 index 9afef079cb21..000000000000 --- a/.changes/next-release/api-change-logs-76673.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``logs``", - "description": "Doc-only update for bug fixes and support of export to buckets encrypted with SSE-KMS" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e49620701fea..eca8c647083e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.27.3 +====== + +* api-change:``ec2``: This release adds API support for the recipient of an AMI account share to remove shared AMI launch permissions. +* api-change:``emr-containers``: Adding support for Job templates. Job templates allow you to create and store templates to configure Spark applications parameters. This helps you ensure consistent settings across applications by reusing and enforcing configuration overrides in data pipelines. +* api-change:``logs``: Doc-only update for bug fixes and support of export to buckets encrypted with SSE-KMS +* api-change:``endpoint-rules``: Update endpoint-rules command to latest version + + 1.27.2 ====== diff --git a/awscli/__init__.py b/awscli/__init__.py index 20004513102d..7fda35ae3959 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.27.2' +__version__ = '1.27.3' # # 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 5eefba1257f4..f3e174584461 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.2' +release = '1.27.3' # 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 4518b0a82ae9..b40b0974f52d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.29.2 + botocore==1.29.3 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 0bbed3556758..c1178e989aae 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.29.2', + 'botocore==1.29.3', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5',