Releases: jenkinsci/ssh-agents-plugin
Releases Β· jenkinsci/ssh-agents-plugin
1.31.7
π Bug fixes
- JENKINS-65155 - The "java is not in the path" warning is show even though java is in the path (#218) @kuisathaverat
π¦ Dependency updates
- Bump testcontainers from 1.15.1 to 1.15.2 (#219) @dependabot
π¦ Tests
- test: add SSH connections test for several configurations (#206) @kuisathaverat
1.31.6
- Fixed the typo (#211) @Tej-Singh-Rana
π¦ Dependency updates
- Bump plugin from 4.16 to 4.17 (#216) @dependabot
- Bump plugin from 4.15 to 4.16 (#213) @dependabot
- Bump plugin from 4.14 to 4.15 (#210) @dependabot
π» Maintenance
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