-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReleaseNotes-2.7
151 lines (128 loc) · 6.51 KB
/
ReleaseNotes-2.7
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
#
# Open Build Service 2.7
#
Please read the README.md file for initial installation
instructions or use the OBS Appliance from
http://openbuildservice.org/download/
If you already have a running OBS installation and want to update it, please
read also the README.UPDATERS file about the necessary steps. Please note that
you need to have at least OBS 2.5 to be able to update to OBS 2.7 release.
Migrations from older OBS versions will fail.
OBS Appliance users who have setup their LVM according to our documentation can
just replace their appliance image without data loss. The migration will happen
automatically.
OBS 2.7 will be the last release supporting SUSE Linux Enterprise Server 11 as
operating system for the server installation.
Changes On Purpose
==================
* Repository meta data and packages are now signed with sha256 instead of sha1 if RSA is used
* Force login for all API calls (Exception are /public, /trigger and /about routes).
* The experimental Download On Demand configurations are not supported anymore.
A new, fully supported implementation is in place (see below).
* Adding git repositories is using the new "obs_scm" service now.
* Users are allowed to add themself in their home project, even when they got removed.
Admins can set the user state to "locked" when they do want to block them.
* request "addrevision" option is using unexpanded revision when "updatelink" option is used
* package search for bug issues in attributes is done via own attribute_issue xpath attribute.
the search api used to match source and attribute issues via same xpath attribute before
General Features
================
* Incremental storage of sources from upstream SCM systems
* cpio archives are stored incremental and offered the to the build job
as directory.
* Download on demand repositories
* support changing source repos now
* can be configured by the administrator via api or webui
* add support for peer fingerprint verification (using gpg or SSL)
* Source services can be used during build time
* they get executed before the packaging tool (eg. rpm-build) gets started
and can be used for creating needed archives.
* New hardware architectures are supported: k1om, aarch64_ilp32
* Many improvements in the maintenance support features
* Allow non-obs urls in kiwi build descriptions, map to obs urls if possible
* Support embargo of projects (#316776)
* Instantiate package api call for projects building service packs
* Support tracking of github issues
* Groups can have an email adress for notifications and contact
* New option to avoid usage of defined repositories when branching a package
via the OBS:BranchSkipRepositories attribute
* allow to set or modify the accept_at time in a request
can be used also to pre-approve requests with open reviews
* The frontend will warn you about inconsitencies between the api database
and the backend via email
* Fix to work when hosted in a subdirectory of the server directory.
This change allows OBS API and WebUI to be installed on a web server
in a place other than document root, so its URL prefix has a non-empty
pathname (like https://example.com/obs instead of https://obs.example.com).
Backend Features
================
* make the new repository handling the default now.
* bs_admin:
* give the admin a chance to prefer publish events with --prefer-publish-event
* Basic support for simpleimage
Adding support for squashfs and tar.gz binaries and for simpleimage
build type (request for build update to support it sent separately)
* support buildtime source services
* skip them on service server
* add dependencies to build env
* Improved scheduler speed
* collax package format support
* Support virt-builder repository meta data
* New waitservice and mergeservice commands to handle _service files
Worker Features
===============
* --vm-enable-console to allow user input for debugging
* Support to use docker as virtualization engine
Webui Features
=================
* Support to add remote repositories
* use new obs_scm service for git source URLs
* Make it possible enforce removal of projects which others depend on
* kiwi import feature
Supports import of standarized kiwi archives (kiwi.txz suffix)
* Show all open requests of a project in the UI
* Support unlock of projects
* All request tab at user's home with search an order. FIXES: #928
* Restrict supersede requests to same source project
* Allow picking requests to supersede on submit requests
* Break project names in watchlist
Currently long project names are shortened in the watchlist. This makes
it quite hard to identify projects in that list.
This commit will instead add html zery width spaces after every colon
which allows HTML to break them if necessary.
* Don't truncate project or packages names on search results.
* Send `Content-Disposition: inline` for text files
Without this fix, text files such as _log are served with
`Content-Disposition: attachment`, which makes Firefox prompt the user to
download the file rather than simply showing the text within the browser.
Notes for systems using systemd:
================================
OBS is using init scripts, not systemd style .service files. This will stay until
we switch from SLES 11 to SLES 12 as default production platform.
openSUSE installations may use systemd (instead of sysvinit) and it should work
in general. Not working are usages like
# rcobssrcserver status
You will only get the systemd status here and not the service status.
Also stopping services may not terminate all processes, which leads to abstract errors
when trying to restart them.
To avoid these problems you need to switch directory to by-pass systemd:
# cd /etc/init.d
# ./obssrcserver status|stop|start
Other small changes
===================
* experimental deep_check_dependent_projects_on_macro_change option
* experimental view=order mode for _builddepinfo
* bs_serverstatus now works on ajax socket
* allow to get buildinfo for remote projects
* improved scheduling of inter-project dependent repositories
* use sign time from old signature when re-signing
* support view=versrel in _result query
* experimental expandflags:preinstallexpand support
* support "repotag" extension to set repository tags
* support "singleexport" option to use/publish only the best version
* support "simpleimage" build type
* support switching the build type from kiwi to spec in followup builds
* support triggerservicerun on _product
* add --rebuild-full-tree option to bs_admin
* implement view=cpioheaders for packages
* allow an array ref for $BSConfig::notification_plugin