docs(n8n): sync 2.29.7 default#380
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 (3)
🚧 Files skipped from review as they are similar to previous changes (3)
📝 WalkthroughWalkthroughUpdates the n8n chart's default image tag to 2.29.7 in the playground config and docs, and adds n8n to the playground site-sync allowlist. Changesn8n image tag update and playground registration
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related issues
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
mberlofa
added a commit
to helmforgedev/charts
that referenced
this pull request
Jul 7, 2026
Closes #699. ## Summary - Bump n8n from `2.28.3` to `2.29.7`. - Update the main n8n image tag, values schema default, hardcoded unittest expectations, and README upgrade notes. - Keep the external task runner image repository on `docker.io/n8nio/runners`, with the default runner tag still following `image.tag`. ## Upstream Evidence - GitHub release: https://github.com/n8n-io/n8n/releases/tag/n8n%402.29.7 - Release status verified with GitHub CLI: not draft, not pre-release, published `2026-07-07T06:29:37Z`. - The issue target `2.29.6` is marked as pre-release upstream; this PR uses `2.29.7`, the latest stable release that supersedes it. - `make image-verify IMAGE=docker.io/n8nio/n8n:2.29.7` passed with `linux/amd64` and `linux/arm64` manifests. - `make image-verify IMAGE=docker.io/n8nio/runners:2.29.7` passed with `linux/amd64` and `linux/arm64` manifests. - 2.29.7 fixes Code node failures when workflows contain AI tools, versioned action generation for nodes using flat Action fields, and Salesforce document upload/JWT auth error reporting. ## Site Sync - Site PR: helmforgedev/site#380 ## Validation - `make image-verify IMAGE=docker.io/n8nio/n8n:2.29.7` - `make image-verify IMAGE=docker.io/n8nio/runners:2.29.7` - `make deps-check CHART=n8n` - `helm unittest charts/n8n` passed: 9 suites, 78 tests. - `make standards-check CHART=n8n` - `node scripts/charts/template-standards-check.js --chart n8n` - `make validate-chart CHART=n8n` passed fully: 20 layers, including k3d behavioral validation for default plus all CI values scenarios. - `make site-sync-check CHART=n8n` - `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 chart and default image references to version `2.29.7` for the main app and related runner components. * **Documentation** * Refreshed the Helm chart README to reflect the latest release version and upgrade guidance. * Added notes highlighting recent fixes included in this release. * **Tests** * Updated deployment test expectations to match the new container image versions. <!-- 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
2.29.7.image.tagin the playground controls.Validation
make site-sync-check CHART=n8nnpm run format:checknpm run lintnpm run buildmake release-check REPO=sitemake attribution-check REPO=siteSummary by CodeRabbit