Update budibase to version 2.31.1 (#1378)

This commit is contained in:
Nathan Fretz 2024-08-27 10:13:39 +10:00 committed by GitHub
parent d20032e653
commit 1c8bfe62a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 25 additions and 9 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
budibase:
image: budibase/budibase:2.30.3@sha256:b438918f84478dd5eea1efe3356330a73f7fbeab6fc1100af407e9a6bbcfdb4a
image: budibase/budibase:2.31.1@sha256:d26e454015c900705a033d02df630f50d74301c5a22bb0a7b8e767dbf59b3ef8
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.30.3"
version: "2.31.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,13 +38,29 @@ gallery:
- 2.jpg
- 3.jpg
releaseNotes: >-
This update includes several improvements and fixes:
- Improved login process after setting a password
- Enhanced builder functionality
- Fixed Google Sheets filtering
- Improved SQL composite key table search
- Updated feature flag management
- Enhanced default value column UI
Features:
- Improved password handling: requirepass only used if a password is set, and auto-login after password setup.
- Updated binaries for SQS 2.0 and CouchDB images.
- Enabled feature flags via PostHog and environment variables, and added default values flag.
- Added longer generated passwords and more automation tests.
- New UI features: Default value column, table screen template step, and grid drag-and-drop layouts.
Fixes:
- Assorted fixes for Google Sheets filtering, SQL composite key search, and SQL query conditions.
- Resolved issues with table native paste, code editor, and binding drawer.
- Fixed app import issues, invalid primary display settings, and broken relationships in SQS.
- Optimized feature flag handling, autoscreen component order, and reduced unnecessary data saving in settings.
- Improved handling of .env variables, memo stores, and search logical operators.
- Addressed “maximum call stack exceeded” error and feature flag issues.
Miscellaneous:
- Disallowed importing backend-core barrel file.
- Supported custom Docker registry in Helm chart.
- Split columns setting button/content and ensured schema honor in queries.
- Auto-generated encryption key and use of secrets in configurations.
Full release notes are found at https://github.com/Budibase/budibase/releases