Discussion:
Bodhi 5.7.0 in Staging
Ryan Lerch
2021-04-19 02:30:51 UTC
Permalink
The newest version of Bodhi (5.7.0) is now available in staging, and ready
to be tested out:

https://bodhi.stg.fedoraproject.org/

This minor release of Bodhi comes with a handful of new features and
bugfixes, including:

Features
========
* Query different Greenwave contexts for critical path updates, allowing for
stricter policies to apply https://github.com/fedora-infra/bodhi/pull/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.
https://github.com/fedora-infra/bodhi/pull/4181

Bug fixes
=========
* Fixed an error about handling bugs in automatic updates
https://github.com/fedora-infra/bodhi/pull/4170
* Side-tag wheren't emptied when updates for current releases were pushed to
stable https://github.com/fedora-infra/bodhi/pull/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
https://github.com/fedora-infra/bodhi/issue/3846
* Clear request status when release goes EOL
https://github.com/fedora-infra/bodhi/issue/4039
* Allow bodhi to not operate automatically on bugs linked to in changelog
for
specific releases https://github.com/fedora-infra/bodhi/issue/4094
* Use the release git branch name to query PDC for critpath components
https://github.com/fedora-infra/bodhi/issue/4177
* Avoid using datetime.utcnow() for updateinfo <updated_date> and
<issued_date>
elements, use "date_submitted" instead.
https://github.com/fedora-infra/bodhi/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 https://github.com/fedora-infra/bodhi/issue/4042

For further information, check out the Bodhi release notes:
https://github.com/fedora-infra/bodhi/releases/tag/5.7.0

cheers,
ryanlerch
Mattia Verga
2021-04-19 06:01:30 UTC
Permalink
Post by Ryan Lerch
The newest version of Bodhi (5.7.0) is now available in staging, and
https://bodhi.stg.fedoraproject.org/
<https://bodhi.stg.fedoraproject.org/>
This minor release of Bodhi comes with a handful of new features and
Thanks for taking care of this! Just a couple of notes:

* Bodhi will avoid sending both 'update can now be pushed' and 'update
has been
Post by Ryan Lerch
pushed' notifications at the same time on updates pushed automatically
https://github.com/fedora-infra/bodhi/issue/3846
<https://github.com/fedora-infra/bodhi/issue/3846>
We need to fix the release notes template, I've just realized the URL
link should be "issues" not "issue"...
Post by Ryan Lerch
* Allow bodhi to not operate automatically on bugs linked to in
changelog for
specific releases https://github.com/fedora-infra/bodhi/issue/4094
<https://github.com/fedora-infra/bodhi/issue/4094>
The configuration file in ansible must be adapted for this to work:

https://github.com/fedora-infra/bodhi/blob/bd90531f64b3ebed1b09acb784169486911d6df3/production.ini#L389

# Exclude some Releases where Updates are created automatically to touch
bugs.
# Comma separated list of Release.name values
# bz_exclude_rels = ELN

The default config doesn't list any exclude.

Mattia
_______________________________________________
infrastructure mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-***@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/***@lists.fedoraproject.org
Do not reply to spam on the list, report it: https://pagure.io/f

Loading...