Skip to content

Commit

Permalink
Merge branch 'develop' into 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abompard committed Nov 6, 2019
2 parents 17779cf + 2a7b5a8 commit 4306910
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 13 deletions.
30 changes: 28 additions & 2 deletions docs/user/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release notes

.. towncrier release notes start
v5.0.0
======

Expand Down Expand Up @@ -64,6 +65,13 @@ Features
* Add frozen release state to bodhi releases list.
* Add API call to retrigger update tests.
* Tidy up the UI.
* Add --user and --password to all actions of the bodhi CLI supporting
--openid-api (for example: waive and trigger) (:pr:`3550`).
* Update ChartJS package and redesign Release page (:pr:`3671`).
* Automatically created updates (e.g. Fedora Rawhide single package updates)
now include a changelog entry in the update notes. (:issue:`3192`).
* Move multi build update that failed to merge in rawhide to pending.
(:issue:`3514`).


Bug fixes
Expand All @@ -83,6 +91,9 @@ Bug fixes
* Allow only 1 update per side tag (:issue:`3484`).
* Disable comments on updates when update is pushed and stable (:issue:`2050`).
* Unify rawhide simple build update with multi build update (:issue:`3513`).
* Prevent crash when compose contains update without builds (:issue:`3471`).
* Added build.update.pushed = True for the signed consumer so that it can be
unpushed. (:issue:`3625`).


Development improvements
Expand All @@ -96,6 +107,14 @@ Development improvements
* Provide authentication in the integration testing environment.
* Make it easier to develop using VS Code.
* Add option to vagrant provisioning to use stg infra.
* Introduction of `Towncrier <https://github.com/hawkowl/towncrier/>`_ to
manage the release notes (:issue:`3562`).


Other changes
^^^^^^^^^^^^^

* List items in RSS feed starting from the most recent (:pr:`3621`).


Contributors
Expand All @@ -105,17 +124,24 @@ The following developers contributed to Bodhi 5.0.0:

* Anatoli Babenia
* Aurélien Bompard
* Randy Barlow
* Clement Verna
* David Fan
* dimitraz
* Lukas Holecek
* Mattia Verga
* Michal Konečný
* Nils Philippsen
* Ondrej Nosek
* Pierre-Yves Chibon
* Randy Barlow
* Rick Elrod
* Robert Scheck
* Ryan Lerch
* Robert Scheck
* Rob Shelly
* Sam Robbins
* Stephen Coady
* siddharthvipul
* subhamkrai
* Sebastian Wojciechowski


Expand Down
1 change: 0 additions & 1 deletion news/3192.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/3562.dev

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/PR3621.other

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion news/_template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ This is a {major|feature|bugfix} release that adds [short summary].
{{ reference(value) }}
{%- if not loop.last %}, {% endif -%}
{%- endfor %}).

{% endfor %}
{% elif category == "migration" %}
This release contains database migrations. To apply them, run::
Expand All @@ -48,6 +47,7 @@ No significant changes.
{% if sections[section]["author"] %}
{{definitions['author']["name"]}}
{{ underline * definitions['author']['name']|length }}

The following developers contributed to this release of Bodhi:

{% for text, values in sections[section]["author"].items() %}
Expand Down
1 change: 0 additions & 1 deletion news/aurelien.author

This file was deleted.

1 change: 0 additions & 1 deletion news/mattia.verga.author

This file was deleted.

0 comments on commit 4306910

Please sign in to comment.