Skip to content

Latest commit

 

History

History
95 lines (67 loc) · 7.1 KB

CHANGES.md

File metadata and controls

95 lines (67 loc) · 7.1 KB

Changelog

New changelogs can be found at GitHub Releases

2.3.1 (Sep 20, 2019)

Enabled release Drafter.

2.3.0 (Mar 7, 2019)

2.2.0 (Nov 7, 2018)

Minor bumped because bump of Jenkins core dependency.

  • Include defaults in interpolation (PR #50)
  • Updated maven-model version to workaround MNG-6204 (PR #48)
  • Just dev things
    • Dollar-slashy strings are not that safe (PR #52)
    • [JEP-210] Verifying that the tee step works correctly with remote durable task output (PR #51)

2.1.0 (May 9, 2018)

  • Fixed JENKINS-50633 requirering core bump to 2.73.2
  • Added explicit charset encoding when reading json to match writing json

2.0.2 (Mar 26, 2018)

2.0.1 (Feb 16, 2018)

  • Fixed the Snippetizer for tee step. (PR #43)

2.0 (Feb 14, 2018)

  • Major: Migrated internal plugin structure to modern 2.x ways of doing things and fixed all FindBugs warnings.

Note: the internals have changed but due to the nature of the steps; running pipelines should survive an upgrade, but we can't test all scenarios so take appropriate care when upgrading to this version. (PR #36, #38, #41)

  • readProperties: Added support for interpolated variables. (PR #35)
  • JENKINS-40518 unzip Added the ability to suppress verbose logging. (PR #40)
  • Added step: nodesByLabel (PR #39)
  • Ported step: tee from tee-step-plugin (PR #37)
  • writeYaml: Added charset parameter that defaults to UTF-8.
  • writeJSON: Now writes explicit with charset UTF-8 where before it was platform default.

1.5.1 (Okt 12, 2017)

1.5.0 (Okt 9, 2017)

1.4.1 (Sep 11, 2017)

  • Made the readXx methods not require a workspace if only the text parameter is used (PR #31).

1.4.0 (Aug 7, 2017)

1.3.0 (Mar 9, 2017)

1.2.2 (Dec 14, 2016)

1.2.1 (Nov 30, 2016)

  • Added the ability to specify charset on unzip (PR #20)

1.2.0 (Nov 21, 2016)

  • Added step: readYaml (PR #17)

1.1.6 (Jun 21, 2016)

1.1.5 (Apr 18, 2016)

  • Corrected the help text for the dir property on the unzip step. pr #13

1.1.4 (Feb 29, 2016)

  • Fixed another potential NullPointerException in ReadMavenPomStep whitelist. pr #12

1.1.3 (Feb 18, 2016)

  • Changed unzip file reading to whole file instead of line by line to fix another issue in readManifest. pr #11

1.1.2 (Feb 17, 2016)

  • Fixed file encoding in readManifest. pr #10

1.1.1 (Feb 17, 2016)

  • Fixed null protection to ReadMavenPomStep whitelist. pr #9

1.1 (Feb 3, 2016)

  • Added steps: readMavenPom, writeMavenPom.

1.0 (Jan 18, 2016)

  • First release