diff --git a/budibase/docker-compose.yml b/budibase/docker-compose.yml index b371206963..7e8683655f 100644 --- a/budibase/docker-compose.yml +++ b/budibase/docker-compose.yml @@ -8,10 +8,10 @@ services: PROXY_AUTH_ADD: "false" budibase: - image: budibase/budibase:2.29.3@sha256:71acdc12431198f40afe7a923c17f49b2aa25d563838da7d1f385ad07f75a15c + image: budibase/budibase:2.29.29@sha256:cb362e9f3cf19627797b1ccc4bba2657c9576a5a08eb5b11ff7ca6003c01530b restart: on-failure stop_grace_period: 1m volumes: - ${APP_DATA_DIR}/data/budibase:/data environment: - JWT_SECRET: ${APP_SEED} + JWT_SECRET: ${APP_SEED} \ No newline at end of file diff --git a/budibase/umbrel-app.yml b/budibase/umbrel-app.yml index d7d2785080..4ddf48a10b 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.29.3" +version: "2.29.29" port: 6733 description: >- Budibase is an open-source low-code platform that saves engineers 100s of hours building forms, portals, and approval apps, securely. @@ -37,6 +37,10 @@ gallery: - 1.jpg - 2.jpg - 3.jpg -releaseNotes: "" +releaseNotes: >- + This update includes improvements to SSO functionality and Oracle datasource support. + + + Full release notes are found at https://github.com/Budibase/budibase/releases dependencies: [] -path: "" +path: "" \ No newline at end of file