# Version 2.3.0
# Release 2.3.0
=============
Date: 2014-10-28
- Improved support for use of Windows, both as a Rundeck server
and a remote node.
- Fixed outstanding issues with CLI .bat scripts
- Support powershell scripts by allowing configuration of file extension to be used in workflow script steps. E.g use ".ps1" because powershell will not execute a script that doesn't end in .ps1.
- Other fixes for issues with script-based plugins and Windows paths.
- Added support for storing Passwords in the Key Storage facility. The built-in SSH execution and SCP file copy both now support using stored passwords. Note: the Key Storage facility is not encrypted by default, see Key Storage.
- Added a new GUI for uploading Passwords and public/private keys to the Key Storage facility
- Bug fixes
- Disable SSLv3 by default
# Contributors
- Greg Schueler (gschueler)
- JayKim (c-jason-kim)
# Bug Reporters
- aparsons
- c-jason-kim
- csciarri
- dennis-benzinger-hybris
- desaim
- gschueler
- jdmulloy
- jefffiser
- jippi
- lmayorga1980
- pwhack
- stagrlee
# Issues
- Disable SSL Undesired Versions
- add MaxPermSize to default JVM args
- script-based file-copier plugin: always pass a destination path
- windows launcher: first run causes a '${framework.var.dir}' directory to be created
- node exec script plugins: allow custom plugin config properties
- 2.2: windows: file storage shows incorrect paths
- windows script-plugins: first invocation might fail because extracted file stream is not closed
- Broken Status Command in Rundeck Launcher Init Script
- Execution of reference job (by Parent Job) not working in v2.2.3-1
- java.lang.NullPointerException thrown when starting a job
- Can't save script step with a long script
- parallel execution continues after a node failure even if keepgoing is false
- Can't delete jobs using ACL Policy in documentation
- SSH key upload via GUI
- Broken link: "Option model provider" link to guide when adding job option
- Allow custom file extension for script temp files
- Documentation: SSL on Debian/Ubuntu Installs
- Issue with run.bat file on windows hosted rundeck instance
- Add a MaxPermSize to recommended launcher commandline
- profile.bat needs RDECK_JVM
- unix format on windows for profile.bat
- Add support for password storage to SSH plugins