Skip to content

Commit

Permalink
Release 8.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Verga <[email protected]>
  • Loading branch information
mattiaverga committed Jun 22, 2024
1 parent 5ca83b1 commit e0d6336
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 11 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 8.1.0
%global pypi_version 8.1.1

Name: %{pypi_name}
Version: %{pypi_version}
Expand Down Expand Up @@ -65,6 +65,9 @@ install -pm0644 bodhi-client.bash %{buildroot}%{_sysconfdir}/bash_completion.d/b
%config(noreplace) %{_sysconfdir}/bash_completion.d/bodhi-client.bash

%changelog
* Sat Jun 22 2024 Mattia Verga <[email protected]> - 8.1.1-1
- Update to 8.1.1

* Tue Apr 09 2024 Mattia Verga <[email protected]> - 8.1.0-1
- Update to 8.1.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 = "8.1.0"
version = "8.1.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 8.1.0
%global pypi_version 8.1.1

Name: %{pypi_name}
Version: %{pypi_version}
Expand Down Expand Up @@ -53,6 +53,9 @@ rm -rf %{pypi_name}.egg-info
%doc README.rst

%changelog
* Sat Jun 22 2024 Mattia Verga <[email protected]> - 8.1.1-1
- Update to 8.1.1

* Tue Apr 09 2024 Mattia Verga <[email protected]> - 8.1.0-1
- Update to 8.1.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 = "8.1.0"
version = "8.1.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 8.1.0
%global pypi_version 8.1.1
%global client_min_version 8.0.0
%global messages_min_version 8.0.0

Expand Down Expand Up @@ -160,6 +160,9 @@ install -p -D -m 0644 %{name}.sysusers %{buildroot}%{_sysusersdir}/%{name}.sysus
%pycached %{python3_sitelib}/bodhi/server/metadata.py

%changelog
* Sat Jun 22 2024 Mattia Verga <[email protected]> - 8.1.1-1
- Update to 8.1.1

* Tue Apr 09 2024 Mattia Verga <[email protected]> - 8.1.0-1
- Update to 8.1.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 = "8.1.0"
version = "8.1.1"
description = "Bodhi server"
readme = "README.rst"
authors = ["Fedora Infrastructure Team"]
Expand Down
32 changes: 32 additions & 0 deletions docs/user/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,38 @@ Release notes

.. towncrier release notes start
v8.1.1
======



Released on 2024-06-22.
This is a bugfix release, see below for the details.


Bug fixes
^^^^^^^^^

* Builds passed alongside a side-tag in update forms were not validated
correctly against the side-tag (:pr:`5647`).
* build with spec false: build require python3dist(poetry-core) >= 1 but not in
spec BuildRequires (:pr:`5678`).
* bodhi server web Incorrect static resource path for httpd, always "python3.7"
python3_version in /etc/httpd/conf.d/bodhi.conf, fix in bodhi-server.spec
(:pr:`5680`).
* Fixed the release list web page which was not updated after a release changed
state (:pr:`5684`).
* Fixed bodhi-server enums initialization in Python 3.13 (:issue:`5685`).

Contributors
^^^^^^^^^^^^

The following developers contributed to this release of Bodhi:

* niuwanli
* Mattia Verga


v8.1.0
======

Expand Down
1 change: 0 additions & 1 deletion news/5685.bug

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit e0d6336

Please sign in to comment.