Skip to content

Commit

Permalink
Update pocketbase v0.25.0 (#2134)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-lac authored Feb 4, 2025
1 parent 817c0f9 commit 6bc20ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pocketbase/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"

app:
image: ghcr.io/muchobien/pocketbase:0.24.4@sha256:077420e5564262ea044f71d94398ea271dc65420bfe600d84dc3dda89eb09173
image: ghcr.io/muchobien/pocketbase:0.25.0@sha256:3efa684859c6a2b2dc2d6c2594b720fef18df84248a302a4468b44bedf4844c0
# pocketbase needs to run as root
# user: "1000:1000"
restart: on-failure
Expand All @@ -17,4 +17,4 @@ services:
- ${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/migrations:/pb_migrations
- ${APP_DATA_DIR}/data/migrations:/pb_migrations
10 changes: 7 additions & 3 deletions pocketbase/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.4"
version: "0.25.0"
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.
Expand Down Expand Up @@ -44,8 +44,12 @@ path: /_/
dependencies: []
releaseNotes: >-
Key improvements in this release:
- Fixed field handling for database queries
- Added Trakt OAuth2 provider
- Improved case-insensitive password authentication
- Enhanced system stability and security updates
Full release notes are found at https://github.com/pocketbase/pocketbase/releases
⚠️ Upgraded Google OAuth2 endpoints. If you use custom Google OAuth2 settings, you may need to update them.
Full release notes are found at https://github.com/pocketbase/pocketbase/releases

0 comments on commit 6bc20ed

Please sign in to comment.