From 86e1050b644a2abe456d2283f37f44f0903a9fc9 Mon Sep 17 00:00:00 2001 From: Mattia Verga Date: Sat, 18 Mar 2023 10:23:38 +0100 Subject: [PATCH] Release 7.1.1 Signed-off-by: Mattia Verga --- bodhi-client/bodhi-client.spec | 5 ++++- bodhi-client/pyproject.toml | 2 +- bodhi-messages/bodhi-messages.spec | 5 ++++- bodhi-messages/pyproject.toml | 2 +- bodhi-server/bodhi-server.spec | 5 ++++- bodhi-server/pyproject.toml | 2 +- docs/user/release_notes.rst | 23 +++++++++++++++++++++++ news/PR5139.feature | 1 - news/PR5154.feature | 1 - 9 files changed, 38 insertions(+), 8 deletions(-) delete mode 100644 news/PR5139.feature delete mode 100644 news/PR5154.feature diff --git a/bodhi-client/bodhi-client.spec b/bodhi-client/bodhi-client.spec index f5e496f61f..af618f9f5d 100644 --- a/bodhi-client/bodhi-client.spec +++ b/bodhi-client/bodhi-client.spec @@ -1,7 +1,7 @@ # Created by pyp2rpm-3.3.7 %global pypi_name bodhi-client %global src_name bodhi_client -%global pypi_version 7.1.0 +%global pypi_version 7.1.1 Name: %{pypi_name} Version: %{pypi_version} @@ -64,6 +64,9 @@ install -pm0644 bodhi-client.bash %{buildroot}%{_sysconfdir}/bash_completion.d/b %config(noreplace) %{_sysconfdir}/bash_completion.d/bodhi-client.bash %changelog +* Sat Mar 18 2023 Mattia Verga - 7.1.1-1 +- Update to 7.1.1 + * Sun Jan 22 2023 Mattia Verga - 7.1.0-1 - Update to 7.1.0 diff --git a/bodhi-client/pyproject.toml b/bodhi-client/pyproject.toml index 811de18316..94a2e70d13 100644 --- a/bodhi-client/pyproject.toml +++ b/bodhi-client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bodhi-client" -version = "7.1.0" +version = "7.1.1" description = "Bodhi client" authors = ["Fedora Infrastructure team"] maintainers = ["Fedora Infrastructure Team "] diff --git a/bodhi-messages/bodhi-messages.spec b/bodhi-messages/bodhi-messages.spec index 8494b5dc83..1eef70b9e1 100644 --- a/bodhi-messages/bodhi-messages.spec +++ b/bodhi-messages/bodhi-messages.spec @@ -1,7 +1,7 @@ # Created by pyp2rpm-3.3.7 %global pypi_name bodhi-messages %global src_name bodhi_messages -%global pypi_version 7.1.0 +%global pypi_version 7.1.1 Name: %{pypi_name} Version: %{pypi_version} @@ -52,6 +52,9 @@ rm -rf %{pypi_name}.egg-info %doc README.rst %changelog +* Sat Mar 18 2023 Mattia Verga - 7.1.1-1 +- Update to 7.1.1 + * Sun Jan 22 2023 Mattia Verga - 7.1.0-1 - Update to 7.1.0 diff --git a/bodhi-messages/pyproject.toml b/bodhi-messages/pyproject.toml index 0ac3347c49..b1220a51c4 100644 --- a/bodhi-messages/pyproject.toml +++ b/bodhi-messages/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bodhi-messages" -version = "7.1.0" +version = "7.1.1" description = "JSON schema for messages sent by Bodhi" readme = "README.rst" authors = ["Fedora Infrastructure Team"] diff --git a/bodhi-server/bodhi-server.spec b/bodhi-server/bodhi-server.spec index 718f7f3d04..a9d5a978e4 100644 --- a/bodhi-server/bodhi-server.spec +++ b/bodhi-server/bodhi-server.spec @@ -1,6 +1,6 @@ %global pypi_name bodhi-server %global src_name bodhi_server -%global pypi_version 7.1.0 +%global pypi_version 7.1.1 Name: %{pypi_name} Version: %{pypi_version} @@ -151,6 +151,9 @@ install -p -D -m 0644 %{name}.sysusers %{buildroot}%{_sysusersdir}/%{name}.sysus %pycached %{python3_sitelib}/bodhi/server/metadata.py %changelog +* Sat Mar 18 2023 Mattia Verga - 7.1.1-1 +- Update to 7.1.1 + * Sun Jan 22 2023 Mattia Verga - 7.1.0-1 - Update to 7.1.0 diff --git a/bodhi-server/pyproject.toml b/bodhi-server/pyproject.toml index 7d96a874dd..da33628c63 100644 --- a/bodhi-server/pyproject.toml +++ b/bodhi-server/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bodhi-server" -version = "7.1.0" +version = "7.1.1" description = "Bodhi server" readme = "README.rst" authors = ["Fedora Infrastructure Team"] diff --git a/docs/user/release_notes.rst b/docs/user/release_notes.rst index 03013ba008..9234359ed4 100644 --- a/docs/user/release_notes.rst +++ b/docs/user/release_notes.rst @@ -4,6 +4,29 @@ Release notes .. towncrier release notes start +v7.1.1 +====== + +Released on 2023-03-18. +This is a minor feature release. + + +Features +^^^^^^^^ + +* The automated tests tab will now display information about `queued` and + `running` tests (:pr:`5139`). +* Copy additional config files for pungi (:pr:`5154`). + +Contributors +^^^^^^^^^^^^ + +The following developers contributed to this release of Bodhi: + +* Adam Williamson +* Michal Konečný + + v7.1.0 ====== diff --git a/news/PR5139.feature b/news/PR5139.feature deleted file mode 100644 index 077b3d2bf7..0000000000 --- a/news/PR5139.feature +++ /dev/null @@ -1 +0,0 @@ -The automated tests tab will now display information about `queued` and `running` tests diff --git a/news/PR5154.feature b/news/PR5154.feature deleted file mode 100644 index 9ecd4a7b5a..0000000000 --- a/news/PR5154.feature +++ /dev/null @@ -1 +0,0 @@ -Copy additional config files for pungi