Skip to content

Updated for the release 1.38.0 'Prism'.#2478

Merged
AlexSkrypnyk merged 1 commit intomainfrom
release/1.38.0
Apr 28, 2026
Merged

Updated for the release 1.38.0 'Prism'.#2478
AlexSkrypnyk merged 1 commit intomainfrom
release/1.38.0

Conversation

@AlexSkrypnyk
Copy link
Copy Markdown
Member

@AlexSkrypnyk AlexSkrypnyk commented Apr 27, 2026

Release-preparation PR for Vortex 1.38.0 'Prism'. The actual release (tag, GitHub release, marketing assets) happens after this PR merges.

What's in this PR

This PR only contains the mechanical updates required to cut the release. The narrative changelog (highlights, breaking changes, "what's new since...") lives in the GitHub release notes that get published when the 1.38.0 tag is pushed - not here.

Changes

  • PHP platform bumped to 8.4.20 (composer.json, phpstan.neon)
    Aligned with the container's php -v output. phpcs.xml already targeted 8.4 and was left as-is.
  • CI cache key bumped to v26.4.0-db11 (.circleci/config.yml, .circleci/vortex-test-common.yml, .github/workflows/build-test-deploy.yml)
    The v<YY>.<M>.<minor> prefix tracks the latest Lagoon container version (now 26.4.0). The db<N> suffix continues to track the Drupal core major version (still 11). 5+5+6 cache-key occurrences across the three CI files were updated.
  • Theme dependencies refreshed (web/themes/custom/your_site_theme/yarn.lock)
    Result of yarn upgrade in the theme directory. No changes to declared versions in package.json; lockfile only.

composer update -W was a no-op against this branch (the recent Renovate PRs had everything at the latest already).

cd .vortex && ahoy update-docs was run; it produced no diff this cycle.

Review pointers

  • All release assets are staged in .artifacts/release-1.38.0/ for review inside the Vortex repo:
    • release-notes.md - raw GitHub release body source (used when the tag is published).
    • notes.md - marketing-formatted copy with Obsidian frontmatter.
    • blog.md, blog.html, linkedin.md - marketing copy.
    • vortex-1380-prism_{1,2,3}.png - image candidates.
  • These assets are copied out to the Marketing vault only after a separate sync vortex 1.38 step.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 27, 2026

Walkthrough

Updates database cache key versions from v26.2.0 to v26.4.0 across CircleCI and GitHub Actions workflow configurations, and bumps PHP platform versions from 8.4.17 to 8.4.20 in composer.json and phpstan.neon.

Changes

Cohort / File(s) Summary
CI Cache Version Bumps
.circleci/config.yml, .circleci/vortex-test-common.yml, .github/workflows/build-test-deploy.yml
Database cache key version prefix updated from v26.2.0 to v26.4.0 across restore and save cache operations.
PHP Platform Version Updates
composer.json, phpstan.neon
PHP platform version constraint bumped from 8.4.17 to 8.4.20 for dependency resolution and static analysis configuration.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested labels

Dependencies

Poem

🐰 The cache keys dance, from old to new,
v26.4.0 brings versions true,
PHP hops forward, 8.4.20 bright,
Dependencies aligned, configs just right!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title is partially related to the changeset. It mentions a release version but does not specify what technical changes were made, which include PHP version updates, cache key updates, and Lagoon container version bumps.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/1.38.0

Comment @coderabbitai help to get the list of available commands and usage tips.

@AlexSkrypnyk

This comment has been minimized.

2 similar comments
@AlexSkrypnyk

This comment has been minimized.

@AlexSkrypnyk
Copy link
Copy Markdown
Member Author

Code coverage (threshold: 90%)

  Classes: 100.00% (1/1)
  Methods: 100.00% (2/2)
  Lines:   98.53% (201/204)
Per-class coverage
Drupal\ys_demo\Plugin\Block\CounterBlock
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% ( 10/ 10)

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.51%. Comparing base (19c6ee7) to head (fd5ed02).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2478      +/-   ##
==========================================
- Coverage   79.97%   79.51%   -0.46%     
==========================================
  Files         129      122       -7     
  Lines        6895     6736     -159     
  Branches       47        3      -44     
==========================================
- Hits         5514     5356     -158     
+ Misses       1381     1380       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@AlexSkrypnyk AlexSkrypnyk changed the title Released Vortex 1.38.0 'Prism'. Updated for the release 1.38.0 'Prism'. Apr 28, 2026
@github-actions
Copy link
Copy Markdown

Code coverage (threshold: 90%)

  Classes: 100.00% (1/1)
  Methods: 100.00% (2/2)
  Lines:   98.53% (201/204)
Per-class coverage
Drupal\ys_demo\Plugin\Block\CounterBlock
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% ( 10/ 10)

@AlexSkrypnyk AlexSkrypnyk merged commit cd86b15 into main Apr 28, 2026
45 checks passed
@AlexSkrypnyk AlexSkrypnyk deleted the release/1.38.0 branch April 28, 2026 03:54
@github-project-automation github-project-automation Bot moved this from BACKLOG to Release queue in Vortex Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Release queue

Development

Successfully merging this pull request may close these issues.

1 participant