Skip to content

Releases: jenkinsci/lockable-resources-plugin

2.16

22 Jul 01:03
Compare
Choose a tag to compare

πŸ“¦ Dependency updates

2.15

07 May 19:28
Compare
Choose a tag to compare

πŸš€ New features and improvements

πŸ› Bug fixes

πŸ‘» Maintenance

  • Replace deprecated method calls (#290) @offa
  • Normalize all tabs to two (2) spaces as specified in the .editorconfig (#293) @gaspardpetit

🚦 Tests

πŸ“¦ Dependency updates

2.14

06 Feb 12:16
Compare
Choose a tag to compare

πŸš€ New features and improvements

  • Implement candidate-cache for resource-selection to prevent performance-regression (#171) @gmc-devel
  • Added button to copy resource name to clipboard (#227) @primoz-p
  • Add a Reassign button for reserved resources (addresses issue #142) and a "steal lock" functionality for locked ones (#144) @jimklimov

πŸ“¦ Dependency updates

πŸ‘» Maintenance

2.13

22 Dec 03:13
Compare
Choose a tag to compare

πŸ“¦ Dependency updates

2.12

19 Oct 19:55
Compare
Choose a tag to compare

πŸš€ New features and improvements

πŸ“¦ Dependency updates

πŸ‘» Maintenance

  • Bump baseline to 2.235 (#270) @basil
  • Nullabilty annotations and some minor improvements (#268) @offa

2.11

31 May 14:31
Compare
Choose a tag to compare

πŸ› Bug fixes

  • Resources with names which contain an octothorpe cannot be manipulated by a button (#238) @jimklimov

πŸ“¦ Dependency updates

πŸ‘» Maintenance

2.10

25 Sep 20:41
Compare
Choose a tag to compare

This fixes a bug with the recent security update (2.9) on Jenkins >= 2.246 (Buttons on the lockable resources overview page don't work at all.

πŸ› Bug Fixes

2.9

23 Sep 18:13
Compare
Choose a tag to compare
2.9

WARNING: The security fix breaks buttons on Jenkins >= 2.246. Update to 2.10, which fixes this problem.

This is a security release

πŸ› Bug Fixes

πŸ‘» Maintenance

  • Replace "recommended" CI configurations with fixed configurations (#212) @TobiX

2.8

26 Apr 22:29
Compare
Choose a tag to compare
2.8

πŸš€ New features and improvements

πŸ› Bug Fixes

πŸ“¦ Dependency updates

πŸ‘» Maintenance

2.7

01 Nov 23:49
Compare
Choose a tag to compare
2.7

This mainly fixes a long-standing bug (see #117, fixes JENKINS-54541, JENKINS-50176, #101 and #130), thanks to @sterys for the fix!

πŸš€ New features and improvements

  • Avoid "Waiting for resources []" queue notice when a script is used (#147) @jimklimov

πŸ› Bug Fixes

  • Fix setting the variable with the locks taken for pipeline steps (#117) @sterys