Skip to content

Commit

Permalink
Prepare Beaker 29 RC1
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Styk <mart.styk@gmail.com>
  • Loading branch information
StykMartin committed Dec 26, 2023
1 parent a927fca commit 275411e
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def bash_completion_dir():

setup(
name='beaker-client',
version='28.3',
version='29.0rc1',
description='Command-line client for interacting with Beaker',
author='Red Hat, Inc.',
author_email='beaker-devel@lists.fedorahosted.org',
Expand Down
2 changes: 1 addition & 1 deletion Common/bkr/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# code in bkr.__init__), the version details are retrieved from here in
# order to correctly handle module shadowing on sys.path

__version__ = '28.3'
__version__ = '29.0rc1'
2 changes: 1 addition & 1 deletion Common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='beaker-common',
version='28.3',
version='29.0rc1',
description='Common components for Beaker packages',
author='Red Hat, Inc.',
author_email='beaker-devel@lists.fedorahosted.org',
Expand Down
2 changes: 1 addition & 1 deletion IntegrationTests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def get_compose_layout():

setup(
name='beaker-integration-tests',
version='28.3',
version='29.0rc1',
description='Integration tests for Beaker',
author='Red Hat, Inc.',
author_email='beaker-devel@lists.fedorahosted.org',
Expand Down
2 changes: 1 addition & 1 deletion LabController/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def systemd_tmpfiles_dir():

setup(
name='beaker-lab-controller',
version='28.3',
version='29.0rc1',
description='Daemons for controlling a Beaker lab',
author='Red Hat, Inc.',
author_email='beaker-devel@lists.fedorahosted.org',
Expand Down
1 change: 1 addition & 0 deletions Server/bkr/server/tools/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ def beaker_version_to_schema_version(version):
# git log -n 1 --stat -- .
# And use the prefix of the file that changed
beaker_versions = {
'29': '140c5eea2836',
'28': '4b3a6065eba2',
'27': '4cddc14ab090',
'26': '348daa35773c',
Expand Down
2 changes: 1 addition & 1 deletion Server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def find_data_recursive(dest_dir, src_dir, exclude=frozenset()):
setup(
name='beaker-server',
namespace_packages = ['bkr'],
version='28.3',
version='29.0rc1',
description='Beaker scheduler and web interface',
long_description=
'Beaker is a system for full stack software integration testing '
Expand Down
6 changes: 3 additions & 3 deletions beaker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
# not representable in RPM. For example, a release candidate might be 0.15.0rc1
# but that is not usable for the RPM Version because it sorts higher than
# 0.15.0, so the RPM will have Version 0.15.0 and Release 0.rc1 in that case.
%global upstream_version 28.3
%global upstream_version 29.0rc1

Name: beaker
Version: 28.3
Release: 1%{?dist}
Version: 29.0
Release: 0.rc1%{?dist}
Summary: Full-stack software and hardware integration testing system
Group: Applications/Internet
License: GPLv2+ and BSD
Expand Down
1 change: 1 addition & 0 deletions documentation/admin-guide/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ upgrade procedures described above, with the following differences:
============== ================
Beaker release Database version
============== ================
29 ``140c5eea2836``
28 ``4b3a6065eba2``
27 ``4cddc14ab090``
26 ``348daa35773c``
Expand Down

0 comments on commit 275411e

Please sign in to comment.