Browse Source

Update budibase to 2.32.12 (#1610)

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

2
budibase/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
budibase:
image: budibase/budibase:2.32.11@sha256:2ddc84e94e70041807153903b682eb4a12543f364e0848cf1e40176c2bf6510b
image: budibase/budibase:2.32.12@sha256:7c23da9c1c07c52aa6307c5426041c68ceea4fcf4995133efc9c1783f687d4b6
restart: on-failure
stop_grace_period: 1m
volumes:

12
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.32.11"
version: "2.32.12"
port: 6733
description: >-
Budibase is an open-source low-code platform that saves engineers 100s of hours building forms, portals, and approval apps, securely.
@ -39,11 +39,11 @@ gallery:
- 3.jpg
releaseNotes: >-
This update includes several improvements:
- Fixed issues with binding drawer for default values
- Improved data refresh when adding columns
- Added ability to look up context by ID in automation thread
- Implemented GROUP BY for calculation views
- Fixed browser crash under certain circumstances with forms
- Enhanced view security to allow filters specified on views to use any condition
- Improved handling of invalid filters
- Optimized JavaScript backend deep clone operations
- Added validation to prevent creation of calculation views with more than 5 calculation fields
Full release notes are found at https://github.com/Budibase/budibase/releases
dependencies: []

Loading…
Cancel
Save