Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 8.1.0 #5639

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@ on:
push:
branches:
- develop
- 7.0
- 7.1
- 7.2
- 8.0
- 8.1
pull_request:
branches:
- develop
- 7.0
- 7.1
- 7.2
- 8.0
- 8.1

jobs:
analyze:
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ on:
workflow_dispatch:
push:
branches:
- 'develop'
- '7.0'
- '7.1'
- '7.2'
- '8.0'
- develop
- 8.0
- 8.1
paths:
- docs/**

Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ on:
push:
branches:
- develop
- 7.1
- 7.2
- 8.0
- 8.1
pull_request:
branches:
- develop
- 7.1
- 7.2
- 8.0
- 8.1

name: Run tests

Expand Down
32 changes: 6 additions & 26 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,42 +50,22 @@ pull_request_rules:
- status-success=Build Documentation (f39)
- status-success=Build Documentation (pip)

- name: backport 7.0
actions:
backport:
branches:
- '7.0'
conditions:
- label!=WIP
- -draft
- label=7.0-backports

- name: backport 7.1
actions:
backport:
branches:
- '7.1'
conditions:
- label!=WIP
- -draft
- label=7.1-backports

- name: backport 7.2
- name: backport 8.0
actions:
backport:
branches:
- '7.2'
- '8.0'
conditions:
- label!=WIP
- -draft
- label=7.2-backports
- label=8.0-backports

- name: backport 8.0
- name: backport 8.1
actions:
backport:
branches:
- '8.0'
- '8.1'
conditions:
- label!=WIP
- -draft
- label=8.0-backports
- label=8.1-backports
5 changes: 4 additions & 1 deletion bodhi-client/bodhi-client.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by pyp2rpm-3.3.7
%global pypi_name bodhi-client
%global src_name bodhi_client
%global pypi_version 8.0.0
%global pypi_version 8.1.0

Name: %{pypi_name}
Version: %{pypi_version}
Expand Down Expand Up @@ -64,6 +64,9 @@ install -pm0644 bodhi-client.bash %{buildroot}%{_sysconfdir}/bash_completion.d/b
%config(noreplace) %{_sysconfdir}/bash_completion.d/bodhi-client.bash

%changelog
* Tue Apr 09 2024 Mattia Verga <[email protected]> - 8.1.0-1
- Update to 8.1.0

* Sat Dec 09 2023 Mattia Verga <[email protected]> - 8.0.0-1
- Update to 8.0.0

Expand Down
2 changes: 1 addition & 1 deletion bodhi-client/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bodhi-client"
version = "8.0.0"
version = "8.1.0"
description = "Bodhi client"
authors = ["Fedora Infrastructure team"]
maintainers = ["Fedora Infrastructure Team <[email protected]>"]
Expand Down
5 changes: 4 additions & 1 deletion bodhi-messages/bodhi-messages.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by pyp2rpm-3.3.7
%global pypi_name bodhi-messages
%global src_name bodhi_messages
%global pypi_version 8.0.0
%global pypi_version 8.1.0

Name: %{pypi_name}
Version: %{pypi_version}
Expand Down Expand Up @@ -52,6 +52,9 @@ rm -rf %{pypi_name}.egg-info
%doc README.rst

%changelog
* Tue Apr 09 2024 Mattia Verga <[email protected]> - 8.1.0-1
- Update to 8.1.0

* Sat Dec 09 2023 Mattia Verga <[email protected]> - 8.0.0-1
- Update to 8.0.0

Expand Down
2 changes: 1 addition & 1 deletion bodhi-messages/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bodhi-messages"
version = "8.0.0"
version = "8.1.0"
description = "JSON schema for messages sent by Bodhi"
readme = "README.rst"
authors = ["Fedora Infrastructure Team"]
Expand Down
5 changes: 4 additions & 1 deletion bodhi-server/bodhi-server.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global pypi_name bodhi-server
%global src_name bodhi_server
%global pypi_version 8.0.2
%global pypi_version 8.1.0
%global client_min_version 8.0.0
%global messages_min_version 8.0.0

Expand Down Expand Up @@ -158,6 +158,9 @@ install -p -D -m 0644 %{name}.sysusers %{buildroot}%{_sysusersdir}/%{name}.sysus
%pycached %{python3_sitelib}/bodhi/server/metadata.py

%changelog
* Tue Apr 09 2024 Mattia Verga <[email protected]> - 8.1.0-1
- Update to 8.1.0

* Thu Jan 11 2024 Mattia Verga <[email protected]> - 8.0.2-1
- Update to 8.0.2

Expand Down
2 changes: 1 addition & 1 deletion bodhi-server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bodhi-server"
version = "8.0.2"
version = "8.1.0"
description = "Bodhi server"
readme = "README.rst"
authors = ["Fedora Infrastructure Team"]
Expand Down
44 changes: 44 additions & 0 deletions docs/user/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,50 @@ Release notes

.. towncrier release notes start

v8.1.0
======



Released on 2024-04-09.
This is a feature release that adds options for running createrepo_c.


Features
^^^^^^^^

* Bodhi can now set a timeout on postgresql database queries (default to 30
sec) (:pr:`5593`).
* The createrepo_c config file now can accept enabling/disabling sqlite
metadata generation and using --compatibility flag (:pr:`5617`).
* Builds submission can now be restricted to only specified sources
(:issue:`5556`).
* A new `/list_releases/` GET endpoint is available to allow retrieving JSON
data through ajax calls. (:issue:`5587`).

Bug fixes
^^^^^^^^^

* Use urljoin for update URLs construction (:issue:`5566`).
* DRPMs can now be disabled per Release in createrepo_c config file
(:issue:`5616`).

Development improvements
^^^^^^^^^^^^^^^^^^^^^^^^

* The Vagrant development environment is entirely removed in favor of BCD, and
bodhi-shell is fixed in BCD. (:issue:`5600`).

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

The following developers contributed to this release of Bodhi:

* Aurélien Bompard
* Adam Williamson
* Mattia Verga


v8.0.2
======

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.