Releases: jenkinsci/git-plugin
Releases · jenkinsci/git-plugin
4.10.3
4.10.2
🐛 Bug fixes
- JENKINS-67491 - Do not fail build on auth exception (#1202) @MarkEWaite
👻 Maintenance
📦 Dependency updates
- Add SortPom to build (#1190) @basil
- Bump bom-2.289.x from 1008.vb9e22885c9cf to 1090.v0a_33df40457a_ (#1196, #1199, #1201) @dependabot
- Bump equalsverifier from 3.8 to 3.8.2 (#1183, #1195) @dependabot
- Bump git-changelist-maven-extension from 1.2 to 1.3 (#1192) @dependabot
- Bump git-client from 3.10.0 to 3.11.0 (#1191, #1193) @dependabot
- Bump plugin from 4.31 to 4.33 (#1188, #1200) @dependabot
- Bump spotbugs from 4.5.1 to 4.5.3 (#1184, #1198) @dependabot
- Bump spotbugs-annotations from 4.5.1 to 4.5.3 (#1186, #1197) @dependabot
- Bump spotless-maven-plugin from 2.17.7 to 2.20.0 (#1189, #1204, #1205) @dependabot
🚦 Tests
- Simplify test harness assertions (#1194) @MarkEWaite
Git Plugin 4.10.1
🐛 Bug fixes
📦 Dependency updates
- Bump spotbugs-annotations from 4.5.0 to 4.5.1 (#1182) @dependabot
- Bump spotbugs from 4.5.0 to 4.5.1 (#1181) @dependabot
- Bump equalsverifier from 3.7.2 to 3.8 (#1180) @dependabot
- Bump spotbugs-annotations from 4.4.2 to 4.5.0 (#1176) @dependabot
- Bump spotbugs from 4.4.2 to 4.5.0 (#1175) @dependabot
- Bump plugin from 4.30 to 4.31 (#1172) @dependabot
- Bump bom-2.289.x from 987.v4ade2e49fe70 to 1008.vb9e22885c9cf (#1170) @dependabot
📝 Documentation updates
👻 Maintenance
- Remove divBasedFormLayout conditionals (#1179) @MarkEWaite
- JENKINS-67045 - Migrate deprecated call to
Promotion#getTarget
(#1167) @Vlatombe
🚦 Tests
- Reduce windows test time (#1173) @MarkEWaite
Git Plugin 4.10.0
🚀 New features and improvements
- Add API method to obtain a change set link by commit ID (SHA hash) (#1034) @uhafner
- Support GIT_BRANCH and GIT_REVISION token macro in Pipeline JENKINS-66651 - (#1165) @slide
🐛 Bug fixes
- Fix tags retrieval with folder scoped credentials JENKINS-64803 (#1139) @Dohbedoh
📦 Dependency updates
- Bump bom-2.289.x from 961.vf0c9f6f59827 to 987.v4ade2e49fe70 (#1164) @dependabot
- Bump plugin from 4.28 to 4.29 (#1159) @dependabot
- Bump equalsverifier from 3.7.1 to 3.7.2 (#1160) @dependabot
- Bump spotbugs from 4.4.1 to 4.4.2 (#1157) @dependabot
- Bump spotbugs-annotations from 4.4.1 to 4.4.2 (#1158) @dependabot
📝 Documentation updates
- Encourage better bug reports with a better link (#1162) @MarkEWaite
🚦 Tests
Git Plugin 4.9.0
🚀 New features and improvements
- JENKINS-66712 - Replace PNGs with vectorized images (#1148) @NotMyFault
📦 Dependency updates
- Bump bom-2.289.x from 924.vda78166e6655 to 961.vf0c9f6f59827 (#1135, #1140, #1154) @dependabot
- Bump plugin pom from 4.24 to 4.28 (#1143, #1146, #1150, #1155) @dependabot
- Bump spotbugs from 4.4.0 to 4.4.1 (#1142) @dependabot
- Bump spotbugs-annotations from 4.4.0 to 4.4.1 (#1141) @dependabot
👻 Maintenance
- Require Jenkins 2.289.1 or newer (#1147) @MarkEWaite
- Fix coverage reporting by using parent pom 4.28 (#1155) @MarkEWaite
- Minor refactoring and removed unused imports (#1152) @StefanSpieker
- Adapting
GitSCMSourceTest
andGitToolChooserTest
to jenkinsci/jenkins#5425 (#1138) @basil - Reduce usages of Guava (#1134) @basil
🚦 Tests
- do not run commit hooks in timing tests (#1151) @jtnord
- Remove test dep on xmlunit-matchers (#1149) @MarkEWaite
- Replace GitHub references to git:// protocol (#1145) @MarkEWaite
- Remove two Assembla tests (#1144) @MarkEWaite
- Git credentials binding unit test improvements (#1137) @arpoch
Git Plugin 4.8.3
⚡️ Security Fix
- Prevent stored cross-site scripting vulnerability in commit notification SHA1 parameter - SECURITY-2499
Git Plugin 4.7.1.1
⚡️ Security Fix
- Prevent stored cross-site scripting vulnerability in commit notification SHA1 parameter - SECURITY-2499
Git Plugin 4.3.1
⚡️ Security Fix
- Prevent stored cross-site scripting vulnerability in commit notification SHA1 parameter - SECURITY-2499
Git Plugin 4.8.2
🐛 Bug fixes
- JENKINS-66296 - Avoid unexpected polling rebuild after upgrade (#1132) @MarkEWaite
📦 Dependency updates
- Bump git-client from 3.8.0 to 3.9.0 (#1118) @dependabot
- Bump bom-2.263.x from 887.vae9c8ac09ff7 to 924.vda78166e6655 (#1123, #1125, #1127, #1133) @dependabot
- Bump spotbugs from 4.3.0 to 4.4.0 (#1131) @dependabot
- Bump spotbugs-annotations from 4.3.0 to 4.4.0 (#1130) @dependabot
- Bump equalsverifier from 3.7 to 3.7.1 (#1129) @dependabot
- Bump plugin from 4.21 to 4.24 (#1124) @dependabot
📝 Documentation updates
- Narrow the withCredentials example (#1120) @MarkEWaite
- Fix bold formatting typo (#1119) @arpoch
👻 Maintenance
- Require POST for tool name API call (#1121) @MarkEWaite
Git Plugin 4.8.1
🐛 Bug fixes
- JENKINS-66212 - Fix getLastBuild null pointer exception (#1112) @MarkEWaite
- JENKINS-66214 - Fix gitUsernamePassword capitalization (#1113) @MarkEWaite
📦 Dependency updates
- Use plugin bom for credentials binding plugin (#1117) @MarkEWaite
- Bump plugin from 4.20 to 4.21 (#1116) @dependabot
🚦 Tests
- Simplify Linux test result search (#1114) @MarkEWaite