Nathan Fretz
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
6 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.33.14@sha256:8af4b96169565ae1cc5d945da6e9f0e90691edc5cd26bf7c441774d37794c4f3 |
|
|
|
image: budibase/budibase:3.0.4@sha256:b685f8b2f8339dce90d16be205f5d9fb516972666ba2ce9dd5bbb7290b370a61 |
|
|
|
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.33.14" |
|
|
|
version: "3.0.4" |
|
|
|
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,10 @@ gallery: |
|
|
|
- 2.jpg |
|
|
|
- 3.jpg |
|
|
|
releaseNotes: >- |
|
|
|
This release includes improvements to database field handling. |
|
|
|
This release includes improvements to relationship handling between tables and automation workflows: |
|
|
|
- Added support for multiple relationships between tables |
|
|
|
- Enhanced automation step configuration options |
|
|
|
- Improved AI integration capabilities |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are found at https://github.com/Budibase/budibase/releases |
|
|
|