From a2a2ff968ba34d6b85f59b2109fe4d76ebb9e0d1 Mon Sep 17 00:00:00 2001 From: Vincent Pochet Date: Mon, 6 Nov 2023 10:00:22 +0100 Subject: [PATCH] misc: Bump version to v0.51.0-beta (#294) --- api | 2 +- docker-compose.yml | 10 +++++----- front | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api b/api index 54bedb872..9e4a2f883 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 54bedb87280606902de2b504c50ef8f5ec43255d +Subproject commit 9e4a2f883367332829f3b14ed50fbe3c9fc42fd0 diff --git a/docker-compose.yml b/docker-compose.yml index 0f62ece13..82fbe5151 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: api: container_name: lago-api - image: getlago/api:v0.50.0-beta + image: getlago/api:v0.51.0-beta restart: unless-stopped depends_on: - db @@ -82,7 +82,7 @@ services: front: container_name: lago-front - image: getlago/front:v0.50.0-beta + image: getlago/front:v0.51.0-beta restart: unless-stopped # Use this command if you want to use SSL with Let's Encrypt # command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'" @@ -120,7 +120,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:v0.50.0-beta + image: getlago/api:v0.51.0-beta restart: unless-stopped depends_on: - api @@ -158,7 +158,7 @@ services: # - SIDEKIQ_EVENTS=true volumes: - lago_storage_data:/app/storage - + # You can uncomment this if you want to use a dedicated Sidekiq worker for the event ingestion. # It is recommendend if you have a high usage of events to not impact the other Sidekiq Jobs. #api-events-worker: @@ -200,7 +200,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v0.50.0-beta + image: getlago/api:v0.51.0-beta restart: unless-stopped depends_on: - api diff --git a/front b/front index 58a56feb4..0e9377b52 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit 58a56feb48e44c02aec183724fbd9241b8f8d598 +Subproject commit 0e9377b5283c57b20e27f38da72db5df3adef45c