Skip to content

Commit

Permalink
Release 5.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Verga <[email protected]>
  • Loading branch information
mattiaverga authored and ryanlerch committed Apr 13, 2021
1 parent 8e9ed7f commit bd90531
Show file tree
Hide file tree
Showing 13 changed files with 54 additions and 25 deletions.
20 changes: 6 additions & 14 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,16 @@ pull_request_rules:
- actions:
backport:
branches:
- '5.4'
conditions:
- label!=WIP
- label=5.4-backports
name: backport 5.4
- actions:
backport:
branches:
- '5.5'
- '5.6'
conditions:
- label!=WIP
- label=5.5-backports
name: backport 5.5
- label=5.6-backports
name: backport 5.6
- actions:
backport:
branches:
- '5.6'
- '5.7'
conditions:
- label!=WIP
- label=5.6-backports
name: backport 5.6
- label=5.7-backports
name: backport 5.7
2 changes: 1 addition & 1 deletion bodhi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Fedora's update manager."""

__version__ = "5.6.1"
__version__ = "5.7.0"

# This is a regular expression used to match username mentions in comments.
MENTION_RE = r'(?<!\S)(@\w+)'
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
v5.7.0
======
This is a feature release.


Features
^^^^^^^^

* Query different Greenwave contexts for critical path updates, allowing for
stricter policies to apply (:pr:`4180`).
* Use Pagure's `hascommit` new endpoint API to check user's rights to
create/edit updates. This allow collaborators to push updates for releases
for which they have commit access. (:pr:`4181`).

Bug fixes
^^^^^^^^^

* Fixed an error about handling bugs in automatic updates (:pr:`4170`).
* Side-tag wheren't emptied when updates for current releases were pushed to
stable (:pr:`4173`).
* Bodhi will avoid sending both 'update can now be pushed' and 'update has been
pushed' notifications at the same time on updates pushed automatically
(:issue:`3846`).
* Clear request status when release goes EOL (:issue:`4039`).
* Allow bodhi to not operate automatically on bugs linked to in changelog for
specific releases (:issue:`4094`).
* Use the release git branch name to query PDC for critpath components
(:issue:`4177`).
* Avoid using datetime.utcnow() for updateinfo <updated_date> and <issued_date>
elements, use "date_submitted" instead. (:issue:`4189`).
* Updates which already had a comment that they can be pushed to stable were
not automatically pushed to stable when the `stable_days` threshold was
reached (:issue:`4042`).

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

The following developers contributed to this release of Bodhi:

* Adam Saleh
* Adam Williamson
* Clement Verna
* Daniel Alley
* Mattia Verga
* Andrea Misuraca


v5.6.1
======
This is a bugfix release.
Expand Down
1 change: 0 additions & 1 deletion news/3846.bug

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit bd90531

Please sign in to comment.