Releases: jenkinsci/mask-passwords-plugin
Releases · jenkinsci/mask-passwords-plugin
173.v6a_077a_291eb_5
🐛 Bug fixes
- JENKINS-68885 - Fix class cast exception when VarMaskRegexEntry data is not bound (#60) @arthas-choi
📝 Documentation updates
- Adding contributing guide (#45) @pushker001
👻 Maintenance
- Reduce Jenkinsfile diffs to archetype (#58) @MarkEWaite
- Test with Java 21 (#56) @MarkEWaite
- Deeper spotbugs checks (#44) @pushker001
- Use release drafter from cd workflow (#39) @MarkEWaite
🚦 Tests
- Skip two assertions on Windows (#40) @MarkEWaite
📦 Dependency updates
- Bump org.jenkins-ci.plugins:plugin from 4.72 to 4.73 (#59) @dependabot
- Bump org.jenkins-ci.plugins:plugin from 4.71 to 4.72 (#57) @dependabot
- Bump git-changelist-maven-extension from 1.6 to 1.7 (#54) @dependabot
- Bump org.jenkins-ci.plugins:plugin from 4.65 to 4.71 (#55) @dependabot
- Bump plugin from 4.62 to 4.65 (#52) @dependabot
- Bump bom-2.361.x from 2062.v154408a_24d20 to 2102.v854b_fec19c92 (#51) @dependabot
- Bump bom-2.361.x from 2025.v816d28f1e04f to 2062.v154408a_24d20 (#50) @dependabot
- Bump plugin from 4.57 to 4.62 (#49) @dependabot
- Bump bom-2.361.x from 1968.vb_14a_29e76128 to 2025.v816d28f1e04f (#48) @dependabot
- Bump plugin from 4.55 to 4.57 (#47) @dependabot
- Bump bom-2.361.x from 1836.vfe602c266c05 to 1968.vb_14a_29e76128 (#46) @dependabot
- Bump git-changelist-maven-extension from 1.4 to 1.6 (#42) @dependabot
- Bump bom-2.361.x from 1798.vc671fe94856f to 1836.vfe602c266c05 (#43) @dependabot
- Bump plugin from 4.54 to 4.55 (#41) @dependabot
150.vf80d33113e80
The mask passwords plugin now uses automated releases. Version numbers are now based on a simple integer and the SHA-1 hash of the commit used for the release.
🚀 New features and improvements
- Automate plugin release (#28) @pyieh
- Require Jenkins 2.361.4 or newer (#30) @MarkEWaite
📝 Documentation updates
- Use https: for scm URL, not git: (#31) @MarkEWaite
👻 Maintenance
- Test Java 17 in CI (#34) @MarkEWaite
- Publish incremental development artifacts (#33) @MarkEWaite
- Automate dependency updates (#32) @MarkEWaite
- Minor refactoring and replaced deprecated calls and replaced
javax.annotations
(#29) @StefanSpieker
📦 Dependency updates
- Bump bom-2.361.x from 1775.vf0577a_a_01778 to 1798.vc671fe94856f (#38) @dependabot
3.3
- Move away from deprecated Release Drafter App (#26) @NotMyFault
3.2
3.0
🚀 New features and improvements
- Remove workspace requirement for build wrapper (#23) @timja
- Implement data-binding for build wrapper (#23) @timja
🐛 Bug Fixes
- JENKINS-64523 - Fix compatibility with Jenkins core 2.264+ (#23) @timja
- Prevent error on startup when config is missing (#24)
- Correct documentation about pipeline being supported for global setting (it's not)
📦 Dependency updates
2.13
🐛 Bug Fixes
- SECURITY-157 - Fix global mask passwords config (#20) @samrocketman
📝 Documentation updates
- Migrate plugin documentation from Wiki to GitHub (#22) @oleg-nenashev
- Removed daring "view build parameters" value (#19) @DomnMihai
👻 Maintenance
- Enable Release drafter in the repository (#21) @oleg-nenashev