From a27c98f6878881242945e4015c84f7fba13c09bc Mon Sep 17 00:00:00 2001 From: Maxence Maireaux Date: Mon, 27 Jan 2025 17:20:19 +0100 Subject: [PATCH] Update module versions in Earthfile for consistency Upgraded several dependencies to their latest stable or release candidate versions, ensuring compatibility and alignment across modules. This includes updates to ledger, payments, and other key services. These changes help maintain stability and improve features across the stack. --- Earthfile | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/Earthfile b/Earthfile index 0bd0187acc..f3fe611fe3 100644 --- a/Earthfile +++ b/Earthfile @@ -2,17 +2,16 @@ VERSION 0.8 PROJECT FormanceHQ/stack IMPORT github.com/formancehq/earthly:tags/v0.15.0 AS core -IMPORT github.com/formancehq/ledger:v2.2.0-rc.3 AS ledger +IMPORT github.com/formancehq/ledger:v2.2.0-rc.4 AS ledger +IMPORT github.com/formancehq/payments:v3.0.0-rc.2 AS payments IMPORT github.com/formancehq/wallets:v2.1.0 AS wallets -IMPORT github.com/formancehq/payments:v3.0.0-beta.4 AS payments - -IMPORT github.com/formancehq/gateway:main AS gateway -IMPORT github.com/formancehq/auth:main AS auth -IMPORT github.com/formancehq/search:main AS search -IMPORT github.com/formancehq/stargate:main AS stargate -IMPORT github.com/formancehq/webhooks:main AS webhooks -IMPORT github.com/formancehq/flows:main AS orchestration -IMPORT github.com/formancehq/reconciliation:main AS reconciliation +IMPORT github.com/formancehq/webhooks:v2.1.0 AS webhooks +IMPORT github.com/formancehq/auth:v2.1.1 AS auth +IMPORT github.com/formancehq/search:v2.1.0 AS search +IMPORT github.com/formancehq/stargate:v2.1.0 AS stargate +IMPORT github.com/formancehq/flows:v2.1.0 AS orchestration +IMPORT github.com/formancehq/reconciliation:v2.1.0 AS reconciliation +IMPORT github.com/formancehq/gateway:v2.1.0 AS gateway sources: FROM core+base-image @@ -57,4 +56,4 @@ build-final-spec: pre-commit: # Generate the final spec and run all the pre-commit hooks LOCALLY - BUILD +build-final-spec \ No newline at end of file + BUILD +build-final-spec