Browse Source

Update budibase to 3.0.4 (#1744)

main
Nathan Fretz 3 months ago
committed by GitHub
parent
commit
2d4dc70199
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      budibase/docker-compose.yml
  2. 7
      budibase/umbrel-app.yml

2
budibase/docker-compose.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:

7
budibase/umbrel-app.yml

@ -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

Loading…
Cancel
Save