Release 6.0.0
This is a major release that adds authentication with OpenID Connect.
Backwards incompatible changes
- Support authentication with OpenID Connect, in addition to OpenID. The old OpenID authentication can be accessed by using
/login?method=openid
as the login URL. The bodhi client is switched to OIDC entirely, plain OpenID support has been dropped. Depending on the OIDC provider’s capabilities, users may have to run the bodhi client on a host that has a browser. This will not be the case in Fedora as OOB support has been recently added to Ipsilon. (#1180).
Dependency changes
Features
- Add
update
property tokoji-build-group.build.complete
messages (#4381). - Extend
save_override()
to set the expiration date of an override directly. (#4431).
Bug fixes
- Handle invalid characters in RSS export (PR#4513).
- Fixed a style issue in the web UI where images posted in comments exceed box width (#4327).
- Fix the copyright year in the footer going stale by programatially setting the year. (#4401).
- Bodhi will now obsolete updates being pushed to stable when a newer build is pushed to stable (#4446).
- Exclude the composes property when serializing the Release object to avoid recursion (#4447).
- Adding or removing builds from a side-tag update by CLI causes the from_tag property to be removed (#4452).
- Updates comments with negative karma are now highlighted in red in the webUI (#4500).
- The "karma thumb" now will show any mixed combination of positive/negative votes, rather than the overall count (#4501).
- Fixed a tagging problem when updating the builds list in a side-tag update (#4551).
Contributors
The following developers contributed to this release of Bodhi:
- Adam Saleh
- Aurélien Bompard
- Adam Williamson
- Lenka Segura
- Mattia Verga
- Miro Hrončok
- Ryan Lerch
- Tomáš Hrčka