Browse Source

Update budibase to 2.32.16 (#1617)

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

2
budibase/docker-compose.yml

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

11
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.12"
version: "2.32.16"
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,10 +39,11 @@ gallery:
- 3.jpg
releaseNotes: >-
This update includes several improvements:
- 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
- Enhanced permissions for new tables
- Improved handling of related rows in SQL databases
- Optimized group by view calculations
- Added validation for calculation view fields
- Fixed issues with table updates and row actions
Full release notes are found at https://github.com/Budibase/budibase/releases

Loading…
Cancel
Save