Merge pull request #361 from getlago/bump-version

misc: Bump version from 1.4.0 to 1.5.0
This commit is contained in:
Romain Sempé 2024-06-04 18:19:19 +02:00 committed by GitHub
commit e59152eeb8
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 1e1e8a107fdf0d86aeba20b96843201ed1f4caf3 Subproject commit 9680e473fe8ec29c2c7bbd9910d09d657c34fc5c

View File

@ -33,7 +33,7 @@ services:
api: api:
container_name: lago-api container_name: lago-api
image: getlago/api:v1.4.0 image: getlago/api:v1.5.0
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- db - db
@ -89,7 +89,7 @@ services:
front: front:
container_name: lago-front container_name: lago-front
image: getlago/front:v1.4.0 image: getlago/front:v1.5.0
restart: unless-stopped restart: unless-stopped
# Use this command if you want to use SSL with Let's Encrypt # 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;\"'" # command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'"
@ -129,7 +129,7 @@ services:
api-worker: api-worker:
container_name: lago-worker container_name: lago-worker
image: getlago/api:v1.4.0 image: getlago/api:v1.5.0
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
api: api:
@ -175,7 +175,7 @@ services:
# It is recommendend if you have a high usage of events to not impact the other Sidekiq Jobs. # It is recommendend if you have a high usage of events to not impact the other Sidekiq Jobs.
#api-events-worker: #api-events-worker:
# container_name: lago-events-worker # container_name: lago-events-worker
# image: getlago/api:v1.4.0 # image: getlago/api:v1.5.0
# restart: unless-stopped # restart: unless-stopped
# depends_on: # depends_on:
# api: # api:
@ -215,7 +215,7 @@ services:
api-clock: api-clock:
container_name: lago-clock container_name: lago-clock
image: getlago/api:v1.4.0 image: getlago/api:v1.5.0
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
api: api:

2
front

@ -1 +1 @@
Subproject commit 92f043e27e2593601dbe5066fcbf91080caf7696 Subproject commit b40c908691c5eef593876fb7e4ef2cc5a9df950f