Releases: jenkinsci/ssh-agents-plugin
Releases Β· jenkinsci/ssh-agents-plugin
1.31.5
π Documentation
- docs: add keepalive documentation (#205) @kuisathaverat
β οΈ Deprecated
- Deprecated javaVersionChecker (#203) @kuisathaverat
π New features and improvements
- JENKINS-60289 - SSH Host Key Verifiers not configured (#201) @kuisathaverat
- JENKINS-64404 - add a whitespaces check on the javaPath setting (#204) @kuisathaverat
- JENKINS-58691 - require POST and permissions to doXXXXX methods (#200) @kuisathaverat
π Bug Fixes
- JENKINS-64404 - quote java path when it has whitespaces (#202) @kuisathaverat
π¦ Dependency updates
- Bump plugin from 4.13 to 4.14 (#207) @dependabot
- Bump bom-2.204.x from 17 to 18 (#208) @dependabot
- Bump credentials from 2.3.0 to 2.3.14 (#196) @dependabot
- Bump configuration-as-code.version from 1.35 to 1.46 (#198) @dependabot
1.31.4
π Bug Fixes
π¦ Dependency updates
- chore: use BOM to manage the Jenkins Core dependencies (#197) @kuisathaverat
- Bump trilead-api from 1.0.5 to 1.0.13 (#190) @dependabot
- Bump docker-fixtures from 1.8 to 1.10 (#188) @dependabot
- Bump ssh-credentials from 1.18 to 1.18.1 (#187) @dependabot
- Enable dependabot to automatically get dependency updates (#184) @MRamonLeon
π Documentation
- Fix typo in CYGWIN.md (#195) @Rubenmp
- docs: note about supported key formats (#181) @kuisathaverat
1.31.2
1.31.1
π₯ Breaking changes
- JENKINS-59763 - Remove SFTPClient - @kuisathaverat #164
π Enhancements
- JENKINS-59427 - Rename the plugin to SSH Build Agents Plugin - @oleg-nenashev #169
- JENKINS-45001 - KnownHostsFileKeyVerificationStrategy is not configuable - @kuisathaverat #167
- JENKINS-58589 - Re-make the retry connection process - @kuisathaverat #143
π» Maintenance
- jenkinsci/bom#164 Bump jcasc version - @timja
- JENKINS-53720 - JDK11 Build Flow: FindBugs fails with RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE in some classes- @kuisathaverat #166
- Use ChannelBuilder instead of deprecated Channel constructor - @darxriggs #152
- chore: add .editorconfig configuration file - @kuisathaverat #155
- chore: add backport tool support - @kuisathaverat #154
π Documentation
- JENKINS-60827 - Move the Cygwin Wiki pages to GitHub, update the terminology @oleg-nenashev #176
- Update the changelog badge title to make the purpose more explicit - @oleg-nenashev
- JENKINS-42840 - Cleanup the "slave" mention leftovers in the documentation - @oleg-nenashev #171
- Fix "agent agents" terminology - @medianick #163
1.30.4
1.30.3
π» Maintenance
- JENKINS-59732 Fix "agent agents" terminology (#162) @medianick
- Replace usage of deprecated remoting Base64 class (#150) @darxriggs
- JENKINS-42840 Slave to agent renaming (leftovers) (#151)@darxriggs
1.31.0
- Replace usage of deprecated remoting Base64 class (#150) @darxriggs
- JENKINS-42840 - Slave to agent renaming (leftovers) (#151) @darxriggs
π₯ Breaking changes
- JENKINS-59728 - Bump Jenkins core to 2.190.1 (#153) @kuisathaverat
π¦ Dependency updates
- JENKINS-59728 - Bump Jenkins core to 2.190.1 (#153) @kuisathaverat
π» Maintenance
- chore: add .editorconfig configuration file (#155) @kuisathaverat
- chore: add backport tool support (#154) @kuisathaverat
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.