Skip to content

Commit

Permalink
Release 5.5
Browse files Browse the repository at this point in the history
Signed-off-by: Clement Verna <cverna@tutanota.com>
  • Loading branch information
cverna committed Aug 11, 2020
1 parent 89d0f8a commit 937b3a8
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 10 deletions.
16 changes: 11 additions & 5 deletions .mergify.yml
Expand Up @@ -8,17 +8,15 @@ pull_request_rules:
- label!=WIP
- approved-reviews-by=@fedora-infra/bodhi
- status-success=DCO
- status-success=f31-docs
- status-success=f31-unit
- status-success=f31-diff-cover
- status-success=f31-integration
- status-success=f32-docs
- status-success=f32-unit
- status-success=f32-diff-cover
- status-success=pip-docs
- status-success=pip-flake8
- status-success=pip-mypy
- status-success=pip-pydocstyle
- status-success=pip-unit
- status-success=pip-diff-cover
- status-success=pip-integration
name: default
- actions:
backport:
Expand Down Expand Up @@ -60,3 +58,11 @@ pull_request_rules:
- label!=WIP
- label=5.4-backports
name: backport 5.4
- actions:
backport:
branches:
- '5.5'
conditions:
- label!=WIP
- label=5.5-backports
name: backport 5.5
2 changes: 1 addition & 1 deletion bodhi/__init__.py
Expand Up @@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Fedora's update manager."""

__version__ = "5.4.1"
__version__ = "5.5"

# This is a regular expression used to match username mentions in comments.
MENTION_RE = r'(?<!\S)(@\w+)'
28 changes: 28 additions & 0 deletions docs/user/release_notes.rst
Expand Up @@ -4,6 +4,34 @@ Release notes

.. towncrier release notes start
v5.5
====
This is a bugfix release.


Bug fixes
^^^^^^^^^

* Disable manual creation of updates for releases not composed by Bodhi and add
some bits in the docs on how to handle automatic updates not being created
(:issue:`4058`).
* Fix TestCase validation upon feedback submission (:issue:`4088`).
* Do not let update through when bodhi fails to talk to greenwave.
(:issue:`4089`).
* Fix package name encoding in URLs (:issue:`4095`).

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

The following developers contributed to this release of Bodhi:

* Adam Saleh
* Clement Verna
* Karma Dolkar
* Mattia Verga
* Pierre-Yves Chibon


v5.4.1
======
This is a {major|feature|bugfix} release that adds [short summary].
Expand Down
1 change: 0 additions & 1 deletion news/4058.bug

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 937b3a8

Please sign in to comment.