Skip to content

Commit

Permalink
Merge pull request #4321 from Netflix/hosseinsh-changelog-1.3.0
Browse files Browse the repository at this point in the history
Preparing for a release 1.3.0
  • Loading branch information
hosseinsh authored Feb 14, 2023
2 parents 12a1c5d + 599bc54 commit f5acf22
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
37 changes: 35 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,41 @@ Changelog

Unreleased
~~~~~~~~~~~~~~~~~~~~
This release adds an implementation of `S3DestinationPlugin.clean`. This means that when S3 destinations are removed via
the UI, Lemur will now delete the associated AWS resource(s).


1.3.0 - `2023-02-13`
~~~~~~~~~~~~~~~~~~~~
This release contains many dependency updates, and numerous added or improved features over the last year.

Some of the notable changes in this release are:
- Removal of AWS S3 destinations and the respetive resources via the UI
- No fine-grained authz for role global_cert_issuer
- De-activate endpoint (Entrust Plugin)
- Remove unsafe paginate method and replace with sort_and_page
- Move to github workflows for tests
- Detect duplicate certs
- Metrics for certificate expiry
- Sync source: handling idle/invalidated connection
- Sync endpoint: capture error and continue
- Domain-level fine-grained authz
- Handle and report authz warmup exception
- Ensure secondary certificates are not removed when rotating AWS endpoints
- Improved metric around expired endpoints
- Change pkg_resources call in plugin loading to use resolve rather than load
- Log when an expiring deployed certificate is detected
- NS1 DNS ACME Plugin
- Add a new endpoint that allows updating a certificate owner
- Support rotating endpoints with non-unique names via CLI
- Restrict multiple accounts on a certificate, by plugin
- Moving to dependabot's auto versioning strategy

Special thanks to all who contributed to this release, notably:

- `Neil Schelly <https://github.com/neilschelly>`_
- `Mitch Cail <https://github.com/mitchcail>`_
- `Bob Shannon <https://github.com/bobmshannon>`_
- `alwaysjolley <https://github.com/alwaysjolley>`_


1.2.0 - `2022-01-31`
~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion lemur/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
__summary__ = "Certificate management and orchestration service"
__uri__ = "https://github.com/Netflix/lemur"

__version__ = "1.2.dev0"
__version__ = "1.3.dev0"

__author__ = "The Lemur developers"
__email__ = "[email protected]"
Expand Down

0 comments on commit f5acf22

Please sign in to comment.