Skip to content

Commit

Permalink
Update module versions in Earthfile for consistency
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
flemzord committed Jan 27, 2025
1 parent ff37394 commit a27c98f
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
BUILD +build-final-spec

0 comments on commit a27c98f

Please sign in to comment.