From 670d01ae259c5411e1e024879b5c11f76f0b5628 Mon Sep 17 00:00:00 2001 From: Vincent Pochet Date: Thu, 8 Dec 2022 11:05:08 +0100 Subject: [PATCH] Release v0.17.0-alpha (#155) --- api | 2 +- docker-compose.arm64.yml | 8 ++++---- docker-compose.yml | 8 ++++---- front | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/api b/api index 5dca962..c69d024 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 5dca9625783b4d911c05ee6585980a8e4ae99ad1 +Subproject commit c69d02493e5f014995ccda5bc799a11960141944 diff --git a/docker-compose.arm64.yml b/docker-compose.arm64.yml index a0155f9..3aac798 100644 --- a/docker-compose.arm64.yml +++ b/docker-compose.arm64.yml @@ -30,7 +30,7 @@ services: api: container_name: lago-api - image: getlago/api-arm64v8:v0.16.2-alpha + image: getlago/api-arm64v8:v0.17.0-alpha restart: unless-stopped depends_on: - db @@ -72,7 +72,7 @@ services: front: container_name: lago-front - image: getlago/front-arm64v8:v0.16.2-alpha + image: getlago/front-arm64v8:v0.17.0-alpha 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;\"'" @@ -109,7 +109,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api-arm64v8:v0.16.2-alpha + image: getlago/api-arm64v8:v0.17.0-alpha restart: unless-stopped depends_on: - api @@ -145,7 +145,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api-arm64v8:v0.16.2-alpha + image: getlago/api-arm64v8:v0.17.0-alpha restart: unless-stopped depends_on: - api diff --git a/docker-compose.yml b/docker-compose.yml index 5a1da7c..dae2042 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,7 +31,7 @@ services: api: container_name: lago-api - image: getlago/api:v0.16.2-alpha + image: getlago/api:v0.17.0-alpha restart: unless-stopped depends_on: - db @@ -76,7 +76,7 @@ services: front: container_name: lago-front - image: getlago/front:v0.16.2-alpha + image: getlago/front:v0.17.0-alpha 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;\"'" @@ -113,7 +113,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:v0.16.2-alpha + image: getlago/api:v0.17.0-alpha restart: unless-stopped depends_on: - api @@ -150,7 +150,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v0.16.2-alpha + image: getlago/api:v0.17.0-alpha restart: unless-stopped depends_on: - api diff --git a/front b/front index 3c029fc..f6c1207 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit 3c029fcec0b2f664470d24ebddbb4a4bdd7b9850 +Subproject commit f6c12079c94cd67655d69ede1863bc1fcd099af5