Nathan Fretz
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
5 deletions
-
budibase/docker-compose.yml
-
budibase/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_ADD: "false" |
|
|
|
|
|
|
|
budibase: |
|
|
|
image: budibase/budibase:2.32.5@sha256:6fe2531f72eb3a4567c7ed3f0b318fee8e3318cc594ee766f736d3f210605ff6 |
|
|
|
image: budibase/budibase:2.32.6@sha256:afd6121fa06ba18eb6ed4828f8fe3db2b8737922999a6700797931b7bf633065 |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
volumes: |
|
|
|
|
|
@ -3,7 +3,7 @@ id: budibase |
|
|
|
name: Budibase |
|
|
|
tagline: The low code platform you'll enjoy using |
|
|
|
category: developer |
|
|
|
version: "2.32.5" |
|
|
|
version: "2.32.6" |
|
|
|
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,11 +38,11 @@ gallery: |
|
|
|
- 2.jpg |
|
|
|
- 3.jpg |
|
|
|
releaseNotes: >- |
|
|
|
This update includes several improvements and fixes: |
|
|
|
This update includes several improvements: |
|
|
|
|
|
|
|
|
|
|
|
- Fixed Google Sheets pagination |
|
|
|
- Resolved Postgres issue with passing more than 100 arguments |
|
|
|
- Updated automations to default to using names for accessing context |
|
|
|
- Added table ID to row deletion requests that only contain string IDs |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are found at https://github.com/Budibase/budibase/releases |
|
|
|