From 2d16ba194b6a1351c4ff3946ff39c0819123ff08 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 9 May 2024 03:40:47 +0200 Subject: [PATCH 01/10] Upgrade to v1.40.0 https://github.com/n8n-io/n8n/releases/tag/n8n%401.40.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 02c1504..0b05dc4 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.39.1~ynh1" +version = "1.40.0~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.39.1.tar.gz" - sha256 = "3f9afcfaf45421e653145cab1b46b1a94dc59199a0196f0767ab35da676d312e" + url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.40.0.tar.gz" + sha256 = "ea4c62e05d467f3b13ad0180b9d66d16a5faa839121bf521107a7b4e78e7383d" autoupdate.strategy = "latest_github_release" autoupdate.version_regex = "^n8n@(.*)$" prefetch = false From 2d23b0c849c3009978ee8882a138dfcb2b85df9c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 9 May 2024 01:40:50 +0000 Subject: [PATCH 02/10] Auto-update READMEs --- README.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 4 ++-- README_zh_Hans.md | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c80e162..b5bcd85 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.39.1~ynh1 +**Shipped version:** 1.40.0~ynh1 ## Screenshots diff --git a/README_eu.md b/README_eu.md index 527f54d..d6b6a41 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.39.1~ynh1 +**Paketatutako bertsioa:** 1.40.0~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 2fcef2e..9ba6e22 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.39.1~ynh1 +**Version incluse :** 1.40.0~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index dfad8e2..ec61b89 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,13 +18,13 @@ 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.39.1~ynh1 +**Versión proporcionada:** 1.40.0~ynh1 ## Capturas de pantalla ![Captura de pantalla de n8n](./doc/screenshots/n8n-screenshot.png) -## :red_circle: Caraterísticas cuestionables +## :red_circle: Debes considerar - **Not totally free upstream**: The packaged app is under an overall free license, but with clauses that may restrict its use. diff --git a/README_zh_Hans.md b/README_zh_Hans.md index aa6d818..f919511 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -3,7 +3,7 @@ 请勿手动编辑。 --> -# YunoHost 的 n8n +# YunoHost 上的 n8n [![集成程度](https://dash.yunohost.org/integration/n8n.svg)](https://dash.yunohost.org/appci/app/n8n) ![工作状态](https://ci-apps.yunohost.org/ci/badges/n8n.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/n8n.maintain.svg) @@ -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.39.1~ynh1 +**分发版本:** 1.40.0~ynh1 ## 截图 From 42996b9bea005d061c13fa79dd2d82f87c40ef96 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 16 May 2024 03:40:25 +0200 Subject: [PATCH 03/10] Upgrade to v1.41.0 https://github.com/n8n-io/n8n/releases/tag/n8n%401.41.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 0b05dc4..5f0db86 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.40.0~ynh1" +version = "1.41.0~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.40.0.tar.gz" - sha256 = "ea4c62e05d467f3b13ad0180b9d66d16a5faa839121bf521107a7b4e78e7383d" + url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.41.0.tar.gz" + sha256 = "82ea709735e96ad0707d108f3f677a624d922db82a17a51a254d30ae6b66fa1f" autoupdate.strategy = "latest_github_release" autoupdate.version_regex = "^n8n@(.*)$" prefetch = false From c4cc5cc17bfe1b7c99decc74e9e7973bc0118b41 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 16 May 2024 01:40:27 +0000 Subject: [PATCH 04/10] Auto-update READMEs --- ALL_README.md | 1 + README.md | 2 +- README_es.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++ README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 7 files changed, 57 insertions(+), 5 deletions(-) create mode 100644 README_es.md diff --git a/ALL_README.md b/ALL_README.md index a01b345..8938aae 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +1,7 @@ # All available README files by language - [Read the README in English](README.md) +- [Lee el README en español](README_es.md) - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) diff --git a/README.md b/README.md index b5bcd85..8ee2b2e 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.40.0~ynh1 +**Shipped version:** 1.41.0~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..faa7cb6 --- /dev/null +++ b/README_es.md @@ -0,0 +1,51 @@ + + +# n8n para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/n8n.svg)](https://dash.yunohost.org/appci/app/n8n) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/n8n.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/n8n.maintain.svg) + +[![Instalar n8n con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=n8n) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarn8n rapidamente y simplement en un servidor YunoHost.* +> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.* + +## Descripción general + +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.41.0~ynh1 + +## Capturas + +![Captura de n8n](./doc/screenshots/n8n-screenshot.png) + +## :red_circle: funcionalidades no deseadas + +- **Not totally free upstream**: The packaged app is under an overall free license, but with clauses that may restrict its use. + +## Documentaciones y recursos + +- Sitio web oficial: +- Documentación administrador oficial: +- Repositorio del código fuente oficial de la aplicación : +- Catálogo YunoHost: +- Reportar un error: + +## Información para desarrolladores + +Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/n8n_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/n8n_ynh/tree/testing --debug +o +sudo yunohost app upgrade n8n -u https://github.com/YunoHost-Apps/n8n_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md index d6b6a41..f51392a 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.40.0~ynh1 +**Paketatutako bertsioa:** 1.41.0~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 9ba6e22..d020679 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.40.0~ynh1 +**Version incluse :** 1.41.0~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index ec61b89..19f174e 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.40.0~ynh1 +**Versión proporcionada:** 1.41.0~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index f919511..f334a39 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.40.0~ynh1 +**分发版本:** 1.41.0~ynh1 ## 截图 From af63ffc7bcea8fbf9f4f77115333f489a71a1017 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 17 May 2024 03:46:09 +0200 Subject: [PATCH 05/10] Upgrade to v1.41.1 https://github.com/n8n-io/n8n/releases/tag/n8n%401.41.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 5f0db86..12142ba 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.41.0~ynh1" +version = "1.41.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.41.0.tar.gz" - sha256 = "82ea709735e96ad0707d108f3f677a624d922db82a17a51a254d30ae6b66fa1f" + url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.41.1.tar.gz" + sha256 = "a291fc0aaf7bc082a73813f92a8e522be3366df0cf4a61c7e9c21277578c5957" autoupdate.strategy = "latest_github_release" autoupdate.version_regex = "^n8n@(.*)$" prefetch = false From ee36242fbbdc4cb9b43b197b472907d04f5f0458 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 17 May 2024 01:46:10 +0000 Subject: [PATCH 06/10] 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 8ee2b2e..82c3bec 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.41.0~ynh1 +**Shipped version:** 1.41.1~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index faa7cb6..bc27226 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.41.0~ynh1 +**Versión actual:** 1.41.1~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index f51392a..889cb2e 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.41.0~ynh1 +**Paketatutako bertsioa:** 1.41.1~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index d020679..00bb4c7 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.41.0~ynh1 +**Version incluse :** 1.41.1~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 19f174e..8216edb 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.41.0~ynh1 +**Versión proporcionada:** 1.41.1~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index f334a39..00e087d 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.41.0~ynh1 +**分发版本:** 1.41.1~ynh1 ## 截图 From 851316544c89bc789dc2dc5f20d887759f740b90 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 23 May 2024 03:41:22 +0200 Subject: [PATCH 07/10] Upgrade to v1.42.1 https://github.com/n8n-io/n8n/releases/tag/n8n%401.42.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 12142ba..b6403c2 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.41.1~ynh1" +version = "1.42.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.41.1.tar.gz" - sha256 = "a291fc0aaf7bc082a73813f92a8e522be3366df0cf4a61c7e9c21277578c5957" + url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.42.1.tar.gz" + sha256 = "627f2f0a0cf4af3cf873d529981c311c66c50005f3aa6a9fae016bea0dacd667" autoupdate.strategy = "latest_github_release" autoupdate.version_regex = "^n8n@(.*)$" prefetch = false From 1cb56f567f7b3fb0ed2f1243f04eb3dbfa42ce4f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 23 May 2024 01:41:24 +0000 Subject: [PATCH 08/10] Auto-update READMEs --- ALL_README.md | 2 +- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ALL_README.md b/ALL_README.md index 8938aae..152f2e7 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,7 +1,7 @@ # All available README files by language - [Read the README in English](README.md) -- [Lee el README en español](README_es.md) +- [Lea el README en español](README_es.md) - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) diff --git a/README.md b/README.md index 82c3bec..549abe9 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.41.1~ynh1 +**Shipped version:** 1.42.1~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index bc27226..b6db7c4 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.41.1~ynh1 +**Versión actual:** 1.42.1~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index 889cb2e..70a87e4 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.41.1~ynh1 +**Paketatutako bertsioa:** 1.42.1~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 00bb4c7..a5327d7 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.41.1~ynh1 +**Version incluse :** 1.42.1~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 8216edb..97c2492 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.41.1~ynh1 +**Versión proporcionada:** 1.42.1~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 00e087d..4791bd0 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.41.1~ynh1 +**分发版本:** 1.42.1~ynh1 ## 截图 From 9828a1cdf3a717c8e5a36d593080baf77e3e37d5 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 25 May 2024 03:41:07 +0200 Subject: [PATCH 09/10] Upgrade to v1.43.0 https://github.com/n8n-io/n8n/releases/tag/n8n%401.43.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index b6403c2..0a26ded 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.42.1~ynh1" +version = "1.43.0~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.42.1.tar.gz" - sha256 = "627f2f0a0cf4af3cf873d529981c311c66c50005f3aa6a9fae016bea0dacd667" + url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.43.0.tar.gz" + sha256 = "134357f4b7ea9f7fad86e4ccebe09db0446cbd7cefad179ce149a2002e70a28b" autoupdate.strategy = "latest_github_release" autoupdate.version_regex = "^n8n@(.*)$" prefetch = false From 1bec8b13586c75e49b9ce1d09aaff83f093a6060 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 25 May 2024 01:41:09 +0000 Subject: [PATCH 10/10] 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 549abe9..adaac4e 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.42.1~ynh1 +**Shipped version:** 1.43.0~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index b6db7c4..9a26cc0 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.42.1~ynh1 +**Versión actual:** 1.43.0~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index 70a87e4..2ade10d 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.42.1~ynh1 +**Paketatutako bertsioa:** 1.43.0~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index a5327d7..8cda990 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.42.1~ynh1 +**Version incluse :** 1.43.0~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 97c2492..864c787 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.42.1~ynh1 +**Versión proporcionada:** 1.43.0~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 4791bd0..d287cf4 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.42.1~ynh1 +**分发版本:** 1.43.0~ynh1 ## 截图