Skip to content

Commit f5acf22

Browse files
authored
Merge pull request #4321 from Netflix/hosseinsh-changelog-1.3.0
Preparing for a release 1.3.0
2 parents 12a1c5d + 599bc54 commit f5acf22

File tree

2 files changed

+36
-3
lines changed

2 files changed

+36
-3
lines changed

CHANGELOG.rst

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,41 @@ Changelog
33

44
Unreleased
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

942
1.2.0 - `2022-01-31`
1043
~~~~~~~~~~~~~~~~~~~~

lemur/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
__summary__ = "Certificate management and orchestration service"
1616
__uri__ = "https://github.com/Netflix/lemur"
1717

18-
__version__ = "1.2.dev0"
18+
__version__ = "1.3.dev0"
1919

2020
__author__ = "The Lemur developers"
2121
__email__ = "security@netflix.com"

0 commit comments

Comments
 (0)