From 9d9abf281a69b19a295868fb11a931c4fc6bb375 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Mon, 29 Jul 2024 18:44:47 +1000 Subject: [PATCH 1/2] Update pocketbase to v0.22.18 --- pocketbase/docker-compose.yml | 4 ++-- pocketbase/umbrel-app.yml | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/pocketbase/docker-compose.yml b/pocketbase/docker-compose.yml index 10e441e200..8079c20796 100644 --- a/pocketbase/docker-compose.yml +++ b/pocketbase/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" app: - image: ghcr.io/muchobien/pocketbase:0.22.11@sha256:04dd9850554a24f82cfee060ff394179baaecc0f97e7721d9dd06818d26fd671 + image: ghcr.io/muchobien/pocketbase:0.22.18@sha256:9221b0f6c9148fee5977f1c5532bd1f3de970d6b3028fd02886b6edf37054829 # pocketbase needs to run as root # user: "1000:1000" restart: on-failure @@ -16,4 +16,4 @@ services: volumes: - ${APP_DATA_DIR}/data/data:/pb_data - ${APP_DATA_DIR}/data/public:/pb_public - - ${APP_DATA_DIR}/data/hooks:/pb_hooks + - ${APP_DATA_DIR}/data/hooks:/pb_hooks \ No newline at end of file diff --git a/pocketbase/umbrel-app.yml b/pocketbase/umbrel-app.yml index 50541ad008..fc713d77bb 100644 --- a/pocketbase/umbrel-app.yml +++ b/pocketbase/umbrel-app.yml @@ -3,7 +3,7 @@ id: pocketbase name: PocketBase tagline: Open Source backend for your next SaaS and Mobile app in 1 file category: developer -version: "0.22.11" +version: "0.22.18" port: 5400 description: >- PocketBase is an open source backend consisting of embedded database (SQLite) with realtime subscriptions, built-in auth management, convenient dashboard UI and simple REST-ish API. @@ -40,4 +40,9 @@ gallery: - 4.jpg path: /_/ dependencies: [] -releaseNotes: "" +releaseNotes: >- + This update includes several bug fixes and improvements: + - Improved file delete performance when using the local filesystem. + - Updated Go dependencies. + + Full release notes are found at https://github.com/pocketbase/pocketbase/releases. \ No newline at end of file From 1c1add670034990e995e4fdd2098334c4d8dd0ec Mon Sep 17 00:00:00 2001 From: nmfretz Date: Wed, 31 Jul 2024 15:20:59 +1000 Subject: [PATCH 2/2] format release notes --- pocketbase/umbrel-app.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pocketbase/umbrel-app.yml b/pocketbase/umbrel-app.yml index fc713d77bb..04d798ae9d 100644 --- a/pocketbase/umbrel-app.yml +++ b/pocketbase/umbrel-app.yml @@ -41,8 +41,7 @@ gallery: path: /_/ dependencies: [] releaseNotes: >- - This update includes several bug fixes and improvements: - - Improved file delete performance when using the local filesystem. - - Updated Go dependencies. + This update improves file delete performance when using the local filesystem. + Full release notes are found at https://github.com/pocketbase/pocketbase/releases. \ No newline at end of file