From 597fca48792e51c3a6ac2c9c1334c6d560adb586 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 22 Mar 2024 02:47:23 +0100 Subject: [PATCH 1/2] Upgrade to v2.33.3 https://github.com/ToolJet/ToolJet/releases/tag/v2.33.3 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 53fdc9e..ddefb24 100644 --- a/manifest.toml +++ b/manifest.toml @@ -4,7 +4,7 @@ id = "tooljet" name = "ToolJet" description.en = "Open-source low-code framework for building React-based web applications and internal tools" -version = "2.30.2~ynh1" +version = "2.33.3~ynh1" maintainers = ["Tagadda"] @@ -39,8 +39,8 @@ ram.runtime = "300M" [resources.sources] [resources.sources.main] - url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.30.2.tar.gz" - sha256 = "e00770ebd9d7c489bf541dbb9979d8cc72bdaca072775d8b3f2d65e5bf8c2775" + url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.33.3.tar.gz" + sha256 = "eb44017e7a3002fbe3d7e03ad600561f67f853c35cc95846eff9fd9353ac9576" autoupdate.strategy = "latest_github_release" From 642d0916fbf24167c151800c71c71946ed9eafac Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 22 Mar 2024 01:47:26 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7d2f931..00cbaaa 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,7 @@ ToolJet is an open-source low-code framework to build and deploy internal tools - *Secure:* All the credentials are securely encrypted using `aes-256-gcm`. - *Doesn't store data:* ToolJet acts only as a proxy and doesn't store any data. - -**Shipped version:** 2.30.2~ynh1 +**Shipped version:** 2.33.3~ynh1 ## Screenshots @@ -43,11 +42,11 @@ ToolJet is an open-source low-code framework to build and deploy internal tools ## Documentation and resources -* Official app website: -* Official user documentation: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Official app website: +- Official user documentation: +- Upstream app code repository: +- YunoHost Store: +- Report a bug: ## Developer info @@ -55,10 +54,10 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos To try the testing branch, please proceed like that. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/tooljet_ynh/tree/testing --debug or sudo yunohost app upgrade tooljet -u https://github.com/YunoHost-Apps/tooljet_ynh/tree/testing --debug ``` -**More info regarding app packaging:** \ No newline at end of file +**More info regarding app packaging:**