Skip to content

Commit

Permalink
Release 8.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
  • Loading branch information
mattiaverga committed Dec 24, 2023
1 parent f70e197 commit 790be5e
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 8 deletions.
11 changes: 8 additions & 3 deletions bodhi-server/bodhi-server.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
%global pypi_name bodhi-server
%global src_name bodhi_server
%global pypi_version 8.0.0
%global pypi_version 8.0.1
%global client_min_version 8.0.0
%global messages_min_version 8.0.0

Name: %{pypi_name}
Version: %{pypi_version}
Expand Down Expand Up @@ -32,8 +34,8 @@ BuildRequires: createrepo_c
BuildRequires: skopeo
BuildRequires: dnf

Requires: bodhi-client = %{version}
Requires: python3-bodhi-messages = %{version}
Requires: bodhi-client >= %{client_min_version}
Requires: python3-bodhi-messages >= %{messages_min_version}
Requires: fedora-messaging
Requires: git
Requires: httpd
Expand Down Expand Up @@ -156,6 +158,9 @@ install -p -D -m 0644 %{name}.sysusers %{buildroot}%{_sysusersdir}/%{name}.sysus
%pycached %{python3_sitelib}/bodhi/server/metadata.py

%changelog
* Sun Dec 24 2023 Mattia Verga <mattia.verga@fedoraproject.org> - 8.0.1-1
- Update to 8.0.1

* Sat Dec 09 2023 Mattia Verga <mattia.verga@fedoraproject.org> - 8.0.0-1
- Update to 8.0.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.0.0"
version = "8.0.1"
description = "Bodhi server"
readme = "README.rst"
authors = ["Fedora Infrastructure Team"]
Expand Down
24 changes: 24 additions & 0 deletions docs/user/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ Release notes

.. towncrier release notes start
v8.0.1
======


Released on 2023-12-24.
This is a bugfix release that fixes an urgent issue about bodhi-server not
honouring cookie authentication settings.


Bug fixes
^^^^^^^^^

* The Bodhi authentication policy wasn't honoring settings from config
(:pr:`5572`).


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

The following developers contributed to this release of Bodhi:

* Mattia Verga


v8.0.0
======

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

This file was deleted.

3 changes: 0 additions & 3 deletions news/summary.migration

This file was deleted.

0 comments on commit 790be5e

Please sign in to comment.