Merge pull request #350 from getlago/bump-version

misc: Bump version to v1.3.0
This commit is contained in:
Romain Sempé 2024-05-16 17:43:28 +02:00 committed by GitHub
commit 74670f2cc0
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 742c4e93b115130668d8613b59d921db07f1b4f4
Subproject commit e54c1227ce897c0b0d30eabb63ab89917507cfb3

View File

@ -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:

2
front

@ -1 +1 @@
Subproject commit 15c68462e55623b00e03f43faa4139fca8f10f40
Subproject commit b664d8abbfd4c53ce9263463e719eabf63a34dde