@@ -3,8 +3,41 @@ Changelog
33
44Unreleased
55~~~~~~~~~~~~~~~~~~~~
6- This release adds an implementation of `S3DestinationPlugin.clean `. This means that when S3 destinations are removed via
7- the UI, Lemur will now delete the associated AWS resource(s).
6+
7+
8+ 1.3.0 - `2023-02-13 `
9+ ~~~~~~~~~~~~~~~~~~~~
10+ This release contains many dependency updates, and numerous added or improved features over the last year.
11+
12+ Some of the notable changes in this release are:
13+ - Removal of AWS S3 destinations and the respetive resources via the UI
14+ - No fine-grained authz for role global_cert_issuer
15+ - De-activate endpoint (Entrust Plugin)
16+ - Remove unsafe paginate method and replace with sort_and_page
17+ - Move to github workflows for tests
18+ - Detect duplicate certs
19+ - Metrics for certificate expiry
20+ - Sync source: handling idle/invalidated connection
21+ - Sync endpoint: capture error and continue
22+ - Domain-level fine-grained authz
23+ - Handle and report authz warmup exception
24+ - Ensure secondary certificates are not removed when rotating AWS endpoints
25+ - Improved metric around expired endpoints
26+ - Change pkg_resources call in plugin loading to use resolve rather than load
27+ - Log when an expiring deployed certificate is detected
28+ - NS1 DNS ACME Plugin
29+ - Add a new endpoint that allows updating a certificate owner
30+ - Support rotating endpoints with non-unique names via CLI
31+ - Restrict multiple accounts on a certificate, by plugin
32+ - Moving to dependabot's auto versioning strategy
33+
34+ Special thanks to all who contributed to this release, notably:
35+
36+ - `Neil Schelly <https://github.com/neilschelly >`_
37+ - `Mitch Cail <https://github.com/mitchcail >`_
38+ - `Bob Shannon <https://github.com/bobmshannon >`_
39+ - `alwaysjolley <https://github.com/alwaysjolley >`_
40+
841
9421.2.0 - `2022-01-31 `
1043~~~~~~~~~~~~~~~~~~~~
0 commit comments