Releases: jenkinsci/envinject-plugin
Releases · jenkinsci/envinject-plugin
2.4.0
🚀 New features and improvements
- JENKINS-64385 - Replace table/tr/td HTML tags by jelly constructs and div tags (#154) @jimklimov
📦 Dependency updates
- Require Jenkins 2.264 as a minimum version (#154) @jimklimov
2.3.0
🚀 New features and improvements
- Escape paths for network shares (#146) @res0nance
📝 Documentation updates
- Move documentation from Wiki to GitHub (#150) @oleg-nenashev
👻 Maintenance
- Cleanup deprecated code for non-deprecated equivalent (#148) @res0nance
- Enable incrementals (#147) @res0nance
2.2.1
🐛 Bug Fixes
- JENKINS-39403 - Automatically escape single backslashes in the properties loader (#133, #145) @alexanderrtaylor @res0nance
- Fix anonymous class serialization warning in EnvInjectComputerListener (#143) @darxriggs
🚦 Internal changes
- JENKINS-39403 - Add test and simple cleanup (#145) @res0nance
- Code cleanup (#144) @darxriggs
2.2.0
🚀 New features and improvements
- JENKINS-56449 - Support EnvInject global security settings management via the Jenkins Configuration as Code Plugin. Configuration sample (#138) @caitlin615 @oleg-nenashev
- Make EnvInject Password Wrapper compatible with JobDSL (#137) @zloygreko
🐛 Bug Fixes
- JENKINS-49154 - Prevent
NumberFormatException
in the build wrapper when theBUILD_NUMBER
value is outside theInteger
range (#139) @wwojdanowski - JENKINS-52946 - Convert anonymous
MasterToSlaveCallable
classes to avoidAttempt to (de-)serialize anonymous class
warnings in new Jenkins versions (#134) @jsoref
📝 Documentation updates
- Move Changelog to GitHub Releases (#142) @oleg-nenashev
📦 Dependency updates
- Update Jenkins core dependency to 2.138.4 + plugin POM facelift (#141) @oleg-nenashev
- Update EnvInject API library requirement from 1.3 to 1.6 (#141) @oleg-nenashev
🚦 Internal changes
- Enable Release Drafter for the repository (#140) @oleg-nenashev