Version 2.2.0
Release 2.2.0
=============
Date: 2014-07-11
New features:
- Job timeout: specify a maximum duration for a job. If the job execution exceeds this duration, it will be halted (as if killed manually). You can use a simple format like "120m" (120 minutes) or "2h" (2 hours). You can specify the timeout via a job option by setting it to
${option.name}
. This only affects the job when executed directly, not when run as a job reference. - Job retry: specify a maximum retry attempt for a job. If the job fails or is timed out, it will be retried. The maximum value can be specified via a job option if set to
${option.name}
. - Delete executions: delete executions individually or in bulk. Requires a 'delete_execution' action allowed via aclpolicy.
Some bug fixes are included, as well as some pull requests to enhance the LDAP login module:
- Support nested LDAP group membership (see Added support for nested groups in JettyCachingLdapLoginModule.)
- Support a "supplementalRoles" setting, which can help avoid the
!role
issue. See [Login Module Configuration](/administration/security/authentication.md#login-module-configuration].
Upgrade notes:
Several domain fields were added. Mysql and H2 should upgrade in place without issue.
Contributors
- jdmulloy
- Greg Schueler (gschueler)
- Alex Honor (ahonor)
- new23d
- Bart van der Schans (schans)
- Andreas Knifh (knifhen)
Issues
- Server listening port number defined in profile instead of service start script
- Install fails when /etc/rundeck is a symlink
- Multiple Recepient E-mail Notification
- Added support for nested groups in JettyCachingLdapLoginModule.
- Add Job retry behavior
- Job's references are reported as Killed
- Ace editor cursor position bug on mac retina display
- add a Job Timeout behavior
- Added support for the supplementalRoles option to the LDAP Module
- Ansi 256 color support doesn't work
- Delete executions