Skip to content

Commit

Permalink
Version 1.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Jan 16, 2023
1 parent 8ce5c6e commit 29bc0f8
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 6 deletions.
37 changes: 37 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,43 @@ Release notes

.. towncrier release notes start
v1.7.1
======

Released on 2023-01-17.
This is a bugfix release.

Features
^^^^^^^^

* Add compatibility with Flask 2.2.X by using ``register_error_handler``
instead of a plain WSGI wrapper. (:pr:`1008`).

Bug Fixes
^^^^^^^^^

* ``/forgot-password/ask`` endpoint now handles ``smtplib.SMTPRecipientsRefused``
error gracefully. (:issue:`817`).
* Store the chosen IPA server in the session for both the user client and the
admin client. This prevents admin commands from running on a server and user
commands running on another. (:issue:`1079`).

Contributors
^^^^^^^^^^^^

Many thanks to the contributors of bug reports, pull requests, and pull request
reviews for this release:

* Ettore Atalan
* Aurélien Bompard
* Francois Andrieu
* Erol Keskin
* Ernedin Zajko
* Hoppár Zoltán
* Nathan
* Robert Klein


v1.7.0
======

Expand Down
3 changes: 0 additions & 3 deletions news/1079.bug

This file was deleted.

1 change: 0 additions & 1 deletion news/817.bug

This file was deleted.

1 change: 0 additions & 1 deletion news/PR1008.feature

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "noggin-aaa"
version = "1.7.0"
version = "1.7.1"
description = "Noggin is a self-service portal for FreeIPA. The primary purpose of the portal is to allow users to sign up and manage their account information and group membership."

license = "MIT"
Expand Down

0 comments on commit 29bc0f8

Please sign in to comment.