Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-slaves-plugin
  Commit: 9a0fdc706d2862d79b8bc1c4c63df87049f4a71c
      
https://github.com/jenkinsci/ssh-slaves-plugin/commit/9a0fdc706d2862d79b8bc1c4c63df87049f4a71c
  Author: Michael Clarke <michael.m.cla...@gmail.com>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/plugins/sshslaves/SSHLauncher.java
    A 
src/main/java/hudson/plugins/sshslaves/verifiers/JenkinsTrilead9VersionSupport.java
    M 
src/main/java/hudson/plugins/sshslaves/verifiers/KnownHostsFileKeyVerificationStrategy.java
    M 
src/main/java/hudson/plugins/sshslaves/verifiers/ManuallyProvidedKeyVerificationStrategy.java
    M 
src/main/java/hudson/plugins/sshslaves/verifiers/ManuallyTrustedKeyVerificationStrategy.java
    M 
src/main/java/hudson/plugins/sshslaves/verifiers/SshHostKeyVerificationStrategy.java
    A 
src/main/java/hudson/plugins/sshslaves/verifiers/TrileadVersionSupportManager.java
    A 
src/test/java/hudson/plugins/sshslaves/verifiers/ManuallyProvidedKeyVerificationStrategyTest.java
    A 
src/test/java/hudson/plugins/sshslaves/verifiers/TrileadVersionSupportManagerTest.java

  Log Message:
  -----------
  [FIXED JENKINS-42959] Specify preferred host keys during connect


  Commit: cf8510581c5fcb932a54e4f3e1fd00afd1b01e91
      
https://github.com/jenkinsci/ssh-slaves-plugin/commit/cf8510581c5fcb932a54e4f3e1fd00afd1b01e91
  Author: Michael Clarke <michael.m.cla...@gmail.com>
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Overcome JENKINS-44120 during test case


  Commit: 51709349da52dd47aaff7699f2e03dd871dc993c
      
https://github.com/jenkinsci/ssh-slaves-plugin/commit/51709349da52dd47aaff7699f2e03dd871dc993c
  Author: Michael Clarke <michael.m.cla...@gmail.com>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    M 
src/main/java/hudson/plugins/sshslaves/verifiers/JenkinsTrilead9VersionSupport.java
    A src/main/java/hudson/plugins/sshslaves/verifiers/KeyParseException.java
    M 
src/main/java/hudson/plugins/sshslaves/verifiers/ManuallyProvidedKeyVerificationStrategy.java
    M 
src/main/java/hudson/plugins/sshslaves/verifiers/TrileadVersionSupportManager.java

  Log Message:
  -----------
  Use checked exception on failure parsing keys


  Commit: ee2da493a637ca6aea3b49c936a9ae8458a4d67b
      
https://github.com/jenkinsci/ssh-slaves-plugin/commit/ee2da493a637ca6aea3b49c936a9ae8458a4d67b
  Author: Michael Clarke <michael.m.cla...@gmail.com>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    M 
src/main/java/hudson/plugins/sshslaves/verifiers/JenkinsTrilead9VersionSupport.java
    M 
src/main/java/hudson/plugins/sshslaves/verifiers/TrileadVersionSupportManager.java

  Log Message:
  -----------
  Access restrictions to prevent classes becoming public API


  Commit: e84557ea464ec3689f443d70bf6739243fd7c409
      
https://github.com/jenkinsci/ssh-slaves-plugin/commit/e84557ea464ec3689f443d70bf6739243fd7c409
  Author: Michael Clarke <michael.m.cla...@gmail.com>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    M 
src/main/java/hudson/plugins/sshslaves/verifiers/TrileadVersionSupportManager.java

  Log Message:
  -----------
  Fix typo in method name


  Commit: ac0c6398ff7ee4f441c3b0534f314eae5cc05b0c
      
https://github.com/jenkinsci/ssh-slaves-plugin/commit/ac0c6398ff7ee4f441c3b0534f314eae5cc05b0c
  Author: Michael Clarke <michael.m.cla...@gmail.com>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    M 
src/main/java/hudson/plugins/sshslaves/verifiers/TrileadVersionSupportManager.java

  Log Message:
  -----------
  Consistently select the ClassLoader to use for reflective class loading


  Commit: b0859b99f5d96396e1c8a67459998b9694e7bacd
      
https://github.com/jenkinsci/ssh-slaves-plugin/commit/b0859b99f5d96396e1c8a67459998b9694e7bacd
  Author: Michael Clarke <michael.m.cla...@gmail.com>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    M 
src/main/java/hudson/plugins/sshslaves/verifiers/TrileadVersionSupportManager.java

  Log Message:
  -----------
  Broader error handling of Reflective operations


  Commit: 1bf0cbb601a376039dc1f664a11af6d325d1b137
      
https://github.com/jenkinsci/ssh-slaves-plugin/commit/1bf0cbb601a376039dc1f664a11af6d325d1b137
  Author: Michael Clarke <michael.m.cla...@gmail.com>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    M 
src/main/java/hudson/plugins/sshslaves/verifiers/KnownHostsFileKeyVerificationStrategy.java

  Log Message:
  -----------
  Check instance type before performing narrowing cast


  Commit: d871c1d1920dc85fa6f07f7c11cdaf9c76dd55ba
      
https://github.com/jenkinsci/ssh-slaves-plugin/commit/d871c1d1920dc85fa6f07f7c11cdaf9c76dd55ba
  Author: Michael Clarke <michael.m.cla...@gmail.com>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    M 
src/main/java/hudson/plugins/sshslaves/verifiers/TrileadVersionSupportManager.java

  Log Message:
  -----------
  Add Javadoc to entry points or visible API


  Commit: 12903d2231cc3cd9d2f2ca302b6dec005ed2a128
      
https://github.com/jenkinsci/ssh-slaves-plugin/commit/12903d2231cc3cd9d2f2ca302b6dec005ed2a128
  Author: Michael Clarke <michael.m.cla...@gmail.com>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    M 
src/main/java/hudson/plugins/sshslaves/verifiers/KnownHostsFileKeyVerificationStrategy.java

  Log Message:
  -----------
  Remove unchecked cast to prevent possible ClassCastException


  Commit: 67bbbffac69974b719c3177a1f0036126f227c52
      
https://github.com/jenkinsci/ssh-slaves-plugin/commit/67bbbffac69974b719c3177a1f0036126f227c52
  Author: Stephen Connolly <stephen.alan.conno...@gmail.com>
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/plugins/sshslaves/SSHLauncher.java
    A 
src/main/java/hudson/plugins/sshslaves/verifiers/JenkinsTrilead9VersionSupport.java
    A src/main/java/hudson/plugins/sshslaves/verifiers/KeyParseException.java
    M 
src/main/java/hudson/plugins/sshslaves/verifiers/KnownHostsFileKeyVerificationStrategy.java
    M 
src/main/java/hudson/plugins/sshslaves/verifiers/ManuallyProvidedKeyVerificationStrategy.java
    M 
src/main/java/hudson/plugins/sshslaves/verifiers/ManuallyTrustedKeyVerificationStrategy.java
    M 
src/main/java/hudson/plugins/sshslaves/verifiers/SshHostKeyVerificationStrategy.java
    A 
src/main/java/hudson/plugins/sshslaves/verifiers/TrileadVersionSupportManager.java
    A 
src/test/java/hudson/plugins/sshslaves/verifiers/ManuallyProvidedKeyVerificationStrategyTest.java
    A 
src/test/java/hudson/plugins/sshslaves/verifiers/TrileadVersionSupportManagerTest.java

  Log Message:
  -----------
  Merge pull request #54 from mc1arke/jenkins-42959-specify-hostkey-algorithms

[FIXED JENKINS-42959] Specify preferred host keys during connect


Compare: 
https://github.com/jenkinsci/ssh-slaves-plugin/compare/860a3a92b4cc...67bbbffac699

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to