Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into main
  • Loading branch information
simonefrancia authored Jul 23, 2025
commit 29ecbf9bc6d8ed3ddd9335ac12a56d0c64bb4315
4 changes: 2 additions & 2 deletions charts/n8n/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: n8n
version: 1.0.8
appVersion: 1.85.1
version: 1.0.12
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ’‘ Verification agent

🧩 Analysis chain

Bump chart version per contribution guide before merge

A feature addition warrants a chart version bump. Please increment version accordingly (respecting whatever scheme the repo follows) and update any release notes.

Example (patch bump shown; adjust as needed to avoid conflicts):

-version: 1.0.12
+version: 1.0.13

Optionally verify current version across the repo:


🏁 Script executed:

#!/bin/bash
set -euo pipefail
rg -n '^version:\s*\d+\.\d+\.\d+$' charts/n8n/Chart.yaml

Length of output: 96


Bump n8n Helm chart version to 1.0.13

A new feature addition requires incrementing the chart version before merging.

β€’ Affected file:

  • charts/n8n/Chart.yaml (line 3)
    β€’ Apply this diff:
-version: 1.0.12
+version: 1.0.13

You can re-verify with:

rg -n '^version:\s*\d+\.\d+\.\d+$' charts/n8n/Chart.yaml
πŸ€– Prompt for AI Agents
In charts/n8n/Chart.yaml around line 3 the chart version is still 1.0.12 and
needs to be bumped to 1.0.13; update the version field on line 3 to "1.0.13" and
save the file, then verify the change by ensuring the version line matches the
regex ^version:\s*\d+\.\d+\.\d+$ (e.g., with rg).

appVersion: 1.100.0
type: application
description: "Helm Chart for deploying n8n on Kubernetes, a fair-code workflow automation platform with native AI capabilities for technical teams. Easily automate tasks across different services."
home: https://github.com/8gears/n8n-helm-chart
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.