Releases: jenkinsci/ssh-agents-plugin
Releases · jenkinsci/ssh-agents-plugin
1.30.2
🐛 Bugs
- JENKINS-54897 Unexpected error in launching a agent after restart
🚀 Enhancements
- fix space in expected log (#149) @Casz
- JENKINS-58588 Do not delete remoting.jar file on disconnect
- JENKINS-44111 Enable Remoting work dir by default in SSH Slaves Plugin
📝 Documentation updates
- JENKINS-59172 - Use GitHub as a source of the plugin's documentation on plugins.jenkins.io (#148) @oleg-nenashev
- Fix spelling issue in README.md (#146) @kingchad1989
- Move Changelog to GitHub Releases (#145) @oleg-nenashev
🚦 Tests
- JENKINS-59251 - Update JCasC test dependency to version with security fixes (#147) @fcojfernandez
1.30.1
Release date: Jul 21, 2019. This is a historical changelog moved to GitHub Releases.
- JENKINS-58340 docker-plugin-1.1.6 docker cloud does not work with >= ssh-slaves-plugin-1.30.0
1.30.0
Release date: (Jun 9, 2019). This is a historical changelog moved to GitHub releases
- JENKINS-55353 Upgrade Jenkins core to 2.150.1
- JENKINS-56147 Overwrite remoting.jar only when necessary.
- JENKINS-56885 It is possible to save a Node without host configuration
- JENKINS-57019 Allow to set working directory in SSHConnector
- JENKINS-57018 Allow to enable/disable TCP_NODELAY in SSHConnector
- JENKINS-57797 Support Configuration-as-Code
- Java 11 readiness: build both on JDK8 and JDK11
- Correct spelling error faisl to fails
- update org.jenkins-ci.plugins/plugin from 3.42 to 3.43
- udpate ssh-credentials from 1.14 to 1.16
Breaking changes
- This version removes deprecated methods on SSHLauncher see JENKINS-55353
- Support 2.150.1+ LTS Jenkins Core versions
- SSHConnector fields are now encapsulated, it breaks binary compatibility with older versions.