Skip to content

Latest commit

 

History

History
175 lines (123 loc) · 4.99 KB

CHANGELOG.old.md

File metadata and controls

175 lines (123 loc) · 4.99 KB

Version history (archive)

New releases

See GitHub Releases

Version 2.12.0

Release Date: (Jun 01, 2018)

  • (plus) PR #18 - Mask Passwords Console Log filter can be now applied to all Run types
    • It should allow filtering Pipeline jobs once JENKINS-45693 is implemented
  • (info) Update minimal core requirement to 1.625.3

Version 2.11.0

Release Date: (Mar 13, 2018)

  • (info) Update minimal core requirement to 1.625.3
  • (info) Developer: Update Plugin POm to the latest version

Version 2.10.1

Release Date: (Apr 11, 2017)

  • (error) Prevent NullPointerException when loading configurations from the disk (JENKINS-43504)

Version 2.10

Release Date: (Apr 08, 2017)

  • (plus) Rework the Parameter Definition processing engine, improve the reliability of Sensitive parameter discovery
  • (error) Fix a number of issues with parameter masking reported to the plugin. Full list will be published later

Version 2.9

Release Date: (30/11/2016)

  • (plus) Add option to mask output strings by a regular expression, also with a global setting (PR #6)
  • (error) Properly invoke flush/close operations for the logger in MaskPasswordOutputStream (PR #8)
  • (error) Fix issues reported by FindBugs
  • (info) Update to the new Parent POM

Version 2.8

Release Date: (18/10/2015)

  • (plus) Implement SimpleBuildWrapper in order to support Workflow project type (JENKINS-27392)

Version 2.7.4

Release Date: (29/07/2015)

  • (error) Password parameters were insensitive
  • (error) "Mask passwords" build wrapper was generating insensitive environment variables

Fixed issues (to be investigated and updated):

  • Masking of global password parameters in EnvInject (JENKINS-25821)
  • Masked Passwords are shown as input parameters in Build pipeline plugin (JENKINS-16516)

Version 2.7.3

Release Date: (29/04/2015)

  • Fixed JENKINS-12161: EnvInject vars could have been not masked because of plugins loading order
  • Fixed JENKINS-14687: password exposed unencrypted in HTML source

Version 2.7.2

Release Date: (12/07/2011)

  • Fixed JENKINS-11934: Once a job config was submitted, new/updated global passwords were not masked
  • Implemented JENKINS-11924: Improved global passwords-related labels

Version 2.7.1

Release Date: (10/27/2011)

  • Fixed JENKINS-11514: When migrating from an older version of the plugin, NullPointerExceptions were preventing the jobs using Mask Passwords to load
  • Fixed JENKINS-11515: Mask Passwords global config was not actually saved when no global passwords were defined

Version 2.7

Release Date: (10/20/2011)

  • Implemented JENKINS-11399: It is now possible to define name/password pairs in Jenkins' main configuration screen (Manage Jenkins > Configure System)

Version 2.6.1

Release Date: (05/26/2011)

  • Fixed a bug which was emptying the console output if there was no password to actually mask

Version 2.6

Release Date: (04/29/2011)

  • Added a new type of build parameter: Non-Stored Password Parameter
  • Blank passwords are no more masked, avoiding overcrowding the console with stars

Version 2.5

Release Date: (03/11/2011)

  • New configuration screen (in Manage Jenkins > Configure System) allowing to select which build parameters have to be masked (Password Parameter are selected by default)
  • Fixed a bug which was preventing to mask passwords containing regular expressions' meta-characters or escape sequences

Version 2.0

Release Date: (02/23/2011)

  • Builds' Password Parameters are now automatically masked.

Version 1.0

Release Date: (09/01/2010)

  • Initial release