From a3c75944b44d37f07be99a41932ec3c5a7dcffda Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Thu, 27 Feb 2025 04:18:38 +0100 Subject: [PATCH 1/2] chore(deps)!: upgrade ghcr.io/maevsi/sqitch to v5.0.1 --- src/development/stack.yml | 2 -- src/production/production.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/development/stack.yml b/src/development/stack.yml index fcf94ddd..45d5485e 100644 --- a/src/development/stack.yml +++ b/src/development/stack.yml @@ -396,8 +396,6 @@ services: # You cannot access the database migrations directly. image: maevsi/sqitch:dev secrets: - - postgres_role_grafana_password - - postgres_role_grafana_username - postgres_role_maevsi-postgraphile_password - postgres_role_maevsi-postgraphile_username - postgres_role_maevsi_password diff --git a/src/production/production.yml b/src/production/production.yml index 49666adf..1a0da79d 100644 --- a/src/production/production.yml +++ b/src/production/production.yml @@ -128,7 +128,7 @@ services: - (( append )) - traefik.http.routers.prometheus_secure.tls.certresolver=default sqitch: - image: ghcr.io/maevsi/sqitch:4.13.4 + image: ghcr.io/maevsi/sqitch:5.0.1 volumes: (( prune )) traefik: command: From fb1cdc82c76b6655be3c9074237659593eff75a4 Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Thu, 27 Feb 2025 04:17:23 +0100 Subject: [PATCH 2/2] chore(deps): upgrade ghcr.io/maevsi/maevsi to v8.0.1 --- src/production/production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/production/production.yml b/src/production/production.yml index 1a0da79d..5ec0059f 100644 --- a/src/production/production.yml +++ b/src/production/production.yml @@ -51,7 +51,7 @@ services: - (( append )) - traefik.http.routers.maevsi.middlewares=maevsi_cors,maevsi_redirectregex - traefik.http.routers.maevsi_secure.tls.certresolver=default - image: ghcr.io/maevsi/maevsi:7.2.1 + image: ghcr.io/maevsi/maevsi:8.0.1 user: (( prune )) maevsi_beta: # You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/). @@ -75,7 +75,7 @@ services: NUXT_PUBLIC_TURNSTILE_SITE_KEY: ${MAEVSI_NUXT_PUBLIC_TURNSTILE_SITE_KEY} NUXT_PUBLIC_VIO_ENVIRONMENT: beta PGHOST: ${MAEVSI_PGHOST} - image: ghcr.io/maevsi/maevsi:7.2.1 + image: ghcr.io/maevsi/maevsi:8.0.1 secrets: - source: maevsi_api-notification-secret target: /run/environment-variables/NUXT_PRIVATE_API_NOTIFICATION_SECRET