From d38b77ea26559d505c7fe14c1fd705b7e92b5fd5 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste DONNETTE Date: Fri, 27 Sep 2024 17:58:29 +0200 Subject: [PATCH 1/4] chore: Add GitHub release badge to the repository --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index f0c2295..a345438 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,25 @@ Lago launched its v0.1 on June 2nd, 2022. Lots of new features are coming, and a ## 🔖 License Distributed under the AGPLv3 License. Read more [here](https://www.getlago.com/blog/open-source-licensing-and-why-lago-chose-agplv3). +## Current Releases + +| Project | Release Badge | +|--------------------|-----------------------------------------------------------------------------------------------------| +| **Lago** | [![Lago Release](https://img.shields.io/github/v/release/getlago/lago)](https://github.com/getlago/lago/releases) | +| **Lago API** | [![Lago API Release](https://img.shields.io/github/v/release/getlago/lago-api)](https://github.com/getlago/lago-api/releases) | +| **Lago front** | [![Lago front Testing Release](https://img.shields.io/github/v/release/getlago/lago-front)](https://github.com/getlago/lago-front/releases) | +| **Lago Go Client** | [![Lago Go Client Testing Release](https://img.shields.io/github/v/release/getlago/lago-go-client)](https://github.com/getlago/lago-go-client/releases) | +| **lago-gotenberg** | [![lago-gotenberg Release](https://img.shields.io/github/v/release/getlago/lago-gotenberg)](https://github.com/getlago/lago-gotenberg/releases) | +| **lago-java-client** | [![lago-java-client Release](https://img.shields.io/github/v/release/getlago/lago-java-client)](https://github.com/getlago/lago-java-client/releases) | +| **Lago JavaScript Client** | [![Lago JavaScript Client Release](https://img.shields.io/github/v/release/getlago/lago-javascript-client)](https://github.com/getlago/lago-javascript-client/releases) | +| **Lago OpenAPI** | [![Lago OpenAPI Release](https://img.shields.io/github/v/release/getlago/lago-openapi)](https://github.com/getlago/lago-openapi/releases) | +| **OpenAPIClient-php** | [![OpenAPIClient-php Release](https://img.shields.io/github/v/release/getlago/lago-php-client)](https://github.com/getlago/lago-php-client/releases) | +| **Lago Python Client** | [![Lago Python Client Release](https://img.shields.io/github/v/release/getlago/lago-python-client)](https://github.com/getlago/lago-python-client/releases) | +| **Lago Ruby** | [![Lago Ruby Release](https://img.shields.io/github/v/release/getlago/lago-ruby)](https://github.com/getlago/lago-ruby/releases) | +| **Lago Ruby Client** | [![Lago Ruby Client Release](https://img.shields.io/github/v/release/getlago/lago-ruby-client)](https://github.com/getlago/lago-ruby-client/releases) | +| **Rust API client for openapi** | [![Rust API client for openapi Release](https://img.shields.io/github/v/release/getlago/lago-rust-client)](https://github.com/getlago/lago-rust-client/releases) | + + ## 💻 Deploy locally ### Requirements From 8e09189bbfb710a2fb8486753b21d61d6084054a Mon Sep 17 00:00:00 2001 From: Jean-Baptiste DONNETTE Date: Mon, 30 Sep 2024 14:16:29 +0200 Subject: [PATCH 2/4] feat(doc): Removing few repository release --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index a345438..9bb0a28 100644 --- a/README.md +++ b/README.md @@ -87,14 +87,11 @@ Distributed under the AGPLv3 License. Read more [here](https://www.getlago.com/b | **Lago front** | [![Lago front Testing Release](https://img.shields.io/github/v/release/getlago/lago-front)](https://github.com/getlago/lago-front/releases) | | **Lago Go Client** | [![Lago Go Client Testing Release](https://img.shields.io/github/v/release/getlago/lago-go-client)](https://github.com/getlago/lago-go-client/releases) | | **lago-gotenberg** | [![lago-gotenberg Release](https://img.shields.io/github/v/release/getlago/lago-gotenberg)](https://github.com/getlago/lago-gotenberg/releases) | -| **lago-java-client** | [![lago-java-client Release](https://img.shields.io/github/v/release/getlago/lago-java-client)](https://github.com/getlago/lago-java-client/releases) | | **Lago JavaScript Client** | [![Lago JavaScript Client Release](https://img.shields.io/github/v/release/getlago/lago-javascript-client)](https://github.com/getlago/lago-javascript-client/releases) | | **Lago OpenAPI** | [![Lago OpenAPI Release](https://img.shields.io/github/v/release/getlago/lago-openapi)](https://github.com/getlago/lago-openapi/releases) | | **OpenAPIClient-php** | [![OpenAPIClient-php Release](https://img.shields.io/github/v/release/getlago/lago-php-client)](https://github.com/getlago/lago-php-client/releases) | | **Lago Python Client** | [![Lago Python Client Release](https://img.shields.io/github/v/release/getlago/lago-python-client)](https://github.com/getlago/lago-python-client/releases) | -| **Lago Ruby** | [![Lago Ruby Release](https://img.shields.io/github/v/release/getlago/lago-ruby)](https://github.com/getlago/lago-ruby/releases) | | **Lago Ruby Client** | [![Lago Ruby Client Release](https://img.shields.io/github/v/release/getlago/lago-ruby-client)](https://github.com/getlago/lago-ruby-client/releases) | -| **Rust API client for openapi** | [![Rust API client for openapi Release](https://img.shields.io/github/v/release/getlago/lago-rust-client)](https://github.com/getlago/lago-rust-client/releases) | ## 💻 Deploy locally From a7851cc6168644783e9143cbbfc7bc71c0dde6c0 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste DONNETTE Date: Mon, 30 Sep 2024 14:26:59 +0200 Subject: [PATCH 3/4] feat(doc): Removing php client from readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9bb0a28..91e1638 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,6 @@ Distributed under the AGPLv3 License. Read more [here](https://www.getlago.com/b | **lago-gotenberg** | [![lago-gotenberg Release](https://img.shields.io/github/v/release/getlago/lago-gotenberg)](https://github.com/getlago/lago-gotenberg/releases) | | **Lago JavaScript Client** | [![Lago JavaScript Client Release](https://img.shields.io/github/v/release/getlago/lago-javascript-client)](https://github.com/getlago/lago-javascript-client/releases) | | **Lago OpenAPI** | [![Lago OpenAPI Release](https://img.shields.io/github/v/release/getlago/lago-openapi)](https://github.com/getlago/lago-openapi/releases) | -| **OpenAPIClient-php** | [![OpenAPIClient-php Release](https://img.shields.io/github/v/release/getlago/lago-php-client)](https://github.com/getlago/lago-php-client/releases) | | **Lago Python Client** | [![Lago Python Client Release](https://img.shields.io/github/v/release/getlago/lago-python-client)](https://github.com/getlago/lago-python-client/releases) | | **Lago Ruby Client** | [![Lago Ruby Client Release](https://img.shields.io/github/v/release/getlago/lago-ruby-client)](https://github.com/getlago/lago-ruby-client/releases) | From 085932f7b2f52c2ab049d3ad5a01ea73565d636a Mon Sep 17 00:00:00 2001 From: Toon Willems Date: Thu, 3 Oct 2024 12:18:35 +0200 Subject: [PATCH 4/4] Bump version to v1.12.3 (#416) --- api | 2 +- docker-compose.yml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api b/api index 037290f..05dddc2 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 037290f94a6c25ce797cbad7c1af01c7aac0c64b +Subproject commit 05dddc26d58582feab2647835df6ad5ba1629105 diff --git a/docker-compose.yml b/docker-compose.yml index 5d48fe2..f6f0260 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,7 +32,7 @@ services: api: container_name: lago-api - image: getlago/api:v1.12.2 + image: getlago/api:v1.12.3 restart: unless-stopped depends_on: - db @@ -91,7 +91,7 @@ services: front: container_name: lago-front - image: getlago/front:v1.12.2 + image: getlago/front:v1.12.3 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;\"'" @@ -130,7 +130,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:v1.12.2 + image: getlago/api:v1.12.3 restart: unless-stopped depends_on: api: @@ -178,7 +178,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.12.2 + # image: getlago/api:v1.12.3 # restart: unless-stopped # depends_on: # api: @@ -221,7 +221,7 @@ services: # It is recommended if you have a high usage of invoices being created to not impact the other Sidekiq Jobs. #api-pdfs-worker: # container_name: lago-pdfs-worker - # image: getlago/api:v1.12.2 + # image: getlago/api:v1.12.3 # restart: unless-stopped # depends_on: # api: @@ -262,7 +262,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v1.12.2 + image: getlago/api:v1.12.3 restart: unless-stopped depends_on: api: @@ -292,7 +292,7 @@ services: migrate: container_name: lago-migrate - image: getlago/api:v1.12.2 + image: getlago/api:v1.12.3 depends_on: - db - redis