Releases: jenkinsci/blueocean-plugin
Releases · jenkinsci/blueocean-plugin
BlueOcean 1.27.6
🚨 Removed
👷 Changes for plugin developers
👻 Maintenance
📦 Dependency updates
BlueOcean 1.27.4.1
BlueOcean 1.27.5.1
BlueOcean 1.27.5
🚀 New features and improvements
👷 Changes for plugin developers
📝 Documentation updates
🚦 Tests
📦 Dependency updates
- Bump guava from 30.1.1-jre to 32.0.0-jre in /blueocean-jira (#2446) @dependabot
- Bump guava from 28.2-jre to 32.0.0-jre in /acceptance-tests/runner/runtime (#2445) @dependabot
- Upgrade plugin parent POM from 4.57 to 4.65 (#2450) @basil
- Update hamcrest (#2444) @NotMyFault
BlueOcean 1.27.4
🚀 New features and improvements
- JENKINS-54250 - Disable restarting stages in Jenkinsfile optionally (#2332) @pavlovic-ivan
👻 Maintenance
- Switch from deprecated
useAci
syntax touseContainerAgent
(#2360) @NotMyFault - Bump BOM and explicitly depend on
caffeine-api
to fixLoadingCache.refresh
(#2435) @jglick
📦 Dependency updates
24 changes
- Bump jose4j from 0.7.7 to 0.9.3 (#2434) @dependabot
- Bump jsoup from 1.14.2 to 1.15.3 (#2334) @dependabot
- Use
io.jenkins.plugins:commons-lang3-api
(#2433) @viceice - Upgrade plugin parent POM from 4.53 to 4.57 (#2418) @basil
- Bump actions/stale from 7 to 8 (#2422) @dependabot
- Bump moment from 2.19.3 to 2.29.2 in /blueocean-core-js (#2272) @dependabot
- Bump moment from 2.19.3 to 2.29.2 in /blueocean-dashboard (#2271) @dependabot
- Bump moment from 2.19.3 to 2.29.2 in /blueocean-web (#2270) @dependabot
- Bump moment from 2.19.3 to 2.29.2 in /jenkins-design-language (#2269) @dependabot
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /blueocean-config (#2362) @dependabot
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /blueocean-executor-info (#2365) @dependabot
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /jenkins-design-language (#2366) @dependabot
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /blueocean-web (#2367) @dependabot
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /blueocean-pipeline-editor (#2368) @dependabot
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /blueocean-dashboard (#2369) @dependabot
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /blueocean-core-js (#2370) @dependabot
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /blueocean-personalization (#2371) @dependabot
- Bump ua-parser-js from 0.7.19 to 0.7.33 in /blueocean-personalization (#2390) @dependabot
- Bump ua-parser-js from 0.7.19 to 0.7.33 in /blueocean-pipeline-editor (#2391) @dependabot
- Bump ua-parser-js from 0.7.19 to 0.7.33 in /blueocean-core-js (#2393) @dependabot
- Bump ua-parser-js from 0.7.31 to 0.7.33 in /blueocean-executor-info (#2394) @dependabot
- Bump ua-parser-js from 0.7.19 to 0.7.33 in /blueocean-dashboard (#2392) @dependabot
- Bump ua-parser-js from 0.7.31 to 0.7.33 in /jenkins-design-language (#2395) @dependabot
- Bump ua-parser-js from 0.7.19 to 0.7.33 in /blueocean-web (#2389) @dependabot
BlueOcean 1.27.3
🚀 New features and improvements
- JENKINS-70808 - Fix isRestartable by only checking against the curren… (#2416) (#2417) @olamy
1.25.5.2
1.27.2
What's Changed
- [JENKINS-70559] Fix class not found exception in ssh Pipeline editor by @MarkEWaite in #2397
- the method is called twice for the same object so at least we can store the result in a field which reduce call by 2 :) (#2408) by @olamy in #2410
- fix some ATH by @olamy in #2412
Full Changelog: blueocean-parent-1.27.1...blueocean-parent-1.27.2
1.25.5.1
What's Changed
- the method is called twice for the same object so at least we can store the result in a field which reduce call by 2 :) add some caching to avoid expensive call for completed run by @olamy in #2408
Full Changelog: blueocean-parent-1.25.5...blueocean-parent-1.25.5.1