diff --git a/bodhi-client/bodhi-client.spec b/bodhi-client/bodhi-client.spec index c32b4bf5bd..0d5d37860d 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.2.0 +%global pypi_version 7.2.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 +* Sun Jul 30 2023 Mattia Verga - 7.2.1-1 +- Update to 7.2.1 + * Sun Apr 30 2023 Mattia Verga - 7.2.0-1 - Update to 7.2.0 diff --git a/bodhi-client/pyproject.toml b/bodhi-client/pyproject.toml index a91beae078..7715edea3d 100644 --- a/bodhi-client/pyproject.toml +++ b/bodhi-client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bodhi-client" -version = "7.2.0" +version = "7.2.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 d6ee0dcc20..06a9219b52 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.2.0 +%global pypi_version 7.2.1 Name: %{pypi_name} Version: %{pypi_version} @@ -52,6 +52,9 @@ rm -rf %{pypi_name}.egg-info %doc README.rst %changelog +* Sun Jul 30 2023 Mattia Verga - 7.2.1-1 +- Update to 7.2.1 + * Sun Apr 30 2023 Mattia Verga - 7.2.0-1 - Update to 7.2.0 diff --git a/bodhi-messages/pyproject.toml b/bodhi-messages/pyproject.toml index 5ffbc90858..1fff671a8f 100644 --- a/bodhi-messages/pyproject.toml +++ b/bodhi-messages/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bodhi-messages" -version = "7.2.0" +version = "7.2.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 c17a04eaf3..299b1ec2fb 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.2.0 +%global pypi_version 7.2.1 Name: %{pypi_name} Version: %{pypi_version} @@ -153,6 +153,9 @@ install -p -D -m 0644 %{name}.sysusers %{buildroot}%{_sysusersdir}/%{name}.sysus %pycached %{python3_sitelib}/bodhi/server/metadata.py %changelog +* Sun Jul 30 2023 Mattia Verga - 7.2.1-1 +- Update to 7.2.1 + * Sun Apr 30 2023 Mattia Verga - 7.2.0-1 - Update to 7.2.0 diff --git a/bodhi-server/pyproject.toml b/bodhi-server/pyproject.toml index d6c203c2c7..60c6f41563 100644 --- a/bodhi-server/pyproject.toml +++ b/bodhi-server/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bodhi-server" -version = "7.2.0" +version = "7.2.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 1dd2339b1b..f385ee0d0d 100644 --- a/docs/user/release_notes.rst +++ b/docs/user/release_notes.rst @@ -4,6 +4,53 @@ Release notes .. towncrier release notes start +v7.2.1 +====== + + + +Released on 2023-07-30. +This is a bugfix release. + + +Features +^^^^^^^^ + +* If an update has got any failing test, an help box is displayed in the + Automated Tests tab (:pr:`5382`). + +Bug fixes +^^^^^^^^^ + +* On the Automated Tests tab, passed tests that are 'required' now correctly + show as such (:pr:`5388`). +* client: do not rely on `HOME` being defined in os.environ variables + (:pr:`5398`). +* server: when resubmitting a pending update to testing, make sure the release + candidate tag is applied to all builds (:pr:`5400`). +* Fixed wrong update attribution in ready for testing message string + (:issue:`5415`). +* Fixed missing whitespace in "bodhi update completed push to testing" + (:issue:`5416`). +* Update testing instruction command is now clearer as it now warns users that + it may take up to 24 hours for an update to propagate to mirrors + (:issue:`5428`). + +Development improvements +^^^^^^^^^^^^^^^^^^^^^^^^ + +* Added support for dnf5 to repository sanity check tests (:issue:`5404`). + +Contributors +^^^^^^^^^^^^ + +The following developers contributed to this release of Bodhi: + +* Aurélien Bompard +* Adam Williamson +* Mattia Verga + + v7.2.0 ====== diff --git a/news/5404.dev b/news/5404.dev deleted file mode 100644 index e5def02d68..0000000000 --- a/news/5404.dev +++ /dev/null @@ -1 +0,0 @@ -Added support for dnf5 to repository sanity check tests diff --git a/news/5415.bug b/news/5415.bug deleted file mode 100644 index a018c3d027..0000000000 --- a/news/5415.bug +++ /dev/null @@ -1 +0,0 @@ -Fixed wrong update attribution in ready for testing message string diff --git a/news/5416.bug b/news/5416.bug deleted file mode 100644 index 3e552035ca..0000000000 --- a/news/5416.bug +++ /dev/null @@ -1 +0,0 @@ -Fixed missing whitespace in "bodhi update completed push to testing" diff --git a/news/5428.bug b/news/5428.bug deleted file mode 100644 index 236a06e807..0000000000 --- a/news/5428.bug +++ /dev/null @@ -1 +0,0 @@ -Update testing instruction command is now clearer as it now warns users that it may take up to 24 hours for an update to propagate to mirrors diff --git a/news/PR5382.feature b/news/PR5382.feature deleted file mode 100644 index 352be3046c..0000000000 --- a/news/PR5382.feature +++ /dev/null @@ -1 +0,0 @@ -If an update has got any failing test, an help box is displayed in the Automated Tests tab diff --git a/news/PR5388.bug b/news/PR5388.bug deleted file mode 100644 index 1556043cb9..0000000000 --- a/news/PR5388.bug +++ /dev/null @@ -1 +0,0 @@ -On the Automated Tests tab, passed tests that are 'required' now correctly show as such diff --git a/news/PR5398.bug b/news/PR5398.bug deleted file mode 100644 index afab2f9751..0000000000 --- a/news/PR5398.bug +++ /dev/null @@ -1 +0,0 @@ -client: do not rely on `HOME` being defined in os.environ variables diff --git a/news/PR5400.bug b/news/PR5400.bug deleted file mode 100644 index ded0aa4baf..0000000000 --- a/news/PR5400.bug +++ /dev/null @@ -1 +0,0 @@ -server: when resubmitting a pending update to testing, make sure the release candidate tag is applied to all builds