Version 2.1.0
Release 2.1.0
=============
Date: 2014-04-23
This release enhances the Rundeck API and provides a facility for storing Key files that can be used for SSH.
- Project management improvements:
- Project Delete action in the Configuration page
- Project create/config/delete APIs
- Key storage facility:
- Upload public or private keys via API
- store the key file data on disk or in the DB
- Use private keys for SSH
- Note: no encryption is performed by default, but you can use plugins to encrypt the data
Upgrade notes:
- If you are upgrading from 2.0.1 or earlier, see the notes about schema changes in the previous release notes: 2.0.2 Release Notes.
- See the Upgrading Guide
Contributors
- Diomidis Spinellis (dspinellis)
- Greg Schueler (gschueler)
Issues
- add link about project.properties in project setup guide
- After update to 2.0.4-1.15.GA ssh login fails with "bad ownership or modes for directory"
- Key storage and management
- deb requires java 6
- Feature/project api
- Allow script based plugins (-plugin.zip) to have just .zip extension instead
- Allow user configuration of authentication methods available to built-in SSH provider
- Update API to better manage rundeck administration
- API to get a project configuration
- API for api-key administration (list,create,remove)
- API for project remove
- API for project create
- API for project export and import