Update budibase to version 2.33.1 (#1644)

This commit is contained in:
Nathan Fretz 2024-10-17 10:02:28 +10:00 committed by GitHub
parent 51ebb97a77
commit 8b2d72a32c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 5 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
budibase:
image: budibase/budibase:2.32.17@sha256:ce1695678faef621263cb35a1cedbac74036524b5863718c89605f1b09b75059
image: budibase/budibase:2.33.1@sha256:2a6295b90e0969deda3a3d8e5ef11f97457ef66ef0eb3f015b8f1fe028b15665
restart: on-failure
stop_grace_period: 1m
volumes:

View File

@ -3,7 +3,7 @@ id: budibase
name: Budibase
tagline: The low code platform you'll enjoy using
category: developer
version: "2.32.17"
version: "2.33.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,16 @@ gallery:
- 2.jpg
- 3.jpg
releaseNotes: >-
⚠️ This release will trigger a migration process for each app in Budibase when it is first accessed. Apps will be inaccessible during the migration, which may take a few minutes (longer for apps with many rows in internal tables).
This update includes several improvements:
- Enhanced view security for filters on views
- UI tweaks for the free trial banner
- Updated visibility options for related required columns in view joins
- Added support for sorting by calculation fields
- Improved handling of default values for certain column types
- Enhanced search functionality for views
- Fixed issues with table permissions and column schemas
- Added on-click events for grid layout containers
Full release notes are found at https://github.com/Budibase/budibase/releases
dependencies: []