Skip to content

Commit

Permalink
changelog 1.1.0 (#3941)
Browse files Browse the repository at this point in the history
* changelog 1.1.0

* typo

Co-authored-by: sayali <[email protected]>
  • Loading branch information
charhate and charhate authored Jan 11, 2022
1 parent ea2e97b commit ebaf34f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@ Changelog
=========


1.1.0 - `2022-01-10`
~~~~~~~~~~~~~~~~~~~~

Introducing new Plugins AuthorizationPlugin(Plugin) and DomainAuthorizationPlugin(AuthorizationPlugin).
One can implement a DomainAuthorizationPlugin to check if caller is authorized to issue a certificate
for a given Common Name and Subject Alternative Name (SAN) of type DNSName (PR `#3889 <https://github.com/Netflix/lemur/pull/3889>`_)

Related to the above change (PR `#3889 <https://github.com/Netflix/lemur/pull/3889>`_), a new column `application_name`
is added to the `api_keys` table. Null values are allowed making sure this change is backward compatible.

Other notable changes:
- A task name is fixed from `identity_expiring_deployed_certificates` -> `identify_expiring_deployed_certificates`. The
old task name with typo is marked as deprecated and will be removed in future release flagging it as a breaking change.
(Thanks to `Bob Shannon <https://github.com/bobmshannon>`_)
- ID filter on certificates UI requires a numeric value.


1.0.0 - `2022-01-06`
~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit ebaf34f

Please sign in to comment.