Browse Source

Update budibase to 3.2.1 (#1776)

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

2
budibase/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
budibase:
image: budibase/budibase:3.0.4@sha256:b685f8b2f8339dce90d16be205f5d9fb516972666ba2ce9dd5bbb7290b370a61
image: budibase/budibase:3.2.1@sha256:61cb3a6ddc39ec395a2919c2f1d04a37d6319a23bb3780cef6ab434547a6af6c
restart: on-failure
stop_grace_period: 1m
volumes:

10
budibase/umbrel-app.yml

@ -3,7 +3,7 @@ id: budibase
name: Budibase
tagline: The low code platform you'll enjoy using
category: developer
version: "3.0.4"
version: "3.2.1"
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,10 +38,10 @@ gallery:
- 2.jpg
- 3.jpg
releaseNotes: >-
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
This release includes improvements to automation and template handling:
- Enhanced automation cron server timing
- Improved template import handling for attachments
- Better queue management for automation tasks
Full release notes are found at https://github.com/Budibase/budibase/releases

Loading…
Cancel
Save