chore: publish 2.0.0+2.0.5 release #8

Merged
joe-irving merged 1 commits from v2.0.0 into main 2026-01-05 08:19:05 +00:00
2 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: baserow/baserow:1.35.3
image: baserow/baserow:2.0.5
networks:
- proxy
environment:
@ -33,7 +33,7 @@ services:
- "backupbot.backup.pre-hook=/backup.sh pre-backup"
- "backupbot.backup.post-hook=/backup.sh post-backup"
- "backupbot.restore.post-hook=/backup.sh post-restore"
- "coop-cloud.${STACK_NAME}.version=1.3.0+1.35.3"
- "coop-cloud.${STACK_NAME}.version=2.0.0+2.0.5"
healthcheck:
test: ["CMD", "./baserow.sh", "backend-cmd", "backend-healthcheck"]
interval: 30s

3
release/2.0.0+2.0.5 Normal file
View File

@ -0,0 +1,3 @@
= 1 Breaking Change =
[Builder] Data source now return content with human property names instead of technical ones #4135