Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-credentials-plugin
  Commit: 5b4bad530f0a61d25555b37205957cea36821109
      
https://github.com/jenkinsci/ssh-credentials-plugin/commit/5b4bad530f0a61d25555b37205957cea36821109
  Author: Brandon Pedersen <[email protected]>
  Date:   2016-06-08 (Wed, 08 Jun 2016)

  Changed paths:
    M pom.xml
    R 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/JSchConnector.java
    R 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/JSchSSHPasswordAuthenticator.java
    R 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/JSchSSHPublicKeyAuthenticator.java
    R 
src/test/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/JSchSSHPasswordAuthenticatorTest.java
    R 
src/test/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/JSchSSHPublicKeyAuthenticatorTest.java

  Log Message:
  -----------
  Move built-in JSch implmentations to another plugin

Impementation of the SSHAuthenticatorFactorys for JSch have moved to the
jsch-plugin for a cleaner dependency structure.


  Commit: 40570f7f906742f1d169a89bef04243297e78b28
      
https://github.com/jenkinsci/ssh-credentials-plugin/commit/40570f7f906742f1d169a89bef04243297e78b28
  Author: Brandon Pedersen <[email protected]>
  Date:   2016-06-16 (Thu, 16 Jun 2016)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump to 2.0

Required since the JSch implementation has moved and may break existing
consumers.


  Commit: 9e0ced23401e18716b8749814e67965b94bc2b6a
      
https://github.com/jenkinsci/ssh-credentials-plugin/commit/9e0ced23401e18716b8749814e67965b94bc2b6a
  Author: Allan Burdajewicz <[email protected]>
  Date:   2022-06-30 (Thu, 30 Jun 2022)

  Changed paths:
    A .github/dependabot.yml
    A .github/release-drafter.yml
    A .github/workflows/cd.yaml
    A .mvn/extensions.xml
    A .mvn/maven.config
    A CHANGELOG.md
    A Jenkinsfile
    M README.md
    A doc/README.md
    M pom.xml
    R src/images/make-inkscape.sh
    R src/images/ssh-key.svg
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/SSHAuthenticator.java
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/SSHUserListBoxModel.java
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/BaseSSHUser.java
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/BasicSSHUserPassword.java
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/BasicSSHUserPrivateKey.java
    A 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/SSHUserPrivateKeySnapshotTaker.java
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/TrileadSSHPasswordAuthenticator.java
    M 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/TrileadSSHPublicKeyAuthenticator.java
    M 
src/main/resources/com/cloudbees/jenkins/plugins/sshcredentials/impl/BasicSSHUserPrivateKey/DirectEntryPrivateKeySource/config.jelly
    R 
src/main/resources/com/cloudbees/jenkins/plugins/sshcredentials/impl/BasicSSHUserPrivateKey/FileOnMasterPrivateKeySource/config.jelly
    R 
src/main/resources/com/cloudbees/jenkins/plugins/sshcredentials/impl/BasicSSHUserPrivateKey/FileOnMasterPrivateKeySource/config_de.properties
    R 
src/main/resources/com/cloudbees/jenkins/plugins/sshcredentials/impl/BasicSSHUserPrivateKey/FileOnMasterPrivateKeySource/config_ja.properties
    M 
src/main/resources/com/cloudbees/jenkins/plugins/sshcredentials/impl/BasicSSHUserPrivateKey/credentials.jelly
    A 
src/main/resources/com/cloudbees/jenkins/plugins/sshcredentials/impl/BasicSSHUserPrivateKey/help-usernameSecret.html
    M 
src/main/resources/com/cloudbees/jenkins/plugins/sshcredentials/impl/Messages.properties
    M 
src/main/resources/com/cloudbees/jenkins/plugins/sshcredentials/impl/Messages_de.properties
    M 
src/main/resources/com/cloudbees/jenkins/plugins/sshcredentials/impl/Messages_ja.properties
    A src/main/resources/index.jelly
    R src/main/webapp/images/16x16/ssh-key.png
    R src/main/webapp/images/24x24/ssh-key.png
    R src/main/webapp/images/32x32/ssh-key.png
    R src/main/webapp/images/48x48/ssh-key.png
    M 
src/test/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/BasicSSHUserPrivateKeyTest.java
    M 
src/test/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/TrileadSSHPasswordAuthenticatorTest.java
    M 
src/test/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/TrileadSSHPublicKeyAuthenticatorTest.java
    A 
src/test/java/com/cloudbees/jenkins/plugins/sshcredentials/jcasc/ExportImportRoundTripCasCSSHCredentialsTest.java
    A 
src/test/resources/com/cloudbees/jenkins/plugins/sshcredentials/impl/BasicSSHUserPrivateKeyTest/userWithoutRunScripts_cannotMigrateDangerousPrivateKeySource/update_folder.xml
    A 
src/test/resources/com/cloudbees/jenkins/plugins/sshcredentials/jcasc/configuration-as-code.yaml

  Log Message:
  -----------
  Merge branch 'master' into remove/jsch


  Commit: 8d20d95562492b0e5d754887339e0663d511e8a0
      
https://github.com/jenkinsci/ssh-credentials-plugin/commit/8d20d95562492b0e5d754887339e0663d511e8a0
  Author: Olivier Lamy <[email protected]>
  Date:   2022-09-01 (Thu, 01 Sep 2022)

  Changed paths:
    M .mvn/extensions.xml
    M pom.xml

  Log Message:
  -----------
  Merge branch 'master' into remove/jsch


  Commit: c43827ad39e49cec0fd1bf829313c76250356b29
      
https://github.com/jenkinsci/ssh-credentials-plugin/commit/c43827ad39e49cec0fd1bf829313c76250356b29
  Author: Olivier Lamy <[email protected]>
  Date:   2022-09-01 (Thu, 01 Sep 2022)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge branch 'master' into remove/jsch


  Commit: 8f438150115687378dbb10a402ff5a1c2d3711a9
      
https://github.com/jenkinsci/ssh-credentials-plugin/commit/8f438150115687378dbb10a402ff5a1c2d3711a9
  Author: Olivier Lamy <[email protected]>
  Date:   2022-09-01 (Thu, 01 Sep 2022)

  Changed paths:
    M pom.xml
    R 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/JSchConnector.java
    R 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/JSchSSHPasswordAuthenticator.java
    R 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/JSchSSHPublicKeyAuthenticator.java
    R 
src/test/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/JSchSSHPasswordAuthenticatorTest.java
    R 
src/test/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/JSchSSHPublicKeyAuthenticatorTest.java

  Log Message:
  -----------
  Merge pull request #152 from Dohbedoh/remove/jsch

Remove built-in JSch implmentations


Compare: 
https://github.com/jenkinsci/ssh-credentials-plugin/compare/87abb2864dde...8f4381501156

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ssh-credentials-plugin/push/refs/heads/master/87abb2-8f4381%40github.com.

Reply via email to