Releases: jenkinsci/ssh-credentials-plugin
Releases · jenkinsci/ssh-credentials-plugin
349.vb_8b_6b_9709f5b_
🐛 Bug fixes
- JENKINS-74917 - Fix adjunct script to validate the passphrase when the SSH private key is entered directly (#231) @fcojfernandez
👻 Maintenance
- Enable Jenkins Security Scan (#208) @strangelookingnerd
✍ Other changes
- Modernize to Jenkins 2.440.3 (#214) @sghill-rewrite
📦 Dependency updates
- Bump org.jenkins-ci.plugins:plugin from 4.86 to 4.88 (#225) @dependabot
343.v884f71d78167
👷 Changes for plugin developers
- Use plugin bom version prior to trilead API upgrade (#212) @MarkEWaite
342.ve5a_f1db_5a_132
🐛 Bug fixes
- JENKINS-73408 - bom update to bom-2.426.x in order to align with core requirement (#211) @PereBueno
341.vf31377f30378
🚀 New features and improvements
- JENKINS-73408 - Ensure keys are FIPS compliant when running in FIPS mode, core requirement bump to 2.426.3 (#210) @PereBueno
📦 Dependency updates
- Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.85 (#209) @dependabot
- Bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.7 to 1.8 (#203) @dependabot
337.v395d2403ccd4
📝 Documentation updates
- Add compatibleSinceVersion to warn users to look at the release notes about putty key format support removal (#202) @olamy
📦 Dependency updates
- Bump org.jenkins-ci.plugins:plugin from 4.79 to 4.80 (#201) @dependabot
334.v7732563deee1
🚨 Removed
To convert your older PuTTY credentials to more standard ones:
- Open PuTTYgen
- Load your key in the PuTTY format (.ppk) using the passphrase
- Click “Conversions” › Export OpenSSH key (force new file format)
The resulting file can be used as the private key in a new credentials entry, with the same passphrase.
326.v7fcb_a_ef6194b_
🚀 New features and improvements
📦 Dependency updates
- Bump org.jenkins-ci.plugins:plugin from 4.78 to 4.79 (#198) @dependabot
322.v124df57ed808
👷 Changes for plugin developers
👻 Maintenance
- Remove obsolete FindBugs configuration (#157) @basil
- Test on Java 21 (#179) @NotMyFault
✍ Other changes
- Add Plugin Development Team to CODEOWNERS (#183) @sghill-rewrite
📦 Dependency updates
- Bump org.jenkins-ci.plugins:plugin from 4.75 to 4.78 (#196) @dependabot
- Bump io.jenkins.tools.bom:bom-2.387.x from 2278.v47b_4508e256a to 2543.vfb_1a_5fb_9496d (#194) @dependabot
- Bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.6 to 1.7 (#178) @dependabot
- Bump org.jenkins-ci.plugins:plugin from 4.71 to 4.75 (#195) @dependabot
308.ve4497b_ccd8f4
👷 Changes for plugin developers
👻 Maintenance
- Switch from deprecated
useAci
syntax touseContainerAgent
(#164) @NotMyFault