Nathan Fretz
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
7 deletions
-
budibase/docker-compose.yml
-
budibase/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_ADD: "false" |
|
|
|
|
|
|
|
budibase: |
|
|
|
image: budibase/budibase:2.32.8@sha256:339a373f54834d9fd6083d1c269ba57b7b741411f24291301b5852f63b49f2ea |
|
|
|
image: budibase/budibase:2.32.10@sha256:3e42210a4e5a92a81754d69313c2f9da225763f00810b9d6597ba9900746cc5f |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
volumes: |
|
|
|
|
|
@ -3,7 +3,7 @@ id: budibase |
|
|
|
name: Budibase |
|
|
|
tagline: The low code platform you'll enjoy using |
|
|
|
category: developer |
|
|
|
version: "2.32.8" |
|
|
|
version: "2.32.10" |
|
|
|
port: 6733 |
|
|
|
description: >- |
|
|
|
Budibase is an open-source low-code platform that saves engineers 100s of hours building forms, portals, and approval apps, securely. |
|
|
@ -41,11 +41,8 @@ releaseNotes: >- |
|
|
|
This update includes several improvements: |
|
|
|
|
|
|
|
|
|
|
|
- Fixed an issue with missing app metadata |
|
|
|
- Enhanced squashed links values |
|
|
|
- Improved PostHog flag polling interval |
|
|
|
- Reduced the size of attachment fields set to "compact" |
|
|
|
- Updated the account portal |
|
|
|
- Enhanced view security to allow filters specified on views to use any condition |
|
|
|
- Improved handling of invalid filters |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are found at https://github.com/Budibase/budibase/releases |
|
|
|