misc: Bump version to 1.2.0 (#341)

This commit is contained in:
Vincent Pochet 2024-04-19 17:06:10 +02:00 committed by GitHub
parent 6732660bdb
commit 2825b309ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

2
api

@ -1 +1 @@
Subproject commit 3818ae6add2f031774cf26f384a4e6fd7b60ec2f
Subproject commit 843a63c83f695328a590a1847474aae9677ca99c

View File

@ -33,7 +33,7 @@ services:
api:
container_name: lago-api
image: getlago/api:v1.1.2
image: getlago/api:v1.2.0
restart: unless-stopped
depends_on:
- db
@ -87,7 +87,7 @@ services:
front:
container_name: lago-front
image: getlago/front:v1.1.2
image: getlago/front:v1.2.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;\"'"
@ -126,7 +126,7 @@ services:
api-worker:
container_name: lago-worker
image: getlago/api:v1.1.2
image: getlago/api:v1.2.0
restart: unless-stopped
depends_on:
api:
@ -170,7 +170,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.1.2
# image: getlago/api:v1.2.0
# restart: unless-stopped
# depends_on:
# api:
@ -208,7 +208,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api:v1.1.2
image: getlago/api:v1.2.0
restart: unless-stopped
depends_on:
api:

2
front

@ -1 +1 @@
Subproject commit 7486e2849511b771bc43b6f9d392c298ed6140e2
Subproject commit 61b1821c9300fa73d462c2a4d860ef6300d50654