Ran the release checklist operations for 1.41.0. - #3073
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (4)
Included review availability: 9 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 10 reviews per hour. WalkthroughThe CI workflows now use database cache version ChangesCI cache and database image updates
Behat steps dependency update
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This release checklist update is merge-ready after normal checks and review; no actionable merge-blocking risk remains. Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (4 skipped: 4 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
This comment has been minimized.
This comment has been minimized.
1 similar comment
|
Code coverage (threshold: 90%) Per-class coverage |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3073 +/- ##
==========================================
- Coverage 87.36% 87.00% -0.36%
==========================================
Files 107 100 -7
Lines 5088 4925 -163
Branches 49 3 -46
==========================================
- Hits 4445 4285 -160
+ Misses 643 640 -3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Code coverage (threshold: 90%) Per-class coverage |
|
📖 Documentation preview for this pull request has been deployed to Netlify: https://6a955567df6f2992888b6cc1--vortex-docs.netlify.app This preview is rebuilt on every commit and is not the production documentation site. |
Summary
Runs the 1.41.0 - Lumen release checklist: bumps the CI database cache key to track the
uselagoon/*container update, corrects a staledrevops/mariadb-drupal-database image pin, bumps thedrevops/behat-stepsdependency constraint, and refreshes bothpackage-lock.jsonfiles with in-range transitive updates. A follow-up commit keeps thedrevops/vortex-toolingrequirement at~1.4.0rather than cutting a new~1.5.0release as part of this pass.Changes
v26.8.0tov26.8.1in.circleci/config.yml,.circleci/vortex-test-common.yml, and.github/workflows/build-test-deploy.yml, tracking theuselagoon/*container bump to26.8.1.drevops/mariadb-drupal-database image pin in.circleci/config.ymlfrom26.6.0to26.8.1. This pin is a plainVORTEX_DB_IMAGE_BASE:YAML assignment, so it matches neither of thecustomManagersregexes inrenovate.json(which coverdocker run ...andIMAGE: "${...}"forms) and had gone two minors stale, missing the arm64 seeding fix released in26.7.0. This is a Renovate coverage gap worth a follow-up.drevops/behat-stepsconstraint incomposer.jsonfrom^3.14.1to^3.14.2viacomposer update -Wwithbump-after-update.package-lock.jsonfiles (root andweb/themes/custom/your_site_theme/) vianpm update, picking up in-range transitive bumps including Jest30.4.xto30.5.0plus npm dedupe hoisting. Nopackage.jsonconstraint changed, and the audit reports 0 vulnerabilities.drevops/vortex-toolingrequirement at~1.4.0acrosscomposer.json,.vortex/CLAUDE.md,.vortex/docs/content/development/composer.mdx,.vortex/tests/phpunit/Traits/SutTrait.php,.vortex/tooling/README.md, andscripts/vortex-tooling.sh, reverting an earlier bump to~1.5.0since no new tooling tag is being cut for this release.Before / After
Summary by CodeRabbit