Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 2.375.x support #2218

Merged
merged 2 commits into from
Jun 27, 2023
Merged

Remove 2.375.x support #2218

merged 2 commits into from
Jun 27, 2023

Commits on Jun 26, 2023

  1. Remove 2.375.x line from BOM updates

    Many of the plugin versions managed by the plugin bill of materials have
    been updated to require Jenkins 2.387.1 or newer.  Those plugins include:
    
    * https://plugins.jenkins.io/bootstrap5-api/ - Bootstrap 5 API
    * https://plugins.jenkins.io/branch-api/ - Branch API
    * https://plugins.jenkins.io/checks-api - GitHub checks API
    * https://plugins.jenkins.io/configuration-as-code - Configuration as code
    * https://plugins.jenkins.io/credentials/ - Credentials
    * https://plugins.jenkins.io/custom-folder-icon - Configuration as code
    * https://plugins.jenkins.io/data-tables-api/ - Data tables API
    * https://plugins.jenkins.io/echarts-api/ - echarts API
    * https://plugins.jenkins.io/font-awesome-api/ - Font awesome API
    * https://plugins.jenkins.io/forensics-api/ - Forensics API
    * https://plugins.jenkins.io/git-client/ - Git client
    * https://plugins.jenkins.io/git/ - Git
    * https://plugins.jenkins.io/junit/ - JUnit
    * https://plugins.jenkins.io/junit-attachments/ - JUnit attachments
    * https://plugins.jenkins.io/lockable-resources/ - Lockable resources
    * https://plugins.jenkins.io/pipeline-build-step/ - Pipeline: build step
    * https://plugins.jenkins.io/pipeline-model-definition/  - Pipeline: declarative
    * https://plugins.jenkins.io/plugin-util-api - Plugin utilities API
    * https://plugins.jenkins.io/workflow-cps/ - Pipeline: Groovy
    * https://plugins.jenkins.io/workflow-multibranch/ - Pipeline: Multibranch
    * https://plugins.jenkins.io/workflow-scm-step/ - Pipeline: SCM step
    
    Over 10% of the plugins in the bill of materials require a core version
    newer than 2.375.4.
    
    There are relatively few plugins that require Jenkins 2.375.x.
    
    The benefits of testing for compatibility with Jenkins 2.375.x decrease
    each time a plugin requires a version newer than 2.375.x.
    
    The last two releases of the plugin bill of materials included no plugin
    version changes in the bom-2.375.x set.  One plugin version was pinned to
    2.375.x, and multiple maven plugins were updated, but no plugin versions
    were updated.
    
    Rather than continuing to add more pinned plugins for Jenkins 2.375.x
    compatibility, let's stop 2.375.x plugin bill of materials updates and
    limit updates to 2.387.x, 2.401.x, and weekly.
    
    Users of previous bill of materials releases can continue to use them,
    but new releases will only cover 2.387.x and 2.401.x.
    change
    MarkEWaite committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    9b6efa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    701fe41 View commit details
    Browse the repository at this point in the history