Skip to content

Commit

Permalink
update changelog and app version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vad1mo committed Dec 28, 2023
1 parent 942209e commit 35407fe
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: n8n
version: 0.13.0
appVersion: 1.7.1
version: 0.20.0
appVersion: 1.22.3
type: application

description: "A Kubernetes Helm chart for n8n a free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services."
Expand All @@ -22,24 +22,35 @@ maintainers:

dependencies:
- name: redis
version: 17.2.0
version: 18.6.1
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled

annotations:
artifacthub.io/changes: |
- kind: added
description: "typo + WEBHOOK_URL fix. Added missing ingress routes for webhooks-. Parametric RollingUpdate, update image to 1.22.3 "
links:
- name: "GitHub PR #59 - typo + WEBHOOK_URL fix"
url: https://github.com/8gears/n8n-helm-chart/pull/59
- name: "GitHub PR #60 - added missing ingress routes for webhooks"
url: https://github.com/8gears/n8n-helm-chart/pull/60
- name: "GitHub PR #61 - Parametric RollingUpdate"
url: https://github.com/8gears/n8n-helm-chart/pull/61
- kind: changed
description: "Using now latest Redis 18.6.1"
- kind: added
description: "Chart 0.13.0 adds support for app version 1.7.1"
- kind: changed
description: "Correctly perform semantic version comparison"
links:
- name: "GitHub PR"
url: https://github.com/8gears/n8n-helm-chart/pull/54
url: https://github.com/8gears/n8n-helm-chart/pull/54
- kind: changed
description: "Fixed secret volume mnt for existing secret"
links:
- name: "GitHub PR"
url: https://github.com/8gears/n8n-helm-chart/pull/51
url: https://github.com/8gears/n8n-helm-chart/pull/51
- kind: changed
description: "Updated App Version to 1.5.1"
- kind: added
Expand Down

0 comments on commit 35407fe

Please sign in to comment.