From fa72ebb7b36244ab3a8430a4313be580ff7a5795 Mon Sep 17 00:00:00 2001 From: m-a-b-u <56451602+m-a-b-u@users.noreply.github.com> Date: Thu, 28 Aug 2025 21:36:52 +0200 Subject: [PATCH] Update activepieces to version 0.68.1 (#3528) --- activepieces/docker-compose.yml | 2 +- activepieces/umbrel-app.yml | 16 +++++++++------- samourai-server/whirlpool/.gitkeep | 0 tdex/ocean-data/.gitkeep | 0 tdex/tdexd/.gitkeep | 0 5 files changed, 10 insertions(+), 8 deletions(-) mode change 100755 => 100644 samourai-server/whirlpool/.gitkeep mode change 100755 => 100644 tdex/ocean-data/.gitkeep mode change 100755 => 100644 tdex/tdexd/.gitkeep diff --git a/activepieces/docker-compose.yml b/activepieces/docker-compose.yml index 7f3d8dda..cf14e39a 100644 --- a/activepieces/docker-compose.yml +++ b/activepieces/docker-compose.yml @@ -9,7 +9,7 @@ services: app: ## does not work rootless as of yet #user: "1000:1000" - image: ghcr.io/activepieces/activepieces:0.67.6@sha256:b6c30651787ee08fce3aca33943b729818f62bc535f232ef12fd5cc2636e6980 + image: ghcr.io/activepieces/activepieces:0.68.1@sha256:dd056dd42ce9075e21703a089fcfad42a7e5e859201444ba3d3def7ab642d8c4 restart: on-failure environment: AP_ENGINE_EXECUTABLE_PATH: dist/packages/engine/main.js diff --git a/activepieces/umbrel-app.yml b/activepieces/umbrel-app.yml index e0e9da0d..0b2b463d 100644 --- a/activepieces/umbrel-app.yml +++ b/activepieces/umbrel-app.yml @@ -2,17 +2,19 @@ manifestVersion: 1 id: activepieces category: automation name: Activepieces -version: "0.67.6" +version: "0.68.1" releaseNotes: >- This release brings exciting new features and improvements: - - Added new pieces including Slack thread reply broadcast, file encryption using OpenPGP, and Hugging Face integration - - Introduced a new checkout experience - - Enhanced file handling with zip and unzip actions - - Improved AI capabilities with web search in Universal AI - - Added support for showing dates in the user's language - - Enhanced user experience with various UI improvements + - Fixed issues with memory usage and peer dependencies + - Improved handling of project states + - Added support for multiple attachments in Gmail piece + - Updated Wedof and Medullar pieces + - Added new OpenPhone piece + - Fixed retry functionality for steps within loops + - Resolved issues with custom pieces import + - Improved installation process for piece dependencies For full release notes, visit https://github.com/activepieces/activepieces/releases diff --git a/samourai-server/whirlpool/.gitkeep b/samourai-server/whirlpool/.gitkeep old mode 100755 new mode 100644 diff --git a/tdex/ocean-data/.gitkeep b/tdex/ocean-data/.gitkeep old mode 100755 new mode 100644 diff --git a/tdex/tdexd/.gitkeep b/tdex/tdexd/.gitkeep old mode 100755 new mode 100644