Releases: jenkinsci/gitea-plugin
Releases · jenkinsci/gitea-plugin
220.v4618c82a_40fb_
🚀 New features and improvements
- Handle NOT_BUILT results more clearly (#63) @mattiasbpersson
✍ Other changes
- Enable Jenkins Security Scan (#78) @strangelookingnerd
📦 Dependency updates
- Bump org.jenkins-ci.plugins:plugin from 4.83 to 4.84 (#80) @dependabot
- Bump io.jenkins.tools.bom:bom-2.426.x from 3135.v6d6c1f6b_3572 to 3157.vb_3e8b_8a_d185d (#79) @dependabot
- Bump org.jenkins-ci.plugins:plugin from 4.82 to 4.83 (#76) @dependabot
215.v71113b_7a_4c76
👷 Changes for plugin developers
- Modernize Jenkins builds (#71) @justusbunsi (credits to @viceice)
📝 Documentation updates
- Update gitea.io to gitea.com (#77) @justusbunsi
👻 Automatic releases are now enabled on merge to master
This comes with a new version number format, see https://www.jenkins.io/jep/229
- Fully enable automated releases (#72) @justusbunsi
📦 Dependency updates
- Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.1.2 to 3.4.0 (#75) @dependabot
- Bump io.jenkins.tools.bom:bom-2.426.x from 3105.v672692894683 to 3135.v6d6c1f6b_3572 (#74) @dependabot
- Bump com.puppycrawl.tools:checkstyle from 9.0 to 10.17.0 (#73) @dependabot
1.4.7
🚀 New features and improvements
- Add gitea release handling (#60) @Mai-Lapyst
1.4.6
🐛 Bug fixes
- Fix JENKINS-69719 - : Fetch PR data from target repo (#67) @astos-marcb
📝 Documentation updates
- separate the last info section (#64) @jan-ruzicka-c
👻 Maintenance
- Replace deprecated 'recommendedConfigurations' with replacement (#66) @NotMyFault
✍ Other changes
- Update documentation (#65) @crapStone
1.4.4
🚀 New features and improvements
- Branch discovery: Add strategy for all branches that also files PRs and master / main branch (#56) @pavog
🐛 Bug fixes
- Fix JENKINS-67807 - : Use system level access to fetch the access token (#61) @gtudan
- Use username from sshkey credentials instead of "git" when checking out with ssh:// (#55) @pavog
📝 Documentation updates
- JENKINS-69027 - Add hint regarding Gitea 1.16.9 API permissions (#58) @justusbunsi
📦 Dependency updates
1.4.3
✍ Other changes
- fix JENKINS-68435 - : Revert "Remove useless code for building clone url… (#52) @cs8898
1.4.2
🚀 New features and improvements
👻 Maintenance
- Remove useless code for building clone url (#50) @justusbunsi
1.4.1
🚀 New features and improvements
- Provide dedicated symbol for personal access token (#46) @justusbunsi
🐛 Bug fixes
- JENKINS-67068 - Fix regression for branch names with slashes (#44) @justusbunsi
👻 Maintenance
- Add codestyle checks (#45) @justusbunsi
- Fix release versioning + incremental builds (#43) @justusbunsi
1.4.0--rc182.9eb947470fcf
This is the first automated release. The next one won't have such suffix.
- Enable cd workflow (#35) @justusbunsi
- Dependency updates (#40) @justusbunsi
- fix: help typo (#39) @viceice
🚀 New features and improvements
- Make plugin compatible with Job DSL (#41) @LEDfan
- feat(webhook): support branch/tag delete events (JENKINS-66638 - ). (#36) @mortenkri
- feat: add archived filter (JENKINS-64353 - ) (#27) @viceice
🐛 Bug fixes
- fix(webhook): fix that new tags are not discovered automatically via TagDiscoveryTrait and webhooks. (#38) @mortenkri
- fix(webhook): fix NPE when saving OrganizationFolder using WebhookRegistrationTrait. (#37) @mortenkri
- Fixes JENKINS-60331 - (#34) @mortenkri
- FIX JENKINS-60017 - (#24) @mecseid
v1.3.0
- ENHANCEMENTS
- Compatibility with Gitea 1.12+ - support API paging requests #31 JENKINS-63048
- Remove unnecessary branch retrieval loop to improve performance #29 JENKINS-65796
- Send
WARNING
state to Gitea Status API for unstable builds #26 JENKINS-63257
- BUGS
- SCMSource: Check task authentication context when looking forcredentials #30 JENKINS-62326