From 3384490db3810289ed6ffa9e7d4a2b7a26295879 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 7 Jun 2024 03:41:33 +0200 Subject: [PATCH 1/6] Upgrade to v1.44.1 https://github.com/n8n-io/n8n/releases/tag/n8n%401.44.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 0a26ded..1159a83 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "n8n" description.en = "Workflow Automation Tool. Easily automate tasks across different services" description.fr = "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services" -version = "1.43.0~ynh1" +version = "1.44.1~ynh1" maintainers = [] @@ -56,8 +56,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.43.0.tar.gz" - sha256 = "134357f4b7ea9f7fad86e4ccebe09db0446cbd7cefad179ce149a2002e70a28b" + url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.44.1.tar.gz" + sha256 = "0492d90707b0f9071a07442e9b6a8652e580c9d5ef56cb9a5ad2bb0e6113a872" autoupdate.strategy = "latest_github_release" autoupdate.version_regex = "^n8n@(.*)$" prefetch = false From 210800ddebfb833ae070e8b70f9f9c8c08222afc Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 7 Jun 2024 01:41:35 +0000 Subject: [PATCH 2/6] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index adaac4e..ecc81d9 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Shipped version:** 1.43.0~ynh1 +**Shipped version:** 1.44.1~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index 9a26cc0..15d18dc 100644 --- a/README_es.md +++ b/README_es.md @@ -18,7 +18,7 @@ No se debe editar a mano. n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Versión actual:** 1.43.0~ynh1 +**Versión actual:** 1.44.1~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index 2ade10d..139b7d7 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Paketatutako bertsioa:** 1.43.0~ynh1 +**Paketatutako bertsioa:** 1.44.1~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 8cda990..6d7faf2 100755 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. n8n est un outil d'automatisation de flux de travail extensible. Avec un modèle de distribution de code équitable, n8n aura toujours un code source visible, sera disponible pour s'auto-héberger et vous permettra d'ajouter vos propres fonctions, logiques et applications personnalisées. L'approche basée sur les nœuds de n8n le rend très polyvalent, vous permettant de connecter n'importe quoi à tout. -**Version incluse :** 1.43.0~ynh1 +**Version incluse :** 1.44.1~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 864c787..58d10ff 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Versión proporcionada:** 1.43.0~ynh1 +**Versión proporcionada:** 1.44.1~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index d287cf4..3879c8f 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -18,7 +18,7 @@ n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**分发版本:** 1.43.0~ynh1 +**分发版本:** 1.44.1~ynh1 ## 截图 From aaad4d6022731b44424549a90c24d697023ed5f1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 13 Jun 2024 03:47:47 +0200 Subject: [PATCH 3/6] Upgrade to v1.44.2 https://github.com/n8n-io/n8n/releases/tag/n8n%401.44.2 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 1159a83..5c0198a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "n8n" description.en = "Workflow Automation Tool. Easily automate tasks across different services" description.fr = "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services" -version = "1.44.1~ynh1" +version = "1.44.2~ynh1" maintainers = [] @@ -56,8 +56,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.44.1.tar.gz" - sha256 = "0492d90707b0f9071a07442e9b6a8652e580c9d5ef56cb9a5ad2bb0e6113a872" + url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.44.2.tar.gz" + sha256 = "f2f04788a7a0eae1423245947d0b693e6dac9787e71b515e74c94cae0b12c3ca" autoupdate.strategy = "latest_github_release" autoupdate.version_regex = "^n8n@(.*)$" prefetch = false From 8ba7210ba5b9792a43afcc844edbc7a7e95606ff Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 13 Jun 2024 01:47:49 +0000 Subject: [PATCH 4/6] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ecc81d9..9226ca8 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Shipped version:** 1.44.1~ynh1 +**Shipped version:** 1.44.2~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index 15d18dc..d79c0db 100644 --- a/README_es.md +++ b/README_es.md @@ -18,7 +18,7 @@ No se debe editar a mano. n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Versión actual:** 1.44.1~ynh1 +**Versión actual:** 1.44.2~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index 139b7d7..df606cc 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Paketatutako bertsioa:** 1.44.1~ynh1 +**Paketatutako bertsioa:** 1.44.2~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 6d7faf2..5546daa 100755 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. n8n est un outil d'automatisation de flux de travail extensible. Avec un modèle de distribution de code équitable, n8n aura toujours un code source visible, sera disponible pour s'auto-héberger et vous permettra d'ajouter vos propres fonctions, logiques et applications personnalisées. L'approche basée sur les nœuds de n8n le rend très polyvalent, vous permettant de connecter n'importe quoi à tout. -**Version incluse :** 1.44.1~ynh1 +**Version incluse :** 1.44.2~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 58d10ff..c6ffc63 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Versión proporcionada:** 1.44.1~ynh1 +**Versión proporcionada:** 1.44.2~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 3879c8f..99bca87 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -18,7 +18,7 @@ n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**分发版本:** 1.44.1~ynh1 +**分发版本:** 1.44.2~ynh1 ## 截图 From 55a6dfa3e3608094accaf10cf48ac35dbfdb6e20 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 14 Jun 2024 03:41:25 +0200 Subject: [PATCH 5/6] Upgrade to v1.45.1 https://github.com/n8n-io/n8n/releases/tag/n8n%401.45.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 5c0198a..38101f4 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "n8n" description.en = "Workflow Automation Tool. Easily automate tasks across different services" description.fr = "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services" -version = "1.44.2~ynh1" +version = "1.45.1~ynh1" maintainers = [] @@ -56,8 +56,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.44.2.tar.gz" - sha256 = "f2f04788a7a0eae1423245947d0b693e6dac9787e71b515e74c94cae0b12c3ca" + url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.45.1.tar.gz" + sha256 = "6257b8601e5f2cfa5ec16fc8b0004b8b6bc864f6b2f4527a4794c174cb0e37f7" autoupdate.strategy = "latest_github_release" autoupdate.version_regex = "^n8n@(.*)$" prefetch = false From b58ec579223ca1722e298009e75fddcbac6a0a60 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 14 Jun 2024 01:41:27 +0000 Subject: [PATCH 6/6] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9226ca8..8efca3c 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Shipped version:** 1.44.2~ynh1 +**Shipped version:** 1.45.1~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index d79c0db..c87f688 100644 --- a/README_es.md +++ b/README_es.md @@ -18,7 +18,7 @@ No se debe editar a mano. n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Versión actual:** 1.44.2~ynh1 +**Versión actual:** 1.45.1~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index df606cc..5d9d586 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Paketatutako bertsioa:** 1.44.2~ynh1 +**Paketatutako bertsioa:** 1.45.1~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 5546daa..9fa2f2e 100755 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. n8n est un outil d'automatisation de flux de travail extensible. Avec un modèle de distribution de code équitable, n8n aura toujours un code source visible, sera disponible pour s'auto-héberger et vous permettra d'ajouter vos propres fonctions, logiques et applications personnalisées. L'approche basée sur les nœuds de n8n le rend très polyvalent, vous permettant de connecter n'importe quoi à tout. -**Version incluse :** 1.44.2~ynh1 +**Version incluse :** 1.45.1~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index c6ffc63..1d5d479 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Versión proporcionada:** 1.44.2~ynh1 +**Versión proporcionada:** 1.45.1~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 99bca87..9cb620f 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -18,7 +18,7 @@ n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**分发版本:** 1.44.2~ynh1 +**分发版本:** 1.45.1~ynh1 ## 截图