Skip to content

Commit

Permalink
Release 7.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Verga <[email protected]>
  • Loading branch information
mattiaverga committed Jul 30, 2023
1 parent 262fa9f commit 3e78931
Show file tree
Hide file tree
Showing 15 changed files with 62 additions and 14 deletions.
5 changes: 4 additions & 1 deletion bodhi-client/bodhi-client.spec
Original file line number Diff line number Diff line change
@@ -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}
Expand Down Expand Up @@ -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 <[email protected]> - 7.2.1-1
- Update to 7.2.1

* Sun Apr 30 2023 Mattia Verga <[email protected]> - 7.2.0-1
- Update to 7.2.0

Expand Down
2 changes: 1 addition & 1 deletion bodhi-client/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
5 changes: 4 additions & 1 deletion bodhi-messages/bodhi-messages.spec
Original file line number Diff line number Diff line change
@@ -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}
Expand Down Expand Up @@ -52,6 +52,9 @@ rm -rf %{pypi_name}.egg-info
%doc README.rst

%changelog
* Sun Jul 30 2023 Mattia Verga <[email protected]> - 7.2.1-1
- Update to 7.2.1

* Sun Apr 30 2023 Mattia Verga <[email protected]> - 7.2.0-1
- Update to 7.2.0

Expand Down
2 changes: 1 addition & 1 deletion bodhi-messages/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
5 changes: 4 additions & 1 deletion bodhi-server/bodhi-server.spec
Original file line number Diff line number Diff line change
@@ -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}
Expand Down Expand Up @@ -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 <[email protected]> - 7.2.1-1
- Update to 7.2.1

* Sun Apr 30 2023 Mattia Verga <[email protected]> - 7.2.0-1
- Update to 7.2.0

Expand Down
2 changes: 1 addition & 1 deletion bodhi-server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
47 changes: 47 additions & 0 deletions docs/user/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
1 change: 0 additions & 1 deletion news/5404.dev

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 3e78931

Please sign in to comment.