Skip to content

Commit

Permalink
Release Review 2.0.0, prepare for next dev version (#25)
Browse files Browse the repository at this point in the history
* [maven-release-plugin] prepare release ssh-steps-2.0.0

* [maven-release-plugin] prepare for next development iteration

* Update CHANGELOG.adoc

* Update CHANGELOG.adoc
  • Loading branch information
nrayapati authored Jul 20, 2019
1 parent f21ee4e commit c856d00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
= Release Notes.

== 2.0.0 (Unreleased)
== 2.0.1 (Unreleased)


== 2.0.0

* https://issues.jenkins-ci.org/browse/JENKINS-56989[JENKINS-56989] - Default `pty` to `false` for sshCommand.
** [red]#sshCommand with sudo:true param also requires pty:true with this upgrade.#

CAUTION: `sshCommand` with `sudo:true` param also requires `pty:true` with this upgrade.

* Upgrade pom dependencies
** Minimum Jenkins Requirement: 2.121.1
** Groovy SSH - 2.10.1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>3.43</version>
</parent>
<artifactId>ssh-steps</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<packaging>hpi</packaging>
<name>SSH Pipeline Steps</name>
<description>SSH Pipeline Steps</description>
Expand Down

0 comments on commit c856d00

Please sign in to comment.