Releases: jenkinsci/parameterized-scheduler-plugin
Releases · jenkinsci/parameterized-scheduler-plugin
277.v61a_4b_a_49a_c5c
👻 Maintenance
📦 Dependency updates
- Bump io.jenkins.tools.bom:bom-2.426.x from 2950.va_633b_f42f759 to 3056.v53343b_a_b_a_850 (#224) @dependabot
- Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.82 (#221) @dependabot
- Bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.7 to 1.8 (#218) @dependabot
- Bump org.jenkins-ci.plugins:plugin from 4.78 to 4.80 (#212) @dependabot
- Bump io.jenkins.tools.bom:bom-2.426.x from 2857.v01a_0144eb_20b_ to 2950.va_633b_f42f759 (#214) @dependabot
- Bump io.jenkins.tools.bom:bom-2.426.x from 2839.v003b_4d9d24fd to 2857.v01a_0144eb_20b_ (#208) @dependabot
- Bump org.jenkins-ci.plugins:plugin from 4.77 to 4.78 (#206) @dependabot
262.v00f3d90585cc
🐛 Bug fixes
✍ Other changes
📦 Dependency updates
- Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.77 (#204) @dependabot
- Bump org.jenkins-ci.plugins:plugin from 4.73 to 4.76 (#203) @dependabot
255.v73827fcdf618
📦 Dependency updates
- Bump bom-2.375.x from 1750.v0071fa_4c4a_e3 to 2198.v39c76fc308ca (#192) @dependabot
- Bump org.jenkins-ci.plugins:plugin from 4.55 to 4.73 (#196) @dependabot
- Bump git-changelist-maven-extension from 1.6 to 1.7 (#191) @dependabot
- Enable cd (#197) @res0nance
v1.2 🌈
🐛 Bug fixes
- JENKINS-69691 - Fix permission check (#161) @Dohbedoh
👻 Maintenance
📦 Dependency updates
- Bump plugin from 4.50 to 4.55 (#168) @dependabot
- Update to 2.375 LTS (#165) @offa
- Bump git-changelist-maven-extension from 1.4 to 1.6 (#169) @dependabot
v1.1 🌈
🚀 New features and improvements
🐛 Bug fixes
- add permission check and POST annotation (#154) @res0nance
📝 Documentation updates
- Double-% typo in readme (#141) @mminot-yseop
- Updated the documentation (#124) @eplodn
- Fix typo (#129) @offa
- Remove misleading reference to
parameterizedSpecification
(#116) @sepe81
👻 Maintenance
- Use the non-deprecated ctor (#148) @offa
- Enable Jenkins Security Scan (#146) @offa
- Remove upper bound dependency (#147) @offa
- Enable ParameterizedCronTabListTest on non-english environments (#139) @offa
- Use Jenkins >= 2.289.3, update BOM and POM (#138) @offa
- Exception declaration clean-up and remove JSR 305 (#125) @offa
📦 Dependency updates
- Bump git-changelist-maven-extension from 1.3 to 1.4 (#144) @dependabot
- Bump bom-2.289.x from 1451.v15f1fdb_772a_f to 1500.ve4d05cd32975 (#145) @dependabot
- Bump plugin from 4.43.1 to 4.47 (#152) @dependabot
- Bump git-changelist-maven-extension from 1.2 to 1.3 (#127) @dependabot
- Bump plugin from 4.19 to 4.24 (#115) @dependabot
- Bump bom-2.222.x from 872.v03c18fa35487 to 887.vae9c8ac09ff7 (#111) @dependabot
- Bump bom-2.222.x from 831.v9814430e6383 to 872.v03c18fa35487 (#110) @dependabot
- Bump plugin from 4.18 to 4.19 (#108) @dependabot
- Bump bom-2.222.x from 807.v6d348e44c987 to 831.v9814430e6383 (#107) @dependabot
- Bump bom-2.222.x from 29 to 807.v6d348e44c987 (#106) @dependabot
v1.0 🌈
🚀 New features and improvements
- Add ability to run several cron expressions at the same time (#105) @res0nance
- JENKINS-52009 - Added support for timezone in cron and percent sign in parameter key/value (#47) @shbhardwaj
🐛 Bug fixes
- Fix sanity check with % and add negative test (#92) @res0nance
📦 Dependency updates
- Bump bom-2.222.x from 20 to 29 (#93, #95, #97, #98, #99, #103 #104) @dependabot
- Bump plugin from 4.17 to 4.18 (#94, #100, #102) @dependabot
📝 Documentation updates
- Update README.md (#96) @MesterJoda
v0.9.2 🌈
🚀 New features and improvements
- Warn on parameters without values (#91) @res0nance
🐛 Bug Fixes
- Prevent NPE when createValue returns null (#88) @res0nance
📦 Dependency updates
- Remove unused structs dependency (#89) @res0nance
📝 Documentation updates
- Change active developer (#90) @res0nance
v0.9.1 🌈
🐛 Bug Fixes
- JENKINS-57093 - Fix NPE in formvalidation if no job property configured (#84) @res0nance
📦 Dependency updates
- Bump bom-2.222.x from 19 to 20 (#86) @dependabot
- Bump plugin from 4.14 to 4.15 (#83) @dependabot
📝 Documentation updates
- Consistent cron argument lines in help detail and README.md (#12) @magnetikonline
- Add build badges to README and a link to the changelog (#82) @res0nance
- Point changelog to github releases (#81) @res0nance
👻 Maintenance
- Improve tests and general cleanup (#85) @res0nance
v0.9 🌈
🚀 New features and improvements
- Add support for = in parameter values. (#52) @ttyniwa
- Improve tests and cleanup code (#80) @res0nance
- Update pom to latest, baseline to 2.222.4 and use bom to manage deps (#78) @res0nance
- Enable release drafter (#76) @res0nance
📦 Dependency updates
- Create Dependabot config file (#73) @dependabot
📝 Documentation updates
- Add example of how to set a
parameterizedCron
from pipeline-as-code (#41) @DrLeh - Migrate docs to github (#62) @res0nance
0.5
Added Declarative pipeline syntax support and JENKINS-44031 resolved.