From fa751d42a6f1734c78f51257d7e909e20001f178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 10 Nov 2021 10:24:35 +0100 Subject: [PATCH] Version 1.4.0 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 | 36 ++++++++++++++++++++++++++++++++++++ news/309.feature | 1 - news/568.feature | 1 - news/676.feature | 1 - news/678.bug | 1 - news/689.feature | 1 - news/719.bug | 1 - news/780.feature | 1 - pyproject.toml | 2 +- 9 files changed, 37 insertions(+), 8 deletions(-) delete mode 100644 news/309.feature delete mode 100644 news/568.feature delete mode 100644 news/676.feature delete mode 100644 news/678.bug delete mode 100644 news/689.feature delete mode 100644 news/719.bug delete mode 100644 news/780.feature diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 9bcae3385..8bb33d0a8 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -4,6 +4,42 @@ Release notes .. towncrier release notes start +v1.4.0 +====== + +Released on 2021-11-10. +This is a feature and bugfix release. + +Features +^^^^^^^^ + +* Improve the display of group communication channels (IRC or Matrix) + (:issue:`309`). +* Add the email address in the user's profile (:issue:`568`). +* Display the SSH public keys on the user's profile (:issue:`676`). +* Mention that Fedora and CentOS accounts are merged (:issue:`689`). +* The Matrix server now defaults to fedora.im, and the Matrix web client + instance defaults to https://chat.fedoraproject.org (:issue:`780`). + +Bug Fixes +^^^^^^^^^ + +* Change the Lost OTP link and wording to limit spam email on our admin mailbox + (:issue:`678`). +* Handle password changes for manually created users (:issue:`719`). + +Contributors +^^^^^^^^^^^^ + +Many thanks to the contributors of bug reports, pull requests, and pull request +reviews for this release: + +* Aurélien Bompard +* Charles Lee +* Hela Basa +* Josep M. Ferrer + + v1.3.0 ====== diff --git a/news/309.feature b/news/309.feature deleted file mode 100644 index a3355ac09..000000000 --- a/news/309.feature +++ /dev/null @@ -1 +0,0 @@ -Improve the display of group communication channels (IRC or Matrix) diff --git a/news/568.feature b/news/568.feature deleted file mode 100644 index f10f5d2d5..000000000 --- a/news/568.feature +++ /dev/null @@ -1 +0,0 @@ -Add the email address in the user's profile diff --git a/news/676.feature b/news/676.feature deleted file mode 100644 index cdb1881f0..000000000 --- a/news/676.feature +++ /dev/null @@ -1 +0,0 @@ -Display the SSH public keys on the user's profile diff --git a/news/678.bug b/news/678.bug deleted file mode 100644 index 67e8dd73a..000000000 --- a/news/678.bug +++ /dev/null @@ -1 +0,0 @@ -Change the Lost OTP link and wording to limit spam email on our admin mailbox diff --git a/news/689.feature b/news/689.feature deleted file mode 100644 index 80303b25a..000000000 --- a/news/689.feature +++ /dev/null @@ -1 +0,0 @@ -Mention that Fedora and CentOS accounts are merged diff --git a/news/719.bug b/news/719.bug deleted file mode 100644 index af573e6d0..000000000 --- a/news/719.bug +++ /dev/null @@ -1 +0,0 @@ -Handle password changes for manually created users diff --git a/news/780.feature b/news/780.feature deleted file mode 100644 index 438c56e8e..000000000 --- a/news/780.feature +++ /dev/null @@ -1 +0,0 @@ -The Matrix server now defaults to fedora.im, and the Matrix web client instance defaults to https://chat.fedoraproject.org diff --git a/pyproject.toml b/pyproject.toml index 024549352..44bdf225d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noggin-aaa" -version = "1.3.0" +version = "1.4.0" 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"