Releases: jenkinsci/ssh-agent-plugin
Releases · jenkinsci/ssh-agent-plugin
Release list
422.v777ca_6747662
🚀 New features and improvements
- Use SSH_ASKPASS_REQUIRE instead of a setting the DISPLAY variable (#305) @HannesWell
🐛 Bug fixes
- Model file-paths at agent computer using FilePath instead of nio.Path (#304) @HannesWell
420.v8b_b_e602e949e
🐛 Bug fixes
- fix: normalize blank executable to null when loading legacy job configuration (#306) @ogulcanaydogan
✍ Other changes
- docs: add testing conventions to CONTRIBUTING (#302) @ogulcanaydogan
418.v59904cc02b_71
🐛 Bug fixes
- test: make teardown-already-stopped check independent of orphan reaping (#301) @ogulcanaydogan
417.v1d50b_f28f0e0
🐛 Bug fixes
- fix: default ssh-agent timeout when loading legacy job configuration (#300) @ogulcanaydogan
416.v4d76015a_5d68
🚀 New features and improvements
- Introduce executable property to use alternative executables (#296) @HannesWell
- Make new timeout property usable in free-style jobs and add it to doc (#294) @HannesWell
414.vc161b_f183543
🚀 New features and improvements
- Make new timeout property usable in free-style jobs and add it to doc (#294) @HannesWell
👻 Maintenance
- Unify sub-process command execution in ExecRemoteAgent (#295) @HannesWell
413.v1fd573533a_ec
👷 Changes for plugin developers
- test: match ssh-agent socket path independent of platform layout (#298) @ogulcanaydogan
👻 Maintenance
- Migrate tests to JUnit Jupiter (#167) @strangelookingnerd, @ogulcanaydogan
✍ Other changes
- Expose usernameVariable and timeoutMinutes in the step UI (#293) @ogulcanaydogan
- Add unit test for SSHAgentBuildWrapper.description (#291) @ogulcanaydogan
- Add unit tests for sshagent step usernameVariable and ignoreMissing (#288) @ogulcanaydogan
📦 Dependency updates
- build(deps): bump org.jenkins-ci.plugins:plugin from 6.2189.v695a_c41f5249 to 6.2211.v27f680c93c53 (#297) @dependabot[bot]
- Bump Jenkins baseline to 2.479.3 and update the plugin BOM (#287) @ogulcanaydogan
405.v67cc4f9764d0
🚀 New features and improvements
- Make the agent command timeout configurable via the sshagent step (#286) @ogulcanaydogan
404.veb_3e5e0ec9db_
🚀 New features and improvements
- feat: expose the credential username via an optional usernameVariable (#285) @ogulcanaydogan
403.v101ccb_e535d9
🐛 Bug fixes
- fix: make ssh-agent teardown best-effort (#284) @ogulcanaydogan