Releases: jenkinsci/bitbucket-branch-source-plugin
Releases ยท jenkinsci/bitbucket-branch-source-plugin
v2.9.7 ๐
- JENKINS-62669 - Removing Mercurial support (#320) @jglick
๐ฆ Dependency updates
- Bump plugin from 4.14 to 4.15 (#418) @dependabot
- Bump checkstyle from 8.38 to 8.39 (#419) @dependabot
- Bump plugin from 4.13 to 4.14 (#415) @dependabot
v2.9.6 ๐
- Correctly fall back to heavyweight checkout for bitbucket v7 for PRs with merge strategy (#409) @sams-gleb
v2.9.5 ๐
- fixed #335: Unable to create new multibranch pipeline project (Error while loading repositories from cache) (#390) @nilsmahlstaedt
- Only add FirstCheckoutCompletedInvisibleAction if this build is using BitbucketSCMSource (#404) @jglick
- no break a search when 401 is returned (#394) @joseblas
- JENKINS-64183 - fillCredentialsIdItems fails if Amazon ECR is installed (#403) @PatrikSchalin
- JENKINS-64125 - removing hidden fields (#399) @joseblas
- JENKINS-48828 - Fix mistaken doFillRepositoryItems AccessDenied (#377) @bitwiseman
๐ฆ Dependency updates
- Bump checkstyle from 8.37 to 8.38 (#412) @dependabot
- Bump bom-2.176.x from 12 to 16 (#392) @dependabot
- Bump plugin from 4.7 to 4.13 (#401) @dependabot
- Bump checkstyle from 8.36.1 to 8.37 (#396) @dependabot
v2.9.4 ๐
v2.9.3 ๐
- Let BitbucketEndpointConfigurationTest tolerate Spring Security version of AccessDeniedException (#362) @jglick
๐ฆ Dependency updates
- Bump mockito-core from 1.10.19 to 3.5.11 (#372) @dependabot
- Bump bom-2.176.x from 11 to 12 (#371) @dependabot
- Bump checkstyle from 8.36 to 8.36.1 (#368) @dependabot
- Bump plugin from 4.6 to 4.7 (#366) @dependabot
- Bump handy-uri-templates-2-api from 2.1.6-1.0 to 2.1.8-1.0 (#348) @dependabot
- Bump workflow-multibranch from 2.11 to 2.22 (#339) @dependabot
- Bump checkstyle from 8.35 to 8.36 (#361) @dependabot
v2.9.2 ๐
- JENKINS-63401 - Harden looking up credentials (#350) @timja
- Upgrade to modern jenkins and bom (#337) @bitwiseman
๐ฆ Dependency updates
- Bump checkstyle from 8.29 to 8.35 (#344) @dependabot
- Bump maven-checkstyle-plugin from 3.1.0 to 3.1.1 (#341) @dependabot
v2.9.1 ๐
Features and Fixes
- Add Bitbucket "Server Version" option to fix webhook management on v6.x and earlier (#332) @bitwiseman
Changes
v2.9.0 ๐
This release includes several fixes related to BitBucket v7 support for PR building.
See the user guide's BitBucket Server 7 compatibility section for details.
๐ Bug Fixes
- JENKINS-57775 - JENKINS-62780 - Handle PRs from/to non existing src/dest (#322) @Dohbedoh
- add support for server event
pr:from_ref_updated
. (#309) @mattiassluis - Fix CHANGE_AUTHOR and CHANGE_AUTHOR_DISPLAY_NAME (#325) @jglick
- Fix no longer supported git PR refs (#294) @viceice
v2.8.0 ๐
Support for OAuth authentication is now supported on Bitbucket Cloud sources.
๐ New features and improvements
- JENKINS-60751 - Add listener to new bitbucket events (#291) @drg2
- Allow to override timeout in case of slow network (#292) @AlbanAndrieu
- add OAuth authentication (#262) @kurddt
๐ Bug Fixes
- PRs without a valid destination branch no longer break SCM scanning. (#283) @ghunteranderson
๐ฆ Dependency updates
- bump parent pom (#299) @jetersen
- Bump checkstyle from 8.18 to 8.29 (#281) @dependabot
๐ Documentation updates
v2.7.0 ๐
๐ New features and improvements
- add max pagelen of 100 to /refs/branches call (#277) @Twb3
- Added condition for 403 HTTP Status (#274) @alexanderrtaylor
- more verbose in build status notification exception (#265) @jfroche
- JENKINS-45504 - Add @symbol annotations to traits (#257) @darxriggs
๐ Bug Fixes
- fix Job DSL by adding a DataboundSetter it can understand (#278) @Casz
- Fix NullPointerException and Concurrency Issues (#244) @2improveIT
- Fixing NullPointerExceptions in PullRequests (#245) @2improveIT
๐ป Maintenance
- Moving docs from docs.cloudbees.com (#272) @amuniz
- Make common traits consistent with github-branch-source-plugin (#256) @darxriggs
- Improve pom.xml (#255) @darxriggs