Skip to content

Commit

Permalink
Release 7.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Verga <[email protected]>
  • Loading branch information
mattiaverga committed Jan 14, 2023
1 parent 4600af0 commit 65b748e
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 8 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.0.0
%global pypi_version 7.0.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
* Sat Jan 14 2023 Mattia Verga <[email protected]> - 7.0.1-1
- Update to 7.0.1

* Sat Nov 26 2022 Mattia Verga <[email protected]> - 7.0.0-1
- Update to 7.0.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.0.0"
version = "7.0.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.0.0
%global pypi_version 7.0.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
* Sat Jan 14 2023 Mattia Verga <[email protected]> - 7.0.1-1
- Update to 7.0.1

* Sat Nov 26 2022 Mattia Verga <[email protected]> - 7.0.0-1
- Update to 7.0.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.0.0"
version = "7.0.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.0.0
%global pypi_version 7.0.1

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

%changelog
* Sat Jan 14 2023 Mattia Verga <[email protected]> - 7.0.1-1
- Update to 7.0.1

* Sat Nov 26 2022 Mattia Verga <[email protected]> - 7.0.0-1
- Update to 7.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 = "7.0.0"
version = "7.0.1"
description = "Bodhi server"
readme = "README.rst"
authors = ["Fedora Infrastructure Team"]
Expand Down
22 changes: 22 additions & 0 deletions docs/user/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ Release notes

.. towncrier release notes start
v7.0.1
======

Released on 2023-01-14.
This is a bugfix release.


Bug fixes
^^^^^^^^^

* Fixed template in overrides list page which prevents the display of filters
dropdown (:pr:`4844`).
* Fixed a possible XSS attack vector in update_form.js (:pr:`4845`).

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

The following developers contributed to this release of Bodhi:

* Mattia Verga


v7.0.0
======

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

This file was deleted.

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

This file was deleted.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ testpaths = ["tests"]

[tool.towncrier]
package = "bodhi"
package_dir = "./bodhi-server"
filename = "docs/user/release_notes.rst"
directory = "news/"
title_format = "v{version}"
Expand Down

0 comments on commit 65b748e

Please sign in to comment.