Nathan Fretz
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
9 additions and
3 deletions
-
budibase/docker-compose.yml
-
budibase/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_ADD: "false" |
|
|
|
|
|
|
|
budibase: |
|
|
|
image: budibase/budibase:2.30.2@sha256:91782cdb3300e144aee8da9f40081f7132236357a7049646f770fd85182f56a7 |
|
|
|
image: budibase/budibase:2.30.3@sha256:b438918f84478dd5eea1efe3356330a73f7fbeab6fc1100af407e9a6bbcfdb4a |
|
|
|
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.30.2" |
|
|
|
version: "2.30.3" |
|
|
|
port: 6733 |
|
|
|
description: >- |
|
|
|
Budibase is an open-source low-code platform that saves engineers 100s of hours building forms, portals, and approval apps, securely. |
|
|
@ -38,7 +38,13 @@ gallery: |
|
|
|
- 2.jpg |
|
|
|
- 3.jpg |
|
|
|
releaseNotes: >- |
|
|
|
This update includes a fix for the AWS datasource when the endpoint is unspecified. |
|
|
|
This update includes several improvements and fixes: |
|
|
|
- Improved login process after setting a password |
|
|
|
- Enhanced builder functionality |
|
|
|
- Fixed Google Sheets filtering |
|
|
|
- Improved SQL composite key table search |
|
|
|
- Updated feature flag management |
|
|
|
- Enhanced default value column UI |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are found at https://github.com/Budibase/budibase/releases |
|
|
|