Git Plugin 4.1.0
release-drafter
released this
18 Jan 18:43
·
1820 commits
to master
since this release
π New features and improvements
- JENKINS-60564 - Rebase before push (#694) @johannespfeiffer
- JENKINS-26660 - Expose 'cleanSubmodules' functionality to UI (JobDSL incompatibility noted in JENKINS-26660 comment) (#792) @slonopotamus
- JENKINS-42860 - Whitelist pipeline safe getters (#818) @MarkEWaite
- JENKINS-59868 - Add information about missing working directory to Polling logs (#810) @Dohbedoh
- JENKINS-30600 - Warn in log when DecoratedLauncher is in use (#811) @jglick
π Bug Fixes
- JENKINS-60590 - Fix AbstractGitSCMSource.retrieve repository leak (#798) @slonopotamus
- JENKINS-60617 - Include git step examples (#808) @MarkEWaite
- JENKINS-59540 - Add annotation to getUrl (#767) @res0nance
π» Maintenance
- Cleanup some deprecated code and TODOs (#751) @res0nance
- Remove unused assignments (#801) @darxriggs
- Don't use pre-sized arrays on array conversion (#800) @darxriggs
π¦ Dependency updates
- Upgrade to use jcasc test harness (#814) @timja
- Use parent pom 3.56 to fix JTH test issue (#817) @MarkEWaite
- Bump bom-2.138.x from 3 to 4 (#790) @MarkEWaite
π Documentation updates
- JENKINS-26660 - Describe the 'submodule clean' option (#809) @MarkEWaite
- JENKINS-60267 - Document limitations of git step (#794) @MarkEWaite
- Fix dangling Javadoc comments (#799) @darxriggs
- Cleanup HTML pages (#795) @darxriggs
- Fix link to CONTRIBUTING in PR template (#793) @slonopotamus
- Improve nested lists in HTML (#787) @darxriggs
- Fix repository browser help (#788) @darxriggs
- Fix invalid HTML line break elements (#786) @darxriggs
- Fix typos (#785) @darxriggs
- Fix copy & paste Javadoc issue (#783) @darxriggs
- Rename "slave" to "agent" (#781) @darxriggs
- Add info about the Repository Browser to the doc (#812) @duemir
- Doc improvements (links, tags, etc.) (#806) @MarkEWaite
- Replace html i tags with em (#805) @MarkEWaite
- Replace older tags with modern HTML tags (#804) @MarkEWaite
- Document Git Publisher and rebase before push (#807) @MarkEWaite
- Update dependencies and docs for 4.1 release (#797) @MarkEWaite
- List development priorities and processes (#789) @MarkEWaite
- Add gitter chat badge to docs (#815) @MarkEWaite
π¦ Tests
- JENKINS-60754 - Fix InjectedTest hang from JTH 2.57 (#816) @MarkEWaite
- Avoid cleanup failures in GitStatusTest & GitSCMTest (#802) @MarkEWaite