Merge pull request #302 from getlago/bump-to-0-53-0

misc: bump version to 0.53.0
This commit is contained in:
LovroColic 2023-12-11 11:29:42 +01:00 committed by GitHub
commit b60c82ba9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

2
api

@ -1 +1 @@
Subproject commit e0da0a0b136577bffe5a1b8dac8747c913f7cdf1
Subproject commit 8718d4a8bb107539534a2ab516bb3dd97bb51121

View File

@ -33,7 +33,7 @@ services:
api:
container_name: lago-api
image: getlago/api:v0.52.2-beta
image: getlago/api:v0.53.0-beta
restart: unless-stopped
depends_on:
- db
@ -82,7 +82,7 @@ services:
front:
container_name: lago-front
image: getlago/front:v0.52.2-beta
image: getlago/front:v0.53.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.52.2-beta
image: getlago/api:v0.53.0-beta
restart: unless-stopped
depends_on:
- api
@ -163,7 +163,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:v0.52.2-beta
# image: getlago/api:v0.53.0-beta
# restart: unless-stopped
# depends_on:
# - api
@ -200,7 +200,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api:v0.52.2-beta
image: getlago/api:v0.53.0-beta
restart: unless-stopped
depends_on:
- api

2
front

@ -1 +1 @@
Subproject commit 0ca800e54b343da7fd1ff8da94e3b2f0fba9e3f6
Subproject commit 03a2431a9f4b8b6eba6eb326520861e3fa2a0f73