From c77ed5f59dc6bf72435296e85db53c52680b2a0d Mon Sep 17 00:00:00 2001 From: Olivier Ramonat Date: Mon, 3 Apr 2023 09:55:47 +0200 Subject: [PATCH] Publish 22.2.0 --- NEWS.md | 18 +++++++++++++++++- VERSION | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index f8c69f1c..5b1cd1ba 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,23 @@ -# Version 22.2.0 (2022-??-??) *NOT RELEASED YET* +# Version 22.3.0 (2022-??-??) *NOT RELEASED YET* * Nothing +# Version 22.2.0 (2023-04-03) + +* Improve HTTP API support + * Update flask wrapper to accept requests from REST API + * Allow configuring multiple HTTP API stages +* Improve VPC support + * Enable HTTPS more broadly + * Support SES endpoints +* New additions: + * Allow a list of roles in troposphere.iam.Trust + * Add Construct for cloudwatch.Alarm + * Add Construct for dynamodb.Table +* Enhance CD/CI support + * CFNMain now supports a dry run mode for CI + * Add support for blue/green deployment + # Version 22.1.0 (2022-09-02) * First version published on pypi diff --git a/VERSION b/VERSION index 70a91e23..95af4712 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -22.1 +22.2