docs(drupal): sync 11.4.0 default#371
Merged
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughUpdated Drupal chart documentation to reflect the ChangesDrupal Docs Version Update
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related issues
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
mberlofa
added a commit
to helmforgedev/charts
that referenced
this pull request
Jul 7, 2026
Closes #690. ## Summary - Bump Drupal from 11.3.13 to 11.4.0. - Bump the Docker Official Drupal Apache image to 11.4.0-php8.5-apache-bookworm. - Update README version notes and image assertion tests. ## Upstream Evidence - Drupal release page: https://www.drupal.org/project/drupal/releases/11.4.0 - Docker Official image manifest verified: `docker.io/library/drupal:11.4.0-php8.5-apache-bookworm` - Manifest platforms: `linux/amd64`, `linux/arm`, `linux/arm64`, `linux/386`, `linux/ppc64le`, `linux/s390x`. - Note: Drupal.org returned HTTP 200 for the 11.4.0 release page, but terminal scraping receives the site's client challenge, so this PR relies on the official release URL plus Docker Official image manifest verification. ## Site Sync - Site PR: helmforgedev/site#371 ## Validation - `make image-verify IMAGE=docker.io/library/drupal:11.4.0-php8.5-apache-bookworm` - `make deps-check CHART=drupal` - `helm unittest charts/drupal` - `make validate-chart CHART=drupal` passed fully: 17 layers, including k3d behavioral validation for default and all CI values scenarios. - `make standards-check CHART=drupal` - `node scripts/charts/template-standards-check.js --chart drupal` - `make release-check REPO=charts` - `make attribution-check REPO=charts` <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Updated the Drupal Helm chart to use the newer 11.4.0 application release. * **Documentation** * Refreshed chart documentation to match the latest pinned container image and updated release/version notes. * **Tests** * Updated deployment rendering tests to verify the new pinned Drupal image tag for both the main and initialization containers. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: MergeCheck <mergecheck@example.invalid>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
Summary by CodeRabbit