Releases: rundeck-plugins/rundeck-winrm-plugin
Releases · rundeck-plugins/rundeck-winrm-plugin
Slf4j-api exclusion
Remove slf4j plugin lib
Remove the slf4j version from the pluginLibs so that it doesn't conflict with the version in Rundeck.
Update dependencies with known vulnerabilities
Update dependencies with known vulnerabilities
Add metadata for plugin version 2.0
Merge pull request #60 from sjrd218/plugin-metadata Plugin metadata
new release with a file copier plugin
Merge pull request #52 from criteo-forks/master Provide FileCopier plugin
1.3.3
1.3.2
1.3.1
- add support for using Rundeck Key Storage for password, with the
winrm-password-storage-path
attribute. Specifies a Key Storage Path to look up the authentication password from. It can contain property references like${node.name}
to evaluate at runtime. If specified, it will be used instead of thewinrm-password-option
. - add
winrm-domain
andwinrm-is-domain-user
node attributes to help constructing the proper kerberos username - update Overthere library to 4.0.0, add support for
kerberos-cache
- Fix incompatibility with Rundeck 2.5.0
v1.2
- upgraded OverThere plugin to 2.4.2
- this should fix hanging thread issue
- Bug fix with connection timeout using the wrong property names
Will be in maven central eventually