forked from openSUSE/open-build-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReleaseNotes-2.11
74 lines (50 loc) · 1.95 KB
/
ReleaseNotes-2.11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#
# Open Build Service 2.11
#
WARNING:
WARNING: This is a development release, not for production usage!
WARNING:
Please read the README.SETUP file for initial installation
instructions or use the OBS Appliance from
http://openbuildservice.org/download/
There is also an install medium which installs OBS on hard disk now.
dist/README.UPDATERS file has information for updaters.
OBS Appliance users who have setup their LVM can just replace
their appliance image without data loss. The migration will
happen automatically.
Features
========
Generic:
* Search was improved: New and updated projects/packages are indexed directly instead
of once every hour. As configuration files for Thinking Sphinx were changed, running
a 'ts:rebuild' task is needed after deployment, as user wwwrun:
'chroot --userspec=wwwrun:www / /bin/bash -c "cd /srv/www/obs/api/ && /usr/bin/bundle.ruby2.5 exec rails ts:rebuild RAILS_ENV=production"'
User Interface:
* Colors were adjusted to improve contrast thus improving readability
* The diff box from requests are now being rendered with ruby and coderay instead of CodeMirror
Backend & build support:
*
Bugfixes:
*
Intentional changes:
====================
Backend:
* .sha256 files get gpg signed in detached mode now
* .packages files get not anymore published
* Switched from OR to AND when checking CPU flags in _constraints file
Webui:
Features enabled by default:
* Image Template
* Kiwi Image Editor
* Cloud upload for EC2
* Cloud upload for Azure
* Removed the following routes:
- /home/my_work
- /home/home_project
- /home/list_my
Breaking API changes:
=====================
* Status messages endpoints. Check the API documentation for the new format.
* The API endpoint '/announcements' is deprecated and will be removed in the
next version. Announcements can be created through Status Messages by using
'announcement' severity. Check the API documentation about Status Messages.