From 29bc0f846a2818f23b4e95d40799ea09c349f7c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 16 Jan 2023 15:40:03 +0100 Subject: [PATCH] Version 1.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- docs/release_notes.rst | 37 +++++++++++++++++++++++++++++++++++++ news/1079.bug | 3 --- news/817.bug | 1 - news/PR1008.feature | 1 - pyproject.toml | 2 +- 5 files changed, 38 insertions(+), 6 deletions(-) delete mode 100644 news/1079.bug delete mode 100644 news/817.bug delete mode 100644 news/PR1008.feature diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 6fbd7ba5f..d8df939f4 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -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 ====== diff --git a/news/1079.bug b/news/1079.bug deleted file mode 100644 index 248da995b..000000000 --- a/news/1079.bug +++ /dev/null @@ -1,3 +0,0 @@ -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. diff --git a/news/817.bug b/news/817.bug deleted file mode 100644 index 0030bc9b0..000000000 --- a/news/817.bug +++ /dev/null @@ -1 +0,0 @@ -`/forgot-password/ask` endpoint now handles smtplib.SMTPRecipientsRefused error gracefully. diff --git a/news/PR1008.feature b/news/PR1008.feature deleted file mode 100644 index 028a3d6c8..000000000 --- a/news/PR1008.feature +++ /dev/null @@ -1 +0,0 @@ -Add compatibility with Flask 2.2.X by using ``register_error_handler`` instead of a plain WSGI wrapper. diff --git a/pyproject.toml b/pyproject.toml index b80ecf32b..1bff61255 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"