From 27f4644aa597810a53efa1821d0809b1b478de81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Semp=C3=A9?= Date: Thu, 16 May 2024 17:41:24 +0200 Subject: [PATCH] misc: Bump version to v1.3.0 --- api | 2 +- docker-compose.yml | 10 +++++----- front | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api b/api index 742c4e93b..e54c1227c 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 742c4e93b115130668d8613b59d921db07f1b4f4 +Subproject commit e54c1227ce897c0b0d30eabb63ab89917507cfb3 diff --git a/docker-compose.yml b/docker-compose.yml index c275bf042..6642f4740 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: api: container_name: lago-api - image: getlago/api:v1.2.1 + image: getlago/api:v1.3.0 restart: unless-stopped depends_on: - db @@ -88,7 +88,7 @@ services: front: container_name: lago-front - image: getlago/front:v1.2.1 + image: getlago/front:v1.3.0 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;\"'" @@ -128,7 +128,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:v1.2.1 + image: getlago/api:v1.3.0 restart: unless-stopped depends_on: api: @@ -173,7 +173,7 @@ services: # It is recommendend if you have a high usage of events to not impact the other Sidekiq Jobs. #api-events-worker: # container_name: lago-events-worker - # image: getlago/api:v1.2.1 + # image: getlago/api:v1.3.0 # restart: unless-stopped # depends_on: # api: @@ -212,7 +212,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v1.2.1 + image: getlago/api:v1.3.0 restart: unless-stopped depends_on: api: diff --git a/front b/front index 15c68462e..b664d8abb 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit 15c68462e55623b00e03f43faa4139fca8f10f40 +Subproject commit b664d8abbfd4c53ce9263463e719eabf63a34dde