Compare commits

...

23 Commits

Author SHA1 Message Date
fauno 84fa95fa79 chore: publish 1.2.3+0.264.3 release 2025-08-04 16:26:09 -03:00
fauno 06486b5942 fix: 0.264.3 2025-08-04 16:22:37 -03:00
fauno 53be3260db chore: publish 1.2.2+0.264.2 release 2025-07-31 10:20:45 -03:00
fauno e7ab6d5ab4 fix: 0.264.2 2025-07-31 09:46:27 -03:00
fauno 12130b6512 chore: publish 1.2.1+0.264.1 release 2025-07-30 10:23:16 -03:00
fauno 068442b432 fix: 0.264.1 2025-07-30 10:17:23 -03:00
fauno 5ecef825ec chore: publish 1.2.0+0.264.0 release 2025-07-30 10:17:07 -03:00
fauno 82a0f8c356 feat: upgrade to 0.264.0 2025-07-30 10:00:26 -03:00
fauno d839d3b9a7 chore: publish 1.1.6+0.263.8 release 2025-06-16 15:22:31 -03:00
fauno fe8ec61066 fix: upgrade to 0.263.8 2025-06-16 15:19:52 -03:00
fauno 9edbda1968 chore: publish 1.1.5+0.263.6 release 2025-06-13 11:10:53 -03:00
fauno 0ad3582566 fix: upgrade to v0.263.6 2025-06-13 11:09:24 -03:00
fauno 4c659f90a9 chore: publish 1.1.4+0.263.4 release 2025-05-19 10:05:46 -03:00
fauno 339b734ed6 fix: upgrade to 0.263.4 2025-05-19 09:59:24 -03:00
fauno e8c8431e74 chore: publish 1.1.3+0.263.3 release 2025-05-16 10:12:40 -03:00
fauno c267a5287a fix: upgrade to 0.263.3 2025-05-16 09:47:40 -03:00
fauno e4ea91688c chore: publish 1.1.2+0.263.1 release 2025-05-05 10:59:04 -03:00
fauno bfd961b344 fix: upgrade to 0.263.1 2025-05-05 10:53:21 -03:00
fauno 6244b63566 chore: publish 1.1.1+0.263.0 release 2025-04-30 12:15:49 -03:00
fauno 7bbd670876 fix: upgrade to 0.263.0 2025-04-30 10:17:20 -03:00
fauno 8d0bcc25b9 chore: publish 1.1.0+0.262.5 release 2025-04-14 10:21:01 -03:00
fauno 44f184d2eb Merge branch 'upgrade' 2025-04-14 10:14:34 -03:00
cas ba5fb448af Update .drone.yml 2025-01-08 10:09:13 -08:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ steps:
from_secret: drone_abra-bot_token
fork: true
repositories:
- coop-cloud/auto-recipes-catalogue-json
- toolshed/auto-recipes-catalogue-json
trigger:
event: tag
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: nocodb/nocodb:0.262.5
image: nocodb/nocodb:0.264.3
secrets:
- nc_db_url
networks:
@@ -28,7 +28,7 @@ services:
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=1.0.1+0.258.10"
- "coop-cloud.${STACK_NAME}.version=1.2.3+0.264.3"
db:
image: postgres:13.2-alpine