Releases: jenkinsci/gerrit-trigger-plugin
Releases · jenkinsci/gerrit-trigger-plugin
Gerrit Trigger Plugin 2.38.0
🚀 New features and improvements
- JENKINS-70111 - Provide options to prevent triggering jobs when Change status != NEW (#481) @ckreisl
- JENKINS-70045 - Fix active to wip state change triggers build (#482) @ckreisl
🐛 Bug fixes
Gerrit Trigger Plugin 2.37.0
🚀 New features and improvements
- JENKINS-65349 - Feature voting patchsets with the same topic (#468) @ckreisl
🐛 Bug fixes
- JENKINS-67761 - Fix cancelling jobs multiple times (#478) @ckreisl
- Fix SSH connection leaks (#476) @ride2ubaye
- JENKINS-69779 - Fix broken icons in Gerrit settings (#479) @ckreisl
Gerrit Trigger Plugin 2.36.1
🐛 Bug fixes
- JENKINS-69059 - Quick fix for proxy cache exception (#477) @ckreisl
- Increase the default events log support check period (#470) @cboylan
- JENKINS-69442 - Defer query of change file paths until actually required (#471) @chrisa-arm
- JENKINS-69050 - Stop old server instances correctly during JCasC update (#469) @chrisa-arm
📝 Documentation updates
👻 Maintenance
📦 Dependency updates
- Bump plugin parent to 4.47 (#472) @rsandell
- Bump gson from 2.8.2 to 2.8.9 (#466) @dependabot
Gerrit Trigger Plugin 2.36.0
🚀 New features and improvements
- JENKINS-47420 - Set review labels when RestAPI is enabled (#465) @kiic-leung
- Added Uploader Name RegEx filter for patchsetCreatedEvent (#457) @faceless7171
🐛 Bug fixes
- JENKINS-68181 - FIX: Use SafeTimerTask instead of TimerTask for DynamicTriggerConfigU… (#463) @chenhuahuan
- Fix retrieving review message. (#422) @thesvistun
👻 Maintenance
- Prepare for icon removal from core (#459) @NotMyFault
- EOL JSR 305 (#458) @basil
- Migrate from deprecated
org.junit.Assert.assertThat
to non-deprecatedorg.hamcrest.MatcherAssert.assertThat
(#460) @basil
🚦 Tests
Gerrit Trigger Plugin 2.35.4
🐛 Bug fixes
- JENKINS-65264 - builds triggered on changeMerged event wait for refs/heads/ replica event (#462) @ferrucciobongianni
👻 Maintenance
Gerrit Trigger Plugin 2.35.3
Gerrit Trigger Plugin 2.35.2
Gerrit Trigger Plugin 2.35.1
🐛 Bug fixes
- Connection is not established on startup (#447) @codesuki
- Some controls ignore current state (#407) @testowyludek1234
- Fix excessive triggers for a change with forbidden files only and strictForbiddenFileVerification enabled (#444) @romanek-adam
- Fix Gerrit Trigger not updating the list of gerrit projects automatically (#437) @mariahbb1
- Fixed Enable Code-Review checkbox can not be unchecked (#445) @howardlyliao
- Warning log in wrong place (#448) @codesuki
👻 Maintenance
Gerrit Trigger Plugin 2.35.0
2.35.0-beta-1 promoted to stable.
Gerrit Trigger Plugin 2.35.0-beta-1
Lots of dependency updates and cleanups. A couple of spotbugs warnings fixed (and some ignored).
The dependency updates caused many tests to start failing, most of it due to magled classpaths and new requirements of the dependencies being bumped.
And that motivated a beta release to try and get some sanity testing "in the wild" before offering this update to a wider user base.
🚀 New features and improvements
- Add rerun-check event (#435) @bpedersen2
- Modify the "filtered in" and "filtered out" order in Gerrit Trigger menu (#438) @mariahbb1
🐛 Bug fixes
- Only store events from configured server (#439) @ctudor
- JENKINS-53250 - : Fix warnings when configuration-as-code is not installed (#436) @olivergondza
👻 Maintenance
- feat: support incrementals (#441) @kuisathaverat