diff --git a/n8n/docker-compose.yml b/n8n/docker-compose.yml index 1e95486..667ec4a 100644 --- a/n8n/docker-compose.yml +++ b/n8n/docker-compose.yml @@ -10,7 +10,7 @@ services: PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*" server: - image: n8nio/n8n:1.52.2@sha256:7d2b3b2906bca4beb83e3d2e8d0e7b7f6c7ef9874941850766c09eadc14b4a34 + image: n8nio/n8n:1.54.2@sha256:70aa77144a7acd68d07ecc5a4734df818b00246cdd51ae31151567c9cae7d337 restart: on-failure volumes: - ${APP_DATA_DIR}/data:/home/node/.n8n diff --git a/n8n/umbrel-app.yml b/n8n/umbrel-app.yml index 58ea6ee..f27279f 100644 --- a/n8n/umbrel-app.yml +++ b/n8n/umbrel-app.yml @@ -2,9 +2,9 @@ manifestVersion: 1 id: n8n category: automation name: n8n -version: "1.52.2" +version: "1.54.2" releaseNotes: >- - This update fixes an issue with workflow execution list scrolling after filter changes. + This update fixes issues with some AI Agent Node tools not populating correctly. Full release notes are found at https://github.com/n8n-io/n8n/releases.