Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update budibase to version 3.8.5 #2501

Merged
merged 1 commit into from
Apr 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion budibase/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in budibase/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "budibase"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -8,7 +8,7 @@
PROXY_AUTH_ADD: "false"

budibase:
image: budibase/budibase:3.8.4@sha256:030ef3bb74f869c3faea87d48008db98a702d59baaf926d0c31e63879f021f6e
image: budibase/budibase:3.8.5@sha256:e18195a03d9d4aa5cbcb5f09ac4845ee5ebcd4c22fd1730a0798fe48dce97662
restart: on-failure
stop_grace_period: 1m
volumes:
Expand Down
14 changes: 4 additions & 10 deletions budibase/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: budibase
name: Budibase
tagline: The low code platform you'll enjoy using
category: developer
version: "3.8.4"
version: "3.8.5"
port: 6733
description: >-
Budibase is an open-source low-code platform that saves engineers 100s of hours building forms, portals, and approval apps, securely.
Expand Down Expand Up @@ -39,15 +39,9 @@ gallery:
- 3.jpg
releaseNotes: >-
Key highlights in this release include:
- Add license feature for PDF and update UI to account for it
- Fix popover root selector
- Fix Automation bindings in Row actions
- Fix mobile sizing for boilerplate screen components
- Add global DB for self-host quota
- Support numeric static formulas in view calculations
- Add PDF table component and screen template
- Add Single row provider component
- Disable fallback to PostHog decide endpoint
- Improved performance for public configurations
- Enhanced Automations External Data Connector picker


Full release notes are found at https://github.com/Budibase/budibase/releases
dependencies: []
Expand Down