Releases: jenkinsci/rest-list-parameter-plugin
REST List Parameter v1.4.2
🐛 Bug fixes
- fix: scoped credentials (#90) @h1dden-da3m0n
📦 Dependency updates
- fix(deps): bump plugin from 4.21 to 4.24 (#83) @dependabot
- fix(deps): bump bom-2.263.x from 887.vae9c8ac09ff7 to 937.v51fde92016ed (#88) @dependabot
👻 Maintenance
- ci: general update and improvment (#91) @h1dden-da3m0n
REST List Parameter v1.4.1
📦 Dependency updates
- fix(deps): bump select2-api from 4.0.13-4 to 4.0.13-6 (#79) @dependabot
- fix(deps): bump jquery3-api from 3.6.0-1 to 3.6.0-2 (#78) @dependabot
- fix(deps): bump bom-2.263.x from 841.vd6e713d848ab to 887.vae9c8ac09ff7 (#76) @dependabot
- fix(deps): bump plugin from 4.19 to 4.21 (#80) @dependabot
REST List Parameter v1.4.0
🚨 Removed
- replace(lib): switch to Select2 Api plugin (#70) @h1dden-da3m0n
📦 Dependency updates
- fix(deps): bump json-path from 2.5.0 to 2.6.0 (#71) @dependabot
- fix(deps): bump plugin from 4.18 to 4.19 (#69) @dependabot
- replace(lib): switch to Select2 Api plugin (#70) @h1dden-da3m0n
- fix(deps): bump bom-2.263.x from 29 to 841.vd6e713d848ab (#72) @dependabot
📝 Documentation updates
- ci(fossa): add fossa scan workflow (#73) @h1dden-da3m0n
👻 Maintenance
- ci(fossa): add fossa scan workflow (#73) @h1dden-da3m0n
- replace(lib): switch to Select2 Api plugin (#70) @h1dden-da3m0n
REST List Parameter v1.3.3
Intermediate Release
Due to some local Java issues on my dev machine the 1.3.2 release was only published to GitHub but never Artifactory (aka the Jenkins repository)
This release should show up 🤞
Changes
Same as the 1.3.2 release (i.e. just dependency updates)
REST List Parameter v1.3.2
📦 Dependency updates
- chore(deps): bump actions/cache from v2.1.4 to v2.1.5 (#58) @dependabot
- chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#54) @dependabot
- fix(deps): bump jquery3-api from 3.5.1-3 to 3.6.0-1 (#59) @dependabot
- fix(deps): bump plugin from 4.16 to 4.18 (#60) @dependabot
- fix(deps): bump bom-2.263.x from 25 to 29 (#63) @dependabot
- chore(deps): bump actions/setup-java from v1 to v2 (#56) @dependabot
REST List Parameter v1.3.1
Security release, If you are running version 1.3.0
of this plugin please update as soon as possible
🔒 Security Bug Fix
- fixed for SECURITY-2261 @h1dden-da3m0n, @daniel-beck
REST List Parameter v1.3.0
⚠️ Heads Up
This version requires a new baseline Jenkins Core version due to the UI changes coming in the upcoming LTS however most ppl should be not affected as 2.263.x
is the current LTS the baseline bump goes to still uses the tr
layout.
🎉 first release in 2021!
🚀 New features and improvements
- feat(select): add filter to select by using select2 library (#51) @h1dden-da3m0n
- feat(layout): compatibility with
tr
and newdiv
layout (#51) @h1dden-da3m0n
🐛 Bug fixes
- fix(caching): odd caching behaviour with http chaching disabled (#52) @h1dden-da3m0n
📦 Dependency updates
- chore(deps): bump release-drafter/release-drafter from v5.13.0 to v5.14.0 (#48) @dependabot
- chore(deps): bump actions/cache from v2 to v2.1.4 (#47) @dependabot
- fix(deps): bump json-path from 2.4.0 to 2.5.0 (#38) @dependabot
- fix(deps): bump plugin from 4.13 to 4.16 (#40, #44) @dependabot
- fix(deps): bump bom-2.235.x from bom-2.235.x 18 to bom-2.263.x 25 (#39, #43, #52) @dependabot, @h1dden-da3m0n
REST List Parameter v1.2.2
Maintenance release
📦 Dependency updates
- Bump bom-2.235.x from 16 to 18 (#33) @dependabot
- Bump plugin from 4.12 to 4.13 (#32) @dependabot
REST List Parameter v1.2.1
- No changes
❗ META RELEASE ❗
Due to an error on my end, where I failed to set the revision
property to the right version in the last release, the plugin page would have failed to find the documentation readme. This was fixed with this release and to see the actual changelog see REST List Parameter v1.2.0.
REST List Parameter v1.2.0
🚀 New features and improvements
- feature(cache): Add cache ability for values returned from Endpoint (#29) @h1dden-da3m0n
- feature(order): Add value sorting/ordering to value post processing (#23) @h1dden-da3m0n
🐛 Bug Fixes
- fix(proxy): REST List Parameter endpoints now respect the Proxy value set in the Jenkins config (part of #29) @h1dden-da3m0n
📦 Dependency updates
- Bump plugin from 4.11 to 4.12 (#26) @dependabot
- Bump bom-2.235.x from 13 to 16 (#25, #30) @dependabot
👻 Maintenance
- fix(ci): Release Drafter workflow broke again (#28) @k3rnelpan1c-dev