diff --git a/budibase/docker-compose.yml b/budibase/docker-compose.yml index cc8c2b9..4728092 100644 --- a/budibase/docker-compose.yml +++ b/budibase/docker-compose.yml @@ -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: diff --git a/budibase/umbrel-app.yml b/budibase/umbrel-app.yml index 1c0b6c6..ba613c2 100644 --- a/budibase/umbrel-app.yml +++ b/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.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