Skip to content

Commit

Permalink
Release 7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
  • Loading branch information
mattiaverga committed Mar 11, 2023
1 parent 5a95283 commit ed9ad4e
Show file tree
Hide file tree
Showing 15 changed files with 52 additions and 16 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ on:
push:
branches:
- develop
- 7.0
- 7.1
pull_request:
branches:
- develop
- 7.0
- 7.1

name: Run tests
Expand Down
52 changes: 52 additions & 0 deletions docs/user/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,58 @@ Release notes

.. towncrier release notes start
v7.1.0
======

Released on 2023-03-11.
This is a feature release.


Dependency changes
^^^^^^^^^^^^^^^^^^

* Bodhi now uses pymediawiki instead of the unmaintained simplemediawiki to
fetch test cases (:pr:`4852`).

Features
^^^^^^^^

* bodhi-messages is updated to include additional properties in the message
schemas. The additional properties are: app_name, agent_name, and __str__
(:issue:`4950`).

Bug fixes
^^^^^^^^^

* Retrieving sidetags list for a user not known to Koji caused an exception in
bodhi-server (:pr:`4994`).
* Added support for bleach >= 6.0.0 (:pr:`5003`).
* bodhi-client: do not run `koji wait-repo` when expiring a buildroot override
(:issue:`4830`).
* bodhi-client: fix `--version` option (:issue:`4981`).
* Update notes are now capped to a default of 10k characters, the value can be
customized in config (:issue:`4982`).
* Fixed webUI template where karma and comment icons where misaligned at highly
commented discussions (:issue:`4986`).
* Fixed the template of the update details page, where the testcases tab was
always empty (:issue:`5000`).
* The link to the test gating tab in the update page was fixed (:issue:`5032`).
* The composer is now safer about not triggering stable composes for frozen
releases (:issue:`5080`).
* Rawhide updates which are obsoleted before being pushed will now not be
pushed to stable to avoid confusion (:issue:`5113`).
* Frozen releases didn't show up in filters (:issue:`5115`).

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

The following developers contributed to this release of Bodhi:

* Kevin Fenzi
* Mattia Verga
* Ryan Lerch


v7.0.1
======

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

This file was deleted.

2 changes: 0 additions & 2 deletions news/4950.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/PR4852.dependency

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit ed9ad4e

Please sign in to comment.