From f86af75f7c948946a9dee502227eddb320fdcb35 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 12 Jun 2024 03:44:11 +0200 Subject: [PATCH 1/4] Upgrade to v3.1.10 https://github.com/node-red/node-red/releases/tag/3.1.10 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7cf4d2b..330dfa1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Node-RED" description.en = "Flow-based programming for the Internet of Things" description.fr = "Programmation par flux de données pour l'Internet des objets" -version = "3.1.9~ynh1" +version = "3.1.10~ynh1" maintainers = ["tituspijean"] @@ -51,8 +51,8 @@ ram.runtime = "70M" [resources] [resources.sources.main] - url = "https://github.com/node-red/node-red/releases/download/3.1.9/node-red-3.1.9.zip" - sha256 = "420cbaaa6499ce5d5b9fb3e6bac0ffc24b23eb02f3dc8f4491207015dc7c6052" + url = "https://github.com/node-red/node-red/releases/download/3.1.10/node-red-3.1.10.zip" + sha256 = "518fe5b52b940e7eed839ce218cbf7a87c74e25d954c3f6627a8179001ea41bc" autoupdate.strategy = "latest_github_release" autoupdate.asset = "node-red-.*zip" From ef38372e9a0e098eb4672a7a7ddbe430697204be Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 12 Jun 2024 01:44:13 +0000 Subject: [PATCH 2/4] 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 37298b5..85b1cdd 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, // You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: -**Shipped version:** 3.1.9~ynh1 +**Shipped version:** 3.1.10~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index 5972cfd..f0a0813 100644 --- a/README_es.md +++ b/README_es.md @@ -47,7 +47,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, // You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: -**Versión actual:** 3.1.9~ynh1 +**Versión actual:** 3.1.10~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index e2b635f..885609e 100644 --- a/README_eu.md +++ b/README_eu.md @@ -47,7 +47,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, // You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: -**Paketatutako bertsioa:** 3.1.9~ynh1 +**Paketatutako bertsioa:** 3.1.10~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index aba0b8e..e6cd5f3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -49,7 +49,7 @@ module.exports = (defaultSettings) => ({ Vous pouvez consulter les paramètres par défaut générez par Yunohost dans `__INSTALL_DIR__/data/settings.js` et trouver la documentation pour configurer Node-RED ici: -**Version incluse :** 3.1.9~ynh1 +**Version incluse :** 3.1.10~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 5f75bbc..246447d 100644 --- a/README_gl.md +++ b/README_gl.md @@ -47,7 +47,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, // You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: -**Versión proporcionada:** 3.1.9~ynh1 +**Versión proporcionada:** 3.1.10~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 471415e..7435b6d 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -47,7 +47,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, // You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: -**分发版本:** 3.1.9~ynh1 +**分发版本:** 3.1.10~ynh1 ## 截图 From 78d6ae5e595b8290f2215adc5857d5ad823a62e3 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 19 Jun 2024 03:41:23 +0200 Subject: [PATCH 3/4] Upgrade to v3.1.11 https://github.com/node-red/node-red/releases/tag/3.1.11 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 330dfa1..9b42769 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Node-RED" description.en = "Flow-based programming for the Internet of Things" description.fr = "Programmation par flux de données pour l'Internet des objets" -version = "3.1.10~ynh1" +version = "3.1.11~ynh1" maintainers = ["tituspijean"] @@ -51,8 +51,8 @@ ram.runtime = "70M" [resources] [resources.sources.main] - url = "https://github.com/node-red/node-red/releases/download/3.1.10/node-red-3.1.10.zip" - sha256 = "518fe5b52b940e7eed839ce218cbf7a87c74e25d954c3f6627a8179001ea41bc" + url = "https://github.com/node-red/node-red/releases/download/3.1.11/node-red-3.1.11.zip" + sha256 = "d31457cee7ff8e3cb20f27619b7ab9b9f4011c63187b8da843d0195d3353e8bd" autoupdate.strategy = "latest_github_release" autoupdate.asset = "node-red-.*zip" From 5198ef0a655d953eeaf1fc7ec26b967947179944 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 19 Jun 2024 01:41:25 +0000 Subject: [PATCH 4/4] 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 85b1cdd..25326fd 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, // You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: -**Shipped version:** 3.1.10~ynh1 +**Shipped version:** 3.1.11~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index f0a0813..91c389c 100644 --- a/README_es.md +++ b/README_es.md @@ -47,7 +47,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, // You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: -**Versión actual:** 3.1.10~ynh1 +**Versión actual:** 3.1.11~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index 885609e..613985f 100644 --- a/README_eu.md +++ b/README_eu.md @@ -47,7 +47,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, // You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: -**Paketatutako bertsioa:** 3.1.10~ynh1 +**Paketatutako bertsioa:** 3.1.11~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index e6cd5f3..a2f5b7d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -49,7 +49,7 @@ module.exports = (defaultSettings) => ({ Vous pouvez consulter les paramètres par défaut générez par Yunohost dans `__INSTALL_DIR__/data/settings.js` et trouver la documentation pour configurer Node-RED ici: -**Version incluse :** 3.1.10~ynh1 +**Version incluse :** 3.1.11~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 246447d..a3abb21 100644 --- a/README_gl.md +++ b/README_gl.md @@ -47,7 +47,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, // You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: -**Versión proporcionada:** 3.1.10~ynh1 +**Versión proporcionada:** 3.1.11~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 7435b6d..ed66672 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -47,7 +47,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, // You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: -**分发版本:** 3.1.10~ynh1 +**分发版本:** 3.1.11~ynh1 ## 截图