From fa6d51278c9e32ff930dd797448157889a19235e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 12 Feb 2024 21:33:15 +0100 Subject: [PATCH 1/5] Upgrade to v1.44.3 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 88d1ae5..0b68090 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "NetData" description.en = "Real-time performance and health monitoring" description.fr = "Monitoring serveur en temps reel" -version = "1.44.1~ynh1" +version = "1.44.3~ynh1" maintainers = ["JimboJoe"] @@ -50,8 +50,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/netdata/netdata/releases/download/v1.44.1/netdata-v1.44.1.tar.gz" - sha256 = "77e94acf7085c23ab20b2d0d2d4d2bc5a289f121fc7aac5d0daffb960041fd95" + url = "https://github.com/netdata/netdata/archive/refs/tags/v1.44.3.tar.gz" + sha256 = "3581e029f12278194a628b50881e3df1c21f0e6920c8432feca766736d4aa9a8" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 507a5accddb86ccb1204547233ce1fbf5dd49bbe Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 12 Feb 2024 20:33:18 +0000 Subject: [PATCH 2/5] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b239b3..60dbb4f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste disrupting their core function._ -**Shipped version:** 1.44.1~ynh1 +**Shipped version:** 1.44.3~ynh1 **Demo:** https://learn.netdata.cloud/docs/agent/demo-sites/ ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index fb28a0c..9fac841 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste disrupting their core function._ -**Version incluse :** 1.44.1~ynh1 +**Version incluse :** 1.44.3~ynh1 **Démo :** https://learn.netdata.cloud/docs/agent/demo-sites/ ## Documentations et ressources From a27c92b8a25ecf17389c831e65f7d0fd46d9f087 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 22 Feb 2024 23:38:05 +0100 Subject: [PATCH 3/5] fix source file and autoupdater --- manifest.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 0b68090..455fad2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -50,9 +50,10 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/netdata/netdata/archive/refs/tags/v1.44.3.tar.gz" - sha256 = "3581e029f12278194a628b50881e3df1c21f0e6920c8432feca766736d4aa9a8" + url = "https://github.com/netdata/netdata/releases/download/v1.44.3/netdata-v1.44.3.tar.gz" + sha256 = "50df30a9aaf60d550eb8e607230d982827e04194f7df3eba0e83ff7919270ad2" autoupdate.strategy = "latest_github_tag" + autoupdate.asset = "^netdata-v.*tar.gz$" [resources.system_user] From 8e8686d7f5e0f7368f78b9090d64d1ab1c10e05b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 22 Feb 2024 22:38:09 +0000 Subject: [PATCH 4/5] Auto-update README --- README.md | 4 ++-- README_fr.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60dbb4f..50324a7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -49,4 +49,4 @@ or sudo yunohost app upgrade netdata -u https://github.com/YunoHost-Apps/netdata_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index 9fac841..db27114 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ From 6291ac6e2230ba0c61ba60e627a5622db4e1fb1e Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 23 Feb 2024 04:57:10 +0100 Subject: [PATCH 5/5] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 455fad2..869d83e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -53,7 +53,7 @@ ram.runtime = "50M" url = "https://github.com/netdata/netdata/releases/download/v1.44.3/netdata-v1.44.3.tar.gz" sha256 = "50df30a9aaf60d550eb8e607230d982827e04194f7df3eba0e83ff7919270ad2" autoupdate.strategy = "latest_github_tag" - autoupdate.asset = "^netdata-v.*tar.gz$" + autoupdate.asset = "^netdata-v([0-9.]*)tar.gz$" [resources.system_user]