Releases: jenkinsci/pipeline-utility-steps-plugin
Releases · jenkinsci/pipeline-utility-steps-plugin
2.15.0
🚀 New features and improvements
- JENKINS-63587 - Allow disabling Ant default excludes in the zip step (#180) @ykhandelwal913
- JENKINS-68830 - Provide some ways of specifying maxAliasesForCollections to readYaml step (#152) @rsandell
- Use library default and make MAX_MAX_ALIASES_FOR_COLLECTIONS final (#173) @sboardwell
👻 Maintenance
📦 Dependency updates
- Bump maven-model from 3.8.6 to 3.8.7 (#179) @dependabot
- Bump plugin from 4.50 to 4.51 (#175) @dependabot
2.14.0
🚀 New features and improvements
- Added the option to extract files with their permissions from a tar archive (#167) @g-host-one
🐛 Bug fixes
- Set split lines for writeYaml to false (#164) @kuburoman
📦 Dependency updates
- Bump plugin from 4.49 to 4.50 (#174) @dependabot
Pipeline Utility Steps Plugin 2.13.2
Pipeline Utility Steps Plugin 2.13.1
📝 Documentation updates
📦 Dependency updates
- Use library plugins where possible (#170) @basil
- Bump plugin from 4.47 to 4.49 (#171) @dependabot
- Bump bom-2.289.x from 1451.v15f1fdb_772a_f to 1500.ve4d05cd32975 (#159) @dependabot
- Bump git-changelist-maven-extension from 1.3 to 1.4 (#158) @dependabot
- Bump commons-configuration2 from 2.7 to 2.8.0 (#155) @dependabot
- Bump plugin from 4.41 to 4.47 (#163) @dependabot
- Bump plugin from 4.40 to 4.41 (#151) @dependabot
- Bump bom-2.289.x from 1438.v6a_2c29d73f82 to 1451.v15f1fdb_772a_f (#150) @dependabot
Pipeline Utility Steps Plugin 2.13.0
📦 Dependency updates
- Replaced shaded snakeyaml with snakeyaml api plugin (#149) @StefanSpieker
- Bump bom-2.289.x from 1409.v7659b_c072f18 to 1438.v6a_2c29d73f82 (#148) @dependabot
- Bump maven-model from 3.8.5 to 3.8.6 (#146) @dependabot
Pipeline Utility Steps Plugin 2.12.2
👻 Maintenance
📦 Dependency updates
- Bump bom-2.289.x from 1342.v729ca_3818e88 to 1409.v7659b_c072f18 (#145) @dependabot
Pipeline Utility Steps Plugin 2.12.1
👻 Maintenance
- Update plugin parent POM and BOM (#139) @basil
- Move away from deprecated Release Drafter App (#130) @NotMyFault
- Clean up POM (#123) @basil
📦 Dependency updates
- Bump bom-2.289.x from 1289.v5c4b_1c43511b_ to 1342.v729ca_3818e88 (#141) @dependabot
- Bump maven-model from 3.8.4 to 3.8.5 (#132) @dependabot
- Bump plugin from 4.33 to 4.34 (#125) @dependabot
- Bump bom-2.289.x from 1135.va_4eeca_ea_21c1 to 1148.v7261f385f859 (#124) @dependabot
- Bump bom-2.289.x from 1117.v62a_f6a_01de98 to 1135.va_4eeca_ea_21c1 (#122) @dependabot
Pipeline Utility Steps Plugin 2.12.0
📦 Dependency updates
- Bump plugin from 4.24 to 4.33 (#121) @dependabot
- Bumped Jenkins core to 2.289.3 (#121) @rsandell
- Bump git-changelist-maven-extension from 1.2 to 1.3 (#119) @dependabot
- Bump maven-model from 3.5.4 to 3.8.4 (#113) @dependabot
- Bump commons-csv from 1.8 to 1.9.0 (#112) @dependabot
- Bump commons-lang3 from 3.9 to 3.12.0 (#111) @dependabot
📝 Documentation updates
👻 Maintenance
🚦 Tests
Pipeline Utility Steps Plugin 2.11.0
Pipeline Utility Steps Plugin 2.10.0
🚀 New features and improvements
- Added
prependToFile
step (#106) @tomasbjerre