mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
Update Release notes
This commit is contained in:
parent
4a2afc7a5a
commit
e69f2c4253
@ -1,11 +1,16 @@
|
|||||||
# `cc-backend` version 1.1.0
|
# `cc-backend` version 1.2.0
|
||||||
|
|
||||||
Supports job archive version 1 and database version 6.
|
Supports job archive version 1 and database version 6.
|
||||||
|
|
||||||
This is a minor release of `cc-backend`, the API backend and frontend
|
This is a minor release of `cc-backend`, the API backend and frontend
|
||||||
implementation of ClusterCockpit.
|
implementation of ClusterCockpit.
|
||||||
|
|
||||||
** Breaking changes v1 **
|
** Breaking changes **
|
||||||
|
|
||||||
|
The LDAP configuration option user_filter was changed and now should not include
|
||||||
|
the wildcard. Example:
|
||||||
|
* Old: `"user_filter": "(&(objectclass=posixAccount)(uid=*))"`
|
||||||
|
* New: `"user_filter": "&(objectclass=posixAccount)"`
|
||||||
|
|
||||||
The aggregate job statistic core hours is now computed using the job table
|
The aggregate job statistic core hours is now computed using the job table
|
||||||
column `num_hwthreads`. In a future release this column will be renamed to
|
column `num_hwthreads`. In a future release this column will be renamed to
|
||||||
|
Loading…
Reference in New Issue
Block a user