From 61fcba4f457c64b533f0486b04897e04723fb327 Mon Sep 17 00:00:00 2001 From: Hossein Shafagh Date: Wed, 5 Jan 2022 13:50:00 -0800 Subject: [PATCH] preparing for a new release --- CHANGELOG.rst | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0aa348e52c..a3187af35b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,39 @@ Changelog ========= +0.11.0 - `2022-01-05` +~~~~~~~~~~~~~~~~~~~~~ + +This release includes multiple improvements on many fronts. +The next release will be a major release, requiring Python 3.8 or higher. + +Some of the notable changes in this release are: + +- CloudFront Plugin: a new endpoint with rotation support +- Improved Endpoint expiration flow; the Sync job now expires old endpoints +- AWS ELB tag supports to opt-out of auto-rotate for load balancers +- Membership plugin +- Moving Travis Build to Node 16 +- OAuth2 & Ping Config improvement +- Improved Certificate status check +- Improved ACME plugin: + - reuse existing domain validation resulting in faster issuance + - IP certificate issuance support, accompanied by UI support + - emit remaining domain validation +- Azure destination: Switch to PCKS12 upload +- Improved logs, such as: + - Warning logs for admin role assignment and authority creation + - Audit logs in JSON format for better search + - Improved SES logging + +Special thanks to all who contributed to this release, notably: +- `Bob Shannon `_ +- `sirferl `_ +- `Sam Havron `_ +- `Guillaume Dumont `_ +- `Joe McRobot `_ + + 0.10.0 - `2021-06-28` ~~~~~~~~~~~~~~~~~~~~~