gradle-ssh-plugin

Gradle SSH Plugin

APACHE-2.0 License

Stars
319
Committers
12

Bot releases are hidden (Show)

gradle-ssh-plugin - 2.11.2 Latest Release

Published by int128 over 1 year ago

What's Changed

Full Changelog: https://github.com/int128/gradle-ssh-plugin/compare/2.11.1...2.11.2

gradle-ssh-plugin - 2.11.1

Published by int128 over 1 year ago

What's Changed

Full Changelog: https://github.com/int128/gradle-ssh-plugin/compare/2.11.0...2.11.1

gradle-ssh-plugin - 2.11.0

Published by int128 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/int128/gradle-ssh-plugin/compare/2.10.1...2.11.0

gradle-ssh-plugin - 2.10.1

Published by int128 over 5 years ago

Released on 2019-03-27

  • #328 Fix the plugin does not run on Java 8/9/10 (thanks @stipx)
gradle-ssh-plugin - 2.10.0

Published by int128 over 5 years ago

Released on 2019-03-26

  • #326 Groovy SSH 2.10.0
    • Incompatible with Groovy 2.5 and higher (thanks @cliffred)
    • known_hosts not read properly for setting server_host_key (thanks @AarjavP)
    • Build on JDK 11, still runnable on Java 8 or later
gradle-ssh-plugin - 2.9.0

Published by int128 over 7 years ago

Released on 2017-04-21

  • #299 Groovy SSH 2.9.0
  • New feature
    • Expose SFTP RENAME support (thanks to @amake)
  • Bug fix
    • #285 Don't SFTP PUT directory contents twice (thanks to @amake)
gradle-ssh-plugin - 2.8.0

Published by int128 over 7 years ago

Released on 2017-02-09

  • #294 Groovy SSH 2.8.0
  • Bug fix
    • Dependency on old agent proxy lib prevents use from multiple user accounts (thanks to @gbehrmann)
    • Fix to throw IOException when source or destination does not exist on file transfer
gradle-ssh-plugin - 2.7.2

Published by int128 over 7 years ago

Released on 2017-01-25

  • #292 Groovy SSH 2.7.2
  • Bug fix
    • #278 Fix NullPointerException on getting or removing deep directory (thanks to @skazzyy)
gradle-ssh-plugin - 2.7.1

Published by int128 over 7 years ago

Released on 2017-01-23

  • #290 Groovy SSH 2.7.1
  • New features
    • Add runInOrder method
    • Improve scalability with managed blocker
gradle-ssh-plugin - 2.7.0

Published by int128 about 8 years ago

Released on 2016-09-27

  • #276 Groovy SSH 2.7.0
  • New feature
    • #274 Parallel execution of sessions (thanks to @matthiasbalke)
  • Kaizen
    • #266 Remove Java 6 support
    • #277 Bump to Gradle 3.1

This release contains backward breaking changes. Please see the migration guide from 2.6.x to 2.7.x.

gradle-ssh-plugin - 2.6.0

Published by int128 about 8 years ago

Released on 2016-08-26

  • #272 Groovy SSH 2.6.0
  • New features
    • #249 Add executeScript method for script execution (thanks to @matthiasbalke)
    • #249 Add inputStream setting for command or shell (thanks to @matthiasbalke)
    • Automatically add host key to known_hosts by knownHosts = addHostKey(file(...))
  • Bug fix
    • Fix executeSudo works if error message is changed from default
  • Kaizen
    • Some Refactoring
gradle-ssh-plugin - 2.5.1

Published by int128 about 8 years ago

Released on 2016-08-14

  • New feature
    • #250 Implement channel connection timeout (thanks to @stephencsmall)
  • Kaizen
    • Refactor specs
    • Refactor: Extract interface for type safe
gradle-ssh-plugin - 2.5.0

Published by int128 about 8 years ago

Released on 2016-08-12

  • #265 Groovy SSH 2.5.0
  • New feature
    • #250 Add timeout setting (thanks to @johnjaylward)
  • Bug fix
    • Fix executeSudo never finish if password is wrong
  • Kaizen
    • Improve connection log
    • #267 Add warning for Gradle 1.x and Java 6
gradle-ssh-plugin - 2.4.3

Published by int128 about 8 years ago

Released on 2016-08-09

  • #263 Groovy SSH 2.4.3
  • Bug fix
    • Fix closing gateway session (thanks to @timend and @bavobbr)
gradle-ssh-plugin - 2.4.2

Published by int128 about 8 years ago

Released on 2016-08-02

  • #260 Groovy SSH 2.4.2
  • Bug fix
    • #259 Failed connect to OpenSSH 7.2 (thanks to @xtianus)
gradle-ssh-plugin - 2.4.1

Published by int128 about 8 years ago

Released on 2016-07-30

  • #257 Groovy SSH 2.4.1
  • Bug fix
    • #253 Fix remove() fails if recursively (thanks to @Sorreldd)
  • Kaizen
    • Fix remove() causes error on Gradle 1.x
gradle-ssh-plugin - 2.4.0

Published by int128 over 8 years ago

Released on 2016-06-30

  • #242 Groovy SSH 2.4.0
  • New features
    • Host key checking for gateway access
    • #168 Put files filtered by given closure (thanks to @johnjaylward)
    • #168 Get files filtered by given closure (thanks to @johnjaylward)
    • Add ssh.runtime object in CLI
  • Bug fixes
    • Skip lecture message from sudo result
    • Specify null as UserInfo to prevent changing known_hosts
  • Kaizen
    • #238 Use Gradle TestKit for running acceptance test
gradle-ssh-plugin - 2.3.0

Published by int128 over 8 years ago

Released on 2016-06-09

  • #234 Groovy SSH 2.3.0
  • New features
    • #151 Improve knownHosts accepts one or more files (thanks to @dkowis)
    • #165 Escape command args if list of strings is given (thanks to @Moritz90)
gradle-ssh-plugin - 2.2.0

Published by int128 over 8 years ago

Released on 2016-05-23

  • #227 Groovy SSH 2.2.0
  • New feature
    • Add setting of user authentication methods as authentications (thanks to @jmartin-sul)
  • Kaizen
    • #228 Add ssh.version property
gradle-ssh-plugin - 2.1.2

Published by int128 over 8 years ago

Released on 2016-05-18

  • #223 Groovy SSH 2.1.2
  • New feature
    • Show progress on SCP file transfer
  • Kaizen
    • #224 Update to Gradle 2.13